I am thinking of changing the way the grid works buy adding a PageIndexChanged Event. I would like to know everyones opinion
This will break everybody code , but I think it will pay off in the long run.
The benefits of the change are:
- You will be able to use two grids with paging on one page.(only possible today with hacks)
- the code will be more similar to the one used on the regular gridview.
- the grid will problably work better with timers
The downside:
- you will have to change your code to make the grid work again.
Right now its just a thougth ..not even sure its possible, but I want to give a try if everybody its ok with it.