Hello-
All checklist options get selected if I check, "Select All" but they are cleared after I click, "Filter". All grid data is displayed properly. However, I would expect all checklist options to remain selected if I open the filter menu again. Is this working properly? Thanks!



Hi everyone ,
please i want to know if i can change LinkUrl of radeditor Hyperlink manager so i can fix some text in URL.
attached picture , i want any user add hyperlink find text "/TopicDetails/" written by default .
Thanks .

Hi, I am using excel-like filtering on my RadGrid similar to this demo.
I am wondering if there is a way to hide the extra filtering option as highlighted in red in the attached image, but keep the excel-like filtering. I know that the css for the whole menu can be edited with .RadGrid_[skin] .rmGroup {} but I don't know about the filter. Thanks
Hi there,
Our development team are using Kendo UI with entity framework 6 database first. We're wanting to try using stored procedures for some complex CRUD operations, but the team are adamant that this isn't possible. Could you please advise?
We're using 2016.1.226.440 - Kendo web extensions for asp.net mvc. Library package name is Kendo.MVC. Runtime version 4.0.
Cheers,
Hello together, i don't get it working...
How can i change the start/end/interval values for the popup list of RadTimePicker clientside using javascript and how to repait that after manipulating?
I can read all the values with the apropriate methods:
Here is a sample code how i try to manipulate this (sample of an end-time):
1.... get the endTimePicker...2.var timeView = endTimePicker.get_timeView();3.var endTime = timeView.getTime();4.endTime.setHours(17);5.endTime.setMinutes(0);6.endTime.setSeconds(0);7.timeView.set_endTime(endTime);
After manipulation, i try to write it back to the object:
Whe i than read the properties again, i only get the message "invalid date".
How can i manipulate these values in the correct way?
How can i repaint the popup list after the manipulation? With <timepicker-object>.repaint() ?
Thanks a lot for thinking about that.

Is there some way to add arrows to lines on the map?
Thank you