Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
91 views
Hi
I successfully running RadMenu in asp.net web app.
But when I move to Chinese Mode the display is incorrect
Please find attach image.
I insert the RadMenu in Site.Master as following

<div id="divNavMenu" runat="server" class="clear hideSkiplink" > 
                <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
                </telerik:RadScriptManager>
                <telerik:RadMenu ID="NavigationMenu" runat="server"   >
                </telerik:RadMenu> 
            </div>
        </div>
        <div class="main">

Any idea Why ?
Thanks
Fred



  
Kate
Telerik team
 answered on 08 Mar 2013
2 answers
454 views
Hi folks,

I want to dynamically create a RadWindow and add it to the web form. can anyone help with a sample code?

Thanks.
Henry
rdmptn
Top achievements
Rank 1
 answered on 08 Mar 2013
1 answer
100 views
Hello ,

I would like to know whether it is possible to add different mask to a Radmasked textbox based on culture? I want to add phone number which will be having different number of digits for different country. Please help, its very urgent.

Thank you,
Damian.
Princy
Top achievements
Rank 2
 answered on 08 Mar 2013
1 answer
116 views
Hello sir/madam,

I m using checkbox inside the rad grid and when i checked check boxes and click on button(named Add Selected Items) outside the grid than i want to get check boxes checked either true or false but i always got false value wheather i checked and not so please tell me how to get the check boxes true property when i checked and false when its not checked you can see my screen shot that i have attached and currently i m using below code:


1.) ( for (int i = 0; i < Grid_PurchaseOrder_Lines_0.MasterTableView.Items.Count; i++)
       {
     bool isChecked = ((CheckBox)Grid_PurchaseOrder_Lines_0.MasterTableView.Items[i].FindControl("chkcmpny")).Checked;}


2.)     (   foreach (GridDataItem item in Grid_PurchaseOrder_Lines_0.MasterTableView.Items)
     {
            CheckBox chkBoolean = (CheckBox)item["TemplateColumn1"].FindControl("chkcmpny");
            // access your checkbox here

            if (chkBoolean.Checked==true)
            {

            }
        }


I have used both methods but getting same problem. so please tell me asap.

thanks in advance........
Shinu
Top achievements
Rank 2
 answered on 08 Mar 2013
1 answer
105 views
Hello All,

There are few tooltipified controls in my web page and the click events are not firing at all. I have set the ShowEvent to OnClick and dont know what is missing. How to resolve this issue?

Thank you,
Anly.
Shinu
Top achievements
Rank 2
 answered on 08 Mar 2013
1 answer
159 views
Hello All,

I dont want my tooltip to hide after a particulat time duration. Is it possible to display the tooltip as it is till another tooltip is displayed?

Thank you,
Anly.
Shinu
Top achievements
Rank 2
 answered on 08 Mar 2013
1 answer
136 views
Hi,
    I have two user controls - userCtrlA & userCtrlB for radgrid . While editing I want to conditionally load either of these two forms.  Is it possible? If so how?  Attached image explain the senario indetail.

Regards
Madhu
Shinu
Top achievements
Rank 2
 answered on 08 Mar 2013
1 answer
78 views
Hi,

I have a RadScheduler in my project and I want to style the appointment based on the resource type. I got three companies apointment in my RadScheduler and based on these company names, I want the appointments to be displayed with different styles from CS. Please help.

Thanks in advance,
Antony.
Princy
Top achievements
Rank 2
 answered on 08 Mar 2013
4 answers
226 views
I have a scheduler that is configured to use timeline view.
<TimelineView UserSelectable="true" GroupBy="Driver" GroupingDirection="Vertical" ShowInsertArea="false" />

Is it possible to freeze the timeline header row?  I would like to be able to see the timeline when scrolling through a long list of resources.

Could someone please let me know if this is possible?

Thank you.
Brett
Top achievements
Rank 1
 answered on 08 Mar 2013
3 answers
186 views
Hi!

This may be obvious but I am missing it. I created a button in the CommandItemTemplate to toggle the filter. It is in javascript and works fine. However, I would prefer to display the grid with the filter hidden from the start. Is there a property in the aspx definition or in the code behind that can set that?

Using CSS seems to hide it permantly:
.radGrid .rgFilterRow
{
    display: none !important;
}

Thanks for your help!
Michael
Michael O'Flaherty
Top achievements
Rank 2
 answered on 07 Mar 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?