I would like to choose the page for the grid and set it at wil via code.
I can get the grid-page parameter form the URL in my controller like so...
int gridpage = Convert.ToInt32(Request["grid-page"]);
Now, how do I tell the grid what page I want?
C# or Java or Razor?
Client side?
Server Side?
It matters not. I just want to be able to do it.
My reasoning is that I want to return the user to the page were they just added or edited a record.
Thanx,
Dug