Hi,
is it possible to have a "Goto Page" textbox for paging? Where I can enter the PageIndex I want to display (and maybe a button to confirm this pageindex"?).
Thx
On the server try:
this.UltraWebGrid1.DisplayLayout.Pager.CurrentPageIndex
http://help.infragistics.com/Help/NetAdvantage/NET/2007.3/CLR2.0/html/Infragistics2.WebUI.UltraWebGrid.v7.3~Infragistics.WebUI.UltraWebGrid.Pager~CurrentPageIndex.html
On the client try using the goToPage method.
http://help.infragistics.com/Help/NetAdvantage/NET/2007.3/CLR2.0/html/WebGrid_Object_CSOM.html
Devin
Hi..
I am not able to use these links.
I have a project requirement where in I need to implement Ultra web grid pagination to go to specific page.
It should contain a label "Go to" and textbox to enter the specific page.
Please help me as soon as possible.
Thanks in advance
is it right that the grid must know the complete datasource?
I used a stringAlphabet for paging, an I saw the example "How can I use custom paging to create a "First", "Prev", "Next", "Last" style pager?" at devcenter.infragistics.com. But how to get a textbox? And how to use it that the PageIndexChanged event will be raised?
Sorry, but I'am a little bit confused...