How can I have multiple functions for DataBound in Kendo Grid MVC
events.DataBound().Events(events => events.DataBound("AdvancedGrid.onDataBound", "alertMe"));
so it will trig both function.
How can I have multiple functions for DataBound in Kendo Grid MVC
events.DataBound().Events(events => events.DataBound("AdvancedGrid.onDataBound", "alertMe"));
so it will trig both function.