I have a separate ponent on a page that (conditionally) updates a Kendo UI Grid. When the user clicks on a row...I want the change event to fire. However, it currently is NOT firing.
Why isn't the change event firing?
DOJO:
I have created the following DOJO in-support of this question.
Thanks
I have a separate ponent on a page that (conditionally) updates a Kendo UI Grid. When the user clicks on a row...I want the change event to fire. However, it currently is NOT firing.
Why isn't the change event firing?
DOJO:
I have created the following DOJO in-support of this question.
Thanks
Share Improve this question asked Feb 9, 2018 at 14:49 Prisoner ZEROPrisoner ZERO 14.2k21 gold badges101 silver badges147 bronze badges2 Answers
Reset to default 6The change
event is related to selection. To make the event fire, enable selection.
https://docs.telerik./kendo-ui/api/javascript/ui/grid/configuration/selectable
Maybe you mean change
event from datasource (not from the grid) ?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744265143a4565830.html
评论列表(0条)