The examples that utilize the GridPersistor are of no real help to me as they are either incomplete, over simplified or not quite exactly what i'm attempting. I cannot for the life of me figure out how to:
- Integrate the class using VB
- Integrate the class into each of my declaritive events including SortEvent, PageIndexChanged, PageSizeChanged, Page_load, Page_Init, Page_Render, BtnClick, etc.
- Determine whether to set the Grid Visible (it's programmatically invisible when the page first loads. I only Bind with Data after a BtnClick event that passes search information to my SP and then binds the grid to the result set.
Can anyone help me. Show me good working samples in VB and ASPNET AJax Grid. Show me samples that set the state via the events listed above.
Been working on this for 5 hours. Getting no where. Almost ready to give up and try to pass the "state" variables via Querystring, which I know is NOT the way to do this.