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
655
Event doesn't fire after edit cell
posted


Hello,

I'm newbie with asp.net and I have some problems with webdatagrid.

I have a page with several WebDataGrid and one button to recollect all the data and save it into database.

At the beginning, when I add a new row and click the button, the _click event doesn't fire. I have solved this problem adding the property EnableDataViewState ="true" in all the grids, but now I have the same problem, but when I edit a cell. If I only add rows to the grids, the button _click event works and I can recollect the data from the grids, but if I edit any cell in any datawebgrid the event doesn't fire.

Any help?

Thanks!