Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
129 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
94 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
143 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
111 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
59 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
71 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
87 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
4 answers
240 views
Hello,

I have recently upgraded from Q3 2011 to Q3 2012 and now my Spin Buttons on the numeric text box appears on the bottom of the control rather than to the side (attached image). Can anyone give me a suggestion on what is causing this.

Thanks
Vasil
Telerik team
 answered on 26 Nov 2012
1 answer
96 views
hey guys,


   I want to export my radgrid data in word document but without using sqldatasource how can i do that?
Shinu
Top achievements
Rank 2
 answered on 26 Nov 2012
1 answer
107 views
Can the default sort filter value be passed by session variable or a temporary value from another page and be set on load?
Princy
Top achievements
Rank 2
 answered on 26 Nov 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?