Nested Sortable with handlers
So I edited a dojo example to cause the behavior. The selections / ignores work fin in the code provided. Once you turn on the handle options to different handles even you no longer can select the...
View ArticleOnly Horizontal Scrollbar for RadGrid
Headache...your solution worked perfectly. Set Scrollheight ="" thanks!
View ArticleUse of added elements in Utility class
Thanks Chandresh,I tried this, but still seem to be getting the same error. My simplified utility class to test this can be seen below. If I attempt to call this from a coded step via Utils.test();...
View ArticleSet a default theme to be used in the design view
There is no quick solution to this. You have to drag the theme onto the designer and apply the theme to the form. Then can right click on the form and select to apply the theme to all controls....
View Article3 Columns with only 1 month in the header?
Telerik Team,I am using the following version of your silverlight controls: 2014.1.310.1050I have the following in my...
View ArticleLooping problem - dataBound event calls setOptions which then fires dataBound...
Is there a better way to do this? Anyone, anyone?... This is what I feel like right now... [https://www.youtube.com/watch?v=uhiCFdWeQfA]
View ArticleRadGrid GridCalculatedColumn Expression Digit Expected Exception
Hi! I have a project with a RadGrid table showing information. I have this snippet of code inside it:<telerik:GridCalculatedColumn DataFields="Stake,TotalGames" Expression="iif({1} = 0, 0, {0}/{1})"...
View ArticleRadGrid GridCalculatedColumn Expression Digit Expected Exception
Just to add, the exception that I am getting is Digit is Expected. Here is the log of the error: [ParseException: Digit expected] Telerik.Web.UI.ExpressionParser.ValidateDigit() +98...
View ArticleRadGrid GridCalculatedColumn Expression Digit Expected Exception
To add, here is the exception:[ParseException: Digit expected] Telerik.Web.UI.ExpressionParser.ValidateDigit() +98 Telerik.Web.UI.ExpressionParser.NextToken() +1032...
View ArticleOrder the categories In PropertyGrid as per requirement
Hi stefan, I am not able to run the attached project.Regards,Nagasree
View ArticleLock/disable column
Hello Omar, The feature you describe is not available at the moment of the latest release. I invite you to participate in the Kendo UI Feedback and Feature Request Portal so you can voice your opinion...
View ArticleImageBrowserController not working
The current examples available online to implement an ImageBrowserController by extending EditorImageBrowserController do not work. Is there any documentation available for hooking this up for .NET...
View ArticleNested Sortable with handlers
Okay an answer to my own question though I think it is not a great solution. Use a whitespace selector for the ignore pattern in the parent list... If you have a better answer please let me...
View ArticleProxy automatic authentication not working with code 407 for McAfee Web Gateway
I used to change Fiddler script to add the automatic authentication to make console based applications work with NTLM authentication, however my company has moved from TMG to McAfee Web Gateway and now...
View ArticleRadCardView bound mode
While I see how to use the Layout Control, this does not seem to be the solution for my scenario. Let me be more specific, and see if I am missing something.I want to the saved layout to contain the...
View ArticleImplicit Styles = "Key cannot be null."???
Solved...sort of.After hours of looking for what was causing that "Key cannot be null" exception, I decided to upgrade my project from .NET 4.5.2 to 4.6.1. Whatever was going on resolved immediately...
View ArticleTab strip call action each time
Hi Ivan, Thank for reply , But I have grid in partial view. If i use "LoadContentFrom" Grid data is not populating . Below is the content of partial view...
View Article