How can I disable grid (like editors enabled property). I want to prevent everything (scrolling, sorting, paging, grouping, selection ...)?
3 Answers, 1 is accepted
0
Boyan Dimitrov
Telerik team
answered on 28 Jul 2016, 09:17 AM
Hello Matjaž,
By default these options should be disabled. Given this if you simply initialize the Kendo UI Grid it should be fine. Please refer http://dojo.telerik.com/efUNu example.
Regards,
Boyan Dimitrov
Telerik by Progress
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
I didn't mean always but on some event, I want to disable all operations. For example when requesting new data from server or any other custom event. Then I want to re-enabled it again.
In order to enable/disable such functionalities the setOptions method should be used. Such modifications require the widget to be destroyed and re-initialized with the new options (sorting enabled/disabled) which the setOptions method does internally.
Regards,
Boyan Dimitrov
Telerik by Progress
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.