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
60
UltraWebGrid - losing data on postback
posted

Hi,

I need to save data in the grid when the user modifies and clicks on an asp button. But, the grid doesnot persist data when coming into the click event - it is losing its state on postback. Please assist me on how I can achieve the functionality.

My Grid:

<igtbl:UltraWebGrid ID="grdResults" EnableViewState="true" runat="server" OnUpdateRowBatch="grdResults_UpdateRowBatch"
                    SkinID="CorePagingGrid" OnInitializeLayout="grdResults_InitializeLayout" OnInitializeRow="grdResults_InitializeRow">
           <DisplayLayout>
                    <ClientSideEvents CellClickHandler="grdResults_CellClick" />
           </DisplayLayout>
 </igtbl:UltraWebGrid>

 

Thanks in advance,

Perumal.R