Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
57 views
Hi!

I'm using RadMenu Ajax and if I don't use DTD XHTML (Doctype) the radmenu working like a charm. If I use DTD XHTML it doesn't.
If I use build in Skins it's work good ,but if I use a custom skin it doesn't.

Any ideas here how I can solve it??

Is something wrong in my css file or can I set any param to get this to roll again?

SOLVED:
I found what was wrong. Case sensitive in the .css file :)

/Thanks
Philip Saltskog
Top achievements
Rank 2
 asked on 25 Feb 2009
4 answers
157 views
I have to run a javascript function on window Load..In the same function I planed to select a default for on the Grid..I have to do it on the client side...

Javascript

window.onload :function()
{
    RowHightLight();
}
RowHightLight()
{
    Var RadGrid=$find("<%=RadGrid1.ClientID%>");
    (Object created sucessful ...NOW WHAT !!!??)

}

When I looked at the Forum and Documentation I see
$find("<%=RadGrid1.ClientID%>").get_masterTableView()..get_dataItem()[2].set_selected(true);
But the problem is that I don't get any methods like get_masterTableView()...

Please help..

Thansk,
DIP
joan
Top achievements
Rank 1
 answered on 25 Feb 2009
2 answers
135 views
My code

 

    protected void Event(object sender, EventArgs e)        
    {        
        TopTabMenu.Tabs[1].Enabled = true;        
    }    
 

So the general idea is to enable a tab on some event (or condition).

According to http://www.telerik.com/help/aspnet-ajax/tab_tabsserverside.html
it should work, but nonetheless the tab is still disabled after this code is performed.

Can you help me?

 

 

Eugene
Top achievements
Rank 1
 answered on 25 Feb 2009
1 answer
158 views
Hi!

I have set the font for the top level menu button in the horizontal menu
using this css...

div.RadMenu_Black .rmRootGroup .rmLink {        
        color:#A49261;      
        font-family: Georgia;  
        font-weight:500;   
        font-size:11px;     
    }  

This has worked fine.

I now want to set the sub menu item font to verdana, but I can't find the
right css. I tried .rmChildGroup and rmItem, including !important before the semi-colon, but I have not
found the secret yet.

I gues I can add style tag to every sub-menu item, but this doesn't seem very efficient.

Please help!

Thanks

Clive
Peter
Telerik team
 answered on 25 Feb 2009
1 answer
135 views
Hi,
I try to word wrap using 

style

="white-space:normal"

 

but there is a space in front of the text as screencap below.

http://www.ximnet.com.my/upload/treeview%20gap%20word%20wrap.png


Is there something I did wrong or is there a correct way to fix this problem ?
Simon
Telerik team
 answered on 25 Feb 2009
3 answers
232 views
Hi to all,
using the RadScheduler ASP .NET Control, I need to create a custom dialog box when I (double) click on a cell of the calendar, instead of the Telerik's default one.
For doing this, in my C# code-behind, I created a "RadScheduler1_AppointmentClick" event handler, but I don't know how to procede.
I wish to create a very simple form/dialog box where I see a textbox and then I whish to add a button to save that value (managing the save click).
What can I do to achive that?
Thanks in advance.
Sergio

 

Peter
Telerik team
 answered on 25 Feb 2009
1 answer
121 views
Hi
       I Implemented the Project with Asp.Net with Telerik. Here I want to Assosicate countries .. Like. First Dropdown is showing country Name... The Country Name showing Treeview with checkbox with in Combox box.
      If I Select the Country The Second Dropdown must be show the Selected Country and State like Parent child relationship....
     If i Choose the Multiple state it must be show the record related citites... How can i implement the (Treeview with Checkbox) and connected to the checkbox using RadCombobox.


Regards
G. Manikandang

 
Simon
Telerik team
 answered on 25 Feb 2009
2 answers
458 views
Dear All,

Can any one help me to do the following scenario:

On page load: Read product group from database and add dynamic button for each group into Doc1(Doc1 already exist in form) - running well.

When I click any of these Doc1.product group button their event handler creates new button with event handler for each product in database related to that group and add them to Doc2. - running well.

My problem is when I click any of the Doc2.product button and after the page is post back the Doc2 return empty and the event handler does not fire.

I appreciate if any one tell me how to keep these Doc2.product buttons exist until I click different Doc1.group button then I clear the Doc2 combonents (buttons) and add new buttons with event handler related to the clicked group.

Best Regads,
MFE
Robert
Top achievements
Rank 1
 answered on 25 Feb 2009
0 answers
106 views
Is it possible to add a radeditor into a raddock?  I'm trying to do this, but it's not working.  So am I doing something wrong or is it just not possible at all? 


Nevermind...I answered my own question.  Yes, you can add a radeditor into a raddock if you first wrap it in a <contenttemplate>. :D
Deb
Top achievements
Rank 1
 asked on 25 Feb 2009
1 answer
134 views
Hello,

I am using the latest RadUpload Ajax control (Q3 2008).
I wonder if I am allowed to do a File.Move (faster) instead of a radFile.SaveAs in an exemple such as this one:

     string fullFileName = radfile.GetName() + Guid.NewGuid().ToString("N");  
 
     try    
     {    
          File.Move(radfile.GetName(), fullFileName);     
     }     
          catch(IOException ioe)     
     {     
          radfile.SaveAs(fullFileName);     
     }    

Best regards,
Sam
Genady Sergeev
Telerik team
 answered on 25 Feb 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?