This is a migrated thread and some comments may be shown as answers.

Persist Grid State

1 Answer 78 Views
Grid
This is a migrated thread and some comments may be shown as answers.
larry talley
Top achievements
Rank 1
larry talley asked on 22 May 2009, 10:53 PM
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.

1 Answer, 1 is accepted

Sort by
0
Bruno
Top achievements
Rank 2
answered on 26 May 2009, 10:31 AM
Hi,

You may check the following code library for a demonstration of similar functionality.

--Bruno
Tags
Grid
Asked by
larry talley
Top achievements
Rank 1
Answers by
Bruno
Top achievements
Rank 2
Share this question
or