K
Keith Patrick
I'm trying to track down a problem where a dynamic gridview I have is not
restoring its rows correctly. Stepping into a derived GridView, I've found
that the GV *is* getting a viewstate passed to LoadViewState with the
correct # of rows specified. However, I can't find where in the viewstate
(not on the datasource/datasourceview, either) the rows are being stored,
since the values are not being restored & I can't figure out how the items
are added back.
restoring its rows correctly. Stepping into a derived GridView, I've found
that the GV *is* getting a viewstate passed to LoadViewState with the
correct # of rows specified. However, I can't find where in the viewstate
(not on the datasource/datasourceview, either) the rows are being stored,
since the values are not being restored & I can't figure out how the items
are added back.