V
Vimalkumar Selvaraj
Guest
Hi Iram, We fire following custom event when user switches view. "rb.newui.util.customEvents.rbs_viewSelectorChange" How ever this event fired after Kendo Grid initialization, so there is a possibility that if you listen for view change event first time your "dataBound" event may not get called because Grid Data Binding might be finished by the time view switch event is fired . You can give a try with following code snippet Thanks, Vimal
Continue reading...
Continue reading...