Hi there,
We recently
posted regarding a problem with the header column of an ej2 Grid not being
loaded correctly:
Check the
Grid Checkbox Column Header (322601) | Incident | Syncfusion
You kindly fixed this and sent us a link to download patch.
I have applied the patch and am calling grid,refresh(); after setting the
grid.dataSource and this fixes the problem on the grid that had the checboxes.
The grid was originally loading like this:
And now displays correctly as this with the header in the correct mode:
The side effect of applying this fix as broken a grid on another page though.
The grid comprises a list of searched for contacts if you
add an item to the list and then subsequently try to edit it though you get
this error message a couple of times on update:
Sometimes if it is the only item in the list then the error
message goes recursive and you get:
Or occasionally:
If I revert to the original version of ej2.min.js then
you do not get any error messages regarding this.
The error seems to occur as it exits the javascript of the
grid actionComplete function
the args.requestType at this point is “save”
Many thanks James