Enable on-the-fly changes of selectable (selection mode) in the Grid widget
Hello,
Generally every change in the options requires re-creation of the grid. However for the current case one can only change the selectable option and re-reate the underlying widget for selection. Here is a dojo illustrating this approach.
Regards,
Angel Petrov
Progress Telerik
Currently the workaround is to destroy and then recreate the grid widget and reapply the paging, sorting, filtering, and grouping. User initiated on-the-fly changes in selection mode in grids is generally a very useful capability.