Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
282 views
Can somone please show me an example of how can I hide the all day check box in Rad Scheduler.
I believe i found the problem

protected void RadScheduler1_FormCreated(object sender, SchedulerFormCreatedEventArgs e)  
{  
    if ((e.Container.Mode == SchedulerFormMode.AdvancedEdit) || (e.Container.Mode == SchedulerFormMode.AdvancedInsert))  
    {  
        CheckBox allDayCheckBox = (CheckBox)e.Container.FindControl("AllDayEvent");  
        allDayCheckBox.Visible = false;  
 
        TextBox subjectTextBox = (TextBox)e.Container.FindControl("Subject");  
        subjectTextBox.Visible = false;  
    }  

thanks

Jose
Top achievements
Rank 1
 answered on 21 Feb 2012
1 answer
69 views
Hi,
 When I drop a RadDatePicker control onto a webpage, it never vertically aligns properly with other controls on the rendered page (looks just fine via VS design view):

 See Attached picture and notice the Rad date picker input box is several pixels aboe all the rest.

This can be easily reproduced by dropping a RadTextBox, then drop a RadDatePicker, view the page in a browser and see they don't align vertically.

What can I do to properly align this control with other controls?

Thanks,
~Patrick
Patrick
Top achievements
Rank 1
 answered on 21 Feb 2012
1 answer
188 views
Please look at the screen shot attached. I want to hide this from the header without hiding the whole header.
Plamen
Telerik team
 answered on 21 Feb 2012
4 answers
335 views
Hi,
    How can i loop through all the controls in a grid(in all rows) and find the type of the control(eg: Radio button or check box) from client side using javascript

 Rahul R
Richard
Top achievements
Rank 1
 answered on 21 Feb 2012
5 answers
212 views
Hello!

i've 3 slider in my page. 1 is none item style and two others are with item style.
with item style "none", drag handle starting exactly from first point of track. but with item style draghandle starting between middle of the first and second tick  place of slider. (you can check from attachament.) i want that, all of my my slider are displaying same size. (width and height) and starting from same place even i selected "item" style..is it possible? 

Regards
Omer
Slav
Telerik team
 answered on 21 Feb 2012
2 answers
264 views
Hi,
     I am using a RadGrid. Initially, when the page loads,    ShowGroupPanel property of Grid is set to false. I have a button on my page. When a user clicks on that button, i want to show the grouping panel without postback. Is there any javascript function to do it?
Sumit
Top achievements
Rank 1
 answered on 21 Feb 2012
2 answers
134 views
Telerik Team,

My requirement is to dynamically bind a RadMenu inside the RadPanelBar. I am able to achieve this, but the problem here is if I am trying to create the ItemTemplate for each RadMenuItem inside the RadMenu then the arrow image is getting disappeared if a menu item has submenu items. It will be great if you can suggest me how I can achieve this. I have attached the sample code snippets as well as the screenshot.



Thanks,
Nish 
Nish
Top achievements
Rank 1
 answered on 21 Feb 2012
3 answers
125 views
Hi,

This is my requirement, In month view no scroll bar should come and it should occupy full height. Say if the screen resolution changes, month view should resize itself to occupy full height also it should display more or less number of appointments based on the height it gets.

Please let me know if this is feasible. 

Regards,
Pooja
Plamen
Telerik team
 answered on 21 Feb 2012
3 answers
225 views
I want to remove the default classes RadTreeView RadTreeView_Default. so that the containing div of the treeview does not have class="RadTreeView RadTreeView_Default". I have created a custom control that inherits from RadTreeView and in there I am overriding the CssClassFormatString property and returning an empty string.

When I use this custom class is my control the 'class="RadTreeView RadTreeView_Default"' is removed, but treeview no longer shows the boxes to expand the tree after the first level which I am expanding in code.  The html source shows all of the additional levels are still being generated.

Is there something that I need to set to maintain the expanding nodes, or is there an easier way to remove the default classes without creating a custom control that inherits the RadTreeView?

Thanks
Peter
Plamen
Telerik team
 answered on 21 Feb 2012
2 answers
667 views
Hi,
 is there a easy way to change the font-family style and eventually size to all controls  ?

regards
Alessandro
Eim
Top achievements
Rank 1
 answered on 21 Feb 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?