Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
220 views
hi all,

i have a requirement to convert the html (that was created and save via the rad editor) to an other column in the db, is there a way of achieving this, can i use the rad editor as an object model to achieve this ?. or can you suggest some alternatives??

Thanks
-Nen

Rumen
Telerik team
 answered on 20 Oct 2010
5 answers
165 views
Hello,

I am trying to use RadCompression on my silverlight project as follows : 

<httpModules>
   <add name="RadCompression" type="Telerik.Web.UI.RadCompression" />
<.....

<system.webServer>
 <add name="RadCompression"  type="Telerik.Web.UI.RadCompression" />
<.....

When i run my project, it works fine with firefox ( compression works well). But it doesn't work using IE or Chrome!!

Any ideas please

Regards,

Jalal Khalil
Top achievements
Rank 1
 answered on 20 Oct 2010
1 answer
96 views
Hi all,

I am executing the follwing code in an effort to turn off the insert record display on the grid when someone is to have read only privileges. This code is taken from page_load

protected

 

void Page_Load(object sender, EventArgs e)

 

 

 

{

 

                //disable status bar if read only
            string tCheck = System.Web.HttpContext.Current.Session["Agencies"].ToString();
            if (tCheck.ToString() == "R" )
            {
                RadGrid1.ShowStatusBar = false;
            }
}

After executing the status bar is still displaying. Is there a followup command or do I need to execute this command somewhere else?

Thanks,

David
David
Top achievements
Rank 1
 answered on 20 Oct 2010
2 answers
228 views
I am having some difficulties formatting a listview.  I have attached screen shots and included source code.

The source code for the .aspx page is immediately below.

<div >
<telerik:RadListView ID="RadListView1" runat="server" Width="100%" EnableEmbeddedSkins="true" Height="150px" Visible="true" Enabled="true" ItemPlaceholderID="ListViewContainer">
        <LayoutTemplate>
            <asp:PlaceHolder runat="server" id="ListViewContainer" />
        </LayoutTemplate>
        <ItemTemplate>
            <fieldset style="float: left; width: 300px; height: 150px; color: black; ">
                <div >
                    <div>
                        <ul>
                            <li>
                                <%# Eval("ListingHeadline")%>
                            </li>
                            <li>
                                <label>Beds:</label><%# Eval("BedroomsDisplay")%>
                            </li>
                            <li>
                                <label>Baths:</label><%# Eval("BathroomsDisplay")%>
                            </li>
                            <li>
                                <label>Address:</label><%# Eval("ListingStreetAddress")%>
                            </li>
                        </ul>
                    </div>
                </div>
            </fieldset>
        </ItemTemplate>
</telerik:RadListView>
</div>

In the web.config file, I also have the following code:

configuration>
    <appSettings>
        <add key="Telerik.Skin" value="Hay"/>
        <add key="Telerik.ScriptManager.TelerikCdn" value="Disabled"/>
        <add key="Telerik.StyleSheetManager.TelerikCdn" value="Disabled"/>
    </appSettings>

As you look through this, please ignore the ugly combinations.  I am simply using settings that I can immediately recognize, so yes, the page is ugly right now.  I'll worry about the look/feel after I get the general formatting correct.

As I said, I have two (2) issues with the ListView.  The first is that I can't seem to apply Telerik skins.  The second is that I can't seem to control the color of the "line" around each item presented in my ListView.  Please refer to the attached file ListView_Format_1.gif for a capture of the screen.  As you can see above in the config.web file, I have a setting for the "Hay" skin for the site.  This skin is applied to all of the other controls on the screen, but not to the listview.  Why doesn't this work for the listview as well?

Also, as you can see in the listview_format_1.gif screen capture, there is a line around each item in the listview.  This line is a kind of silver blue (#617683).  Where is this color coming from? I cannot seem to get rid of it or change it to another color no matter what I do.  In the attached file named listview_format_2.gif, you can see the screen capture of the "developer toolbar" output from the page that is in listview_format_1.gif.  This color (#617683) is eliminated in the style information for the page, so I cannot find anything to change or remove to either remove or change the color of this "border line",  How do I do this (either remove the line or change its color)?

Lastly, I have read the documentation and seen the example where it says to include a "div" in the source code for the listview to set the skin there.  So I inserted the code as shown below.

<telerik:RadListView ID="RadListView1" runat="server" Width="100%" EnableEmbeddedSkins="true" Height="150px" Visible="true" Enabled="true" ItemPlaceholderID="ListViewContainer">
        <LayoutTemplate>
            <asp:PlaceHolder runat="server" id="ListViewContainer" />
              
             <div class="RadListView RadListView_Black">
             </div>
        </LayoutTemplate>
        <ItemTemplate>
            <fieldset style="float: left; width: 300px; height: 150px; color: black; ">

This code shown above where the "black" skin is specified, had no effect whatsoever on the output of the listview.  The screen still looked exactly the same as that shown in the attached screen capture listview_format_1.gif.

How do I alter the appearrance of the listview per my questions above?

Thanks very much in advance!

Lynn
Lynn
Top achievements
Rank 2
 answered on 20 Oct 2010
1 answer
83 views
Hello, I'm trying to figure out for to implement client side binding in a Sharepoint webpart using the RadGrid component.  Are there any examples that you could suggest that may help get me started?
Tsvetoslav
Telerik team
 answered on 20 Oct 2010
4 answers
130 views
Hi,

I am using RadNumaricTextBox  in my project.

I am able to set decimal digits using    RadNumericTextBox.NumberFormat.DecimalDigits
similarli i want to set Numaric length
ex:If i set Numaric Length 4,and decimal 2 then the textbox allow only
1234.23

Is it possible
Dimo
Telerik team
 answered on 20 Oct 2010
0 answers
127 views
Hi,
Can you please let me know how to set the default Asp.net css styles to the Rad dropdown. Since my application has around 10 asp.net dropdowns and 2 telerik combobox. The UI for the default asp.net and telerik controls looks very much difference. Is it possible to assign default css to telerik combo box so that  both the controls looks same.

Thanks,
Anbu
Anbu
Top achievements
Rank 1
 asked on 20 Oct 2010
1 answer
274 views
Hello,

I have a design question.  I have several products for different customers the business functionality is different however the UI is very similar.  I have four separate login pages that I'm in the process of attaching a product type and that product type determines the skin I use.  I want to be able to use a single WEB.CONFIG like this:
<appSettings>
   <!-- Sets the skin for all RadControls to Hay -->
   <add key="Telerik.Skin" value="Hay"/>
    <add key="Telerik.Skin" value="Office2007" />
    <add key="Telerik.Skin" value="Outlook" />
    <add key="Telerik.Skin" value="Sunset" />
</appSettings>
Based on the product login page I pass a product type parameter to retrieve the correct appSettings value
for the entire product site.  Has anyone done this.  Basically it's using Polymorphism but I'd
like to know if someone has tackle this challenge with Telerik

Thank You 
Dimo
Telerik team
 answered on 20 Oct 2010
7 answers
125 views
I am developing one prototype application. In that application i have a radgrid within a rad panel. The rad grids are bound to a xml data source control. After postback the rad grid control is not displaying the grid texts but it recognizes the items in the data source and displaying that many rows. Only the text are not displaying.


Pavlina
Telerik team
 answered on 20 Oct 2010
2 answers
170 views
Hello, 

    I Have a problem when i'm open a RadWindow with the next code in the OnClickClient event in a asp:button :

       return blockConfirm('Seguro que quieres eliminar este registro?', event, 330, 100,'','Aviso del sistema');

    The problem is, the RadMenu is on the Confirm box, like the modal background z-index of RadMenu is higher than the bottom of the RadConfirm Background, I manually edit the RadMenu z-index but it stil happening.

 

<telerik:RadMenu ID="RadMenu1" Runat="server" Flow="Vertical" Height="115px" 
Skin="Web20" style="z-index: 0" >
</telerik:RadMenu>

    Did you know what's happening? or how can i fix that?

    Thank's!
Carlos Valdez
Top achievements
Rank 1
 answered on 20 Oct 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?