Hallo,
I need to add several rows to WebDataGrid client-side:
var oGrid = $find(this._gridDetailClientID);
jQuery.each(costDetail.rows, function () { oGrid.get_rows().add(this); });
but in my grid i see only first row added, even if my loop works perfectly. And RowAdding server-side event is raised only first time.
How can I resolve this problem?
I have AutoCrud=false and following behaviors are active: Activation, Selection, EditingCore, RowAdding, RowDeleting, CellEditing.
Thanks
Hello Max,Please let me know if you have any further questions regarding this issue.
Hello,Here is a sample with 12.1 which works as expected. Please take a note from David's post.
Hi maxanziutti,
You need version 11.2 or greater and you need to turn on BatchUpdating for Editing Core.
regards,David Young