I have a ultrawegrid. A loading image is shown during the process when a particular row is being deleted.
While the row is being deleted, I want the rest of the rows to be disabled.
I am new with infragistics. help is highly appreciated.
Please try following JS code to disable the grid:
igtbl_setDisabled(igtbl_getGridById("UltraWebGrid1").MainGrid, true);
Second parameter needs to be false to enable the grid.