<igtbl:UltraWebGrid id="grdPopulation" runat="server"> <DisplayLayout /> <Bands> <igtbl:UltraGridBand></igtbl:UltraGridBand> </Bands> </igtbl:UltraWebGrid>
The updateCellBatch event does not fire after values are modified and "Save"
button is clicked. The form posts back properly but the event does not fire.
The event is properly registered on the code. Have browsed through the event list (on the property window) double clicked on
updatecellBatch event which takes me directly to the Event handler code.
grdPopulation_UpdateCellBatch.
ViewState is enabled for this control as well as on the Page.
But stil the event does not fire.
Please help me out. !
Hi,
As long as you handle the event correctly it should fire on the postback. Please make sure you are not handling other events such as UpdateCell or UpdateRow.
Magued