Hi
I have a webgrid set to OutlookGroupBy that is hooked up to a SQLDatasource. The webgrid is sat in a WebAsyncRefreshPanel. I want the users to be able to edit data in the cells so for this I have included an UpdateCell event to perform the update to the database. This all works perfectly. The one area that doesn't, however, is when the postback occurs for the UpdateCell. The data has changed ( which is great ) but the grid seems to reset itself and collapes all the expanded groups that the user has open. This doesn't make it user friendly for the end user. Is there a problem with ViewState in this ?
Regards
Paul