I have 3 layer hierarchial grid with inline editing. I use Object datasource and WebHierarchialDataSource as datasource in aspx page. When i edit a cell, i call Row_Updating event to capture the new data. Row_Updating event is being called and looks good. But the grid is being loaded again and my change in the cell is lost. So i added EnableDataViewState="true".. Now i a getting this message on javadscript side.
Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: Original data source does not support updates.
Please assist.
Its the issue with the Update Parameters and its fixed now. Thanks for your support.
Hello naveentatineni,
If you need any further assistance with the matter, please let me know.
Hi naveentatineni,
Sorry for the late reply.
I'm not sure I understand your question, however I could suggest to look at this article which may help - http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.objectdatasource.updateparameters.aspx.
After overcoming that issue, i had one more question.
I want to add the value of a cell in the Hierarchial Grid Level -2 to UpdateParameters List. How do i do that? What should i use?
I'm glad you solved your issue.
If there's something else I can help you with, please feel free to contact me.