Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
25
UltraWebGrid updateCellBatch event does not fire
posted

  <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. !

Parents
No Data
Reply Children
No Data