This is a migrated thread and some comments may be shown as answers.

Kendo Grid Sort Post Function

1 Answer 164 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Shehraz
Top achievements
Rank 1
Shehraz asked on 09 Nov 2018, 01:37 PM
Hi I have a grid with that have a grouped column. I have implemented some checkboxes on it through javascript function that is prepanding checkboxes as can be seen in image. All fucntionality is working fine but when I sort the column of grid my custom checkboxes removed. So now I want to put the code in function that will execute after the user sort the column of grid. I have gone through google and found the dataSource  bind 'change' functionality but it trigger earlier and then column got sorted.

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 13 Nov 2018, 08:25 AM
Hi Shehraz,

You could execute the code within the "dataBound" event of the Grid, which will fire each time the Grid renders its data:
Hope this helps.


Regards,
Konstantin Dikov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
Shehraz
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or