I have a problem updating the kendo grid, for some reason the event is dataBoundfired twice, does anyone know what might be the problem? or is this normal behavior?
$("#grid").data('kendoGrid').dataSource.read();
$("#grid").data('kendoGrid').refresh();
UPDATE:
if I delete the update line dataBoundonly happens once
$("#grid").data('kendoGrid').refresh();
source
share