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