Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
74 views
How to hide or remove saturday and sunday checkboxes of weekly recurrence of radschedulerrecurrenceeditor?
Shinu
Top achievements
Rank 2
 answered on 26 Nov 2012
1 answer
88 views
How can i traverse through all the items in the radlistbox.
Princy
Top achievements
Rank 2
 answered on 26 Nov 2012
2 answers
43 views
hi 
i need to collapse one particular row but i'm not in the item data bound but in a onclick of a radbutton 

how could i do ?

thanks
Eyup
Telerik team
 answered on 26 Nov 2012
1 answer
103 views
Hi,

I'm looking for a way to get the resource id that i've grouped my scheduler by in javascript. Is this possible?
Using OnClientAppointmentInserting i can get the start time and is all day properties. Is there any way to get the room id that i have grouped by?

function AppointmentInserting(sender, eventArgs) {
                    var start = formatDate(eventArgs.get_startTime());
                    var isAllDay = eventArgs.get_isAllDay();
                    alert(start);
                    alert(isAllDay);
                    eventArgs.set_cancel(true);
                }
Plamen
Telerik team
 answered on 26 Nov 2012
1 answer
57 views
How can i decrease the space between the items of the radrating?
Princy
Top achievements
Rank 2
 answered on 26 Nov 2012
1 answer
115 views
I have a radrating in my form. I want to validate whether the rating is checked using a customvalidator. Please help me to achieve this scenario.
Princy
Top achievements
Rank 2
 answered on 26 Nov 2012
4 answers
98 views
The new asp.net demos are not that great.  

To start with they use the new windows style which I think looks awful but accept that is a subjective opinion.

More importantly I have the following issues:
1) They are very slow
2) The Forum link is now missing
3) The documentation link is now missing
4) The size of them is such that even on my large monitor I'm having to scroll up and down a lot.
5) Rather than reskinning the demos maybe a more relevant focus would be on expanding their quantity so that more items are covered. 

You're going down the devexpress route of redoing the website more for the look of it than for the functional use..

Jon
Iana Tsolova
Telerik team
 answered on 26 Nov 2012
2 answers
51 views
Hello,

For some reason, we have to upgrade our project's .NET Framework's version to 4.5. But after we did this, we found there are some bugs in telerik controls.The Telerik.Web.UI.dll file's version is 2009.3.1314.35.

You can see all the input's width become '100%', even if you set a width to it. I checked the code, and found the reason.

You can check the class RadInputControl 

if ((base.DesignMode || !this.Browser.IsBrowser("Gecko")) || ((this.Browser.IsBrowser("Gecko") && !this.setWidth.IsEmpty) && (this.setWidth.Type == UnitType.Percentage)))
{
	writer.AddStyleAttribute("width", "100%");
}
else
{
	writer.AddStyleAttribute("width", this.setWidth.IsEmpty ? this.defaultWidth.ToString() : this.setWidth.ToString());
}

I think if you remove the code this.Browser.IsBrowser("Gecko"). this bug will be fixed. Because I don't have the code, so I cannot compile a new dll. If you can give me a new dll that will be great. If you need more information you can tell me.

Thanks.





wenbin
Top achievements
Rank 1
 answered on 26 Nov 2012
3 answers
61 views
Hi,

 i have Recurrence Editor in RadWindow. I cannot set the recurrence rule in recurrence editor using set_recurrenceRule() in javascript.
This problem caused  only  in IE8 .Please let me know the solution.


Thanks,
Prasanna
Plamen
Telerik team
 answered on 26 Nov 2012
1 answer
81 views
I write the code for radgrid sorting event
if ("FirstName".Equals(e.CommandArgument))
        {
            switch (e.OldSortOrder)
            {
                case GridSortOrder.None:
                  
              
                    RadGrid1.DataSource = objclass.GetData();
                    RadGrid1.Rebind();
                    break;
           
            }
        }
error i facing
There was a problem extracting DataKeyValues from the DataSource. Please ensure that DataKeyNames are specified correctly and all fields specified exist in the DataSource.

how can i solve it......................
Eyup
Telerik team
 answered on 26 Nov 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?