Problem with Grid-multi view
-
Dear all, I am using mutliview control in my aspx page.In one multiview I have a grid and the grid columns I am adding based on the data fetched from back end.That means columns for that grid is dynamic.And also grid contains controls like text boxes.Which populated dynamically. The problem is when I navigate using multiview link.Dynamic grid data is disappearing. PLease help me in above regard.I need to persist the grid status even when i will navigate in the multiview. Thanks, Srinivas Mateti
-
Dear all, I am using mutliview control in my aspx page.In one multiview I have a grid and the grid columns I am adding based on the data fetched from back end.That means columns for that grid is dynamic.And also grid contains controls like text boxes.Which populated dynamically. The problem is when I navigate using multiview link.Dynamic grid data is disappearing. PLease help me in above regard.I need to persist the grid status even when i will navigate in the multiview. Thanks, Srinivas Mateti
If you are creating the grid dynamically, you will need to recreate it everytime from Page_init event.
-
If you are creating the grid dynamically, you will need to recreate it everytime from Page_init event.