iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
I have a webgrid version 6.0 with a filters and paging functionality build in. I am using asp:objectdatasource control to do custom pagination. I also have button on a form which do postback. My action:
1. Setup filters on a grid and click a button to get data
2. Go to page 5 on a grid
3. Set new filter on a grid and click a button to get data.
I want to be on a page 1, but instead I go to the page 5. Everything is correct I am displaying data for page 5. But after I clicking a button I need to be on a page 1 displaying data for page 1
What code should I write in javascript or on server to reset pageIndex to 1?
Can I use this function. WG50Engine.ExecuteFlyPostback("myGrid","PagingTo",1);
We have a GoToPage and GoToFirstPage in the WebGrid 6 client side function in order to set the WebGrid to a certain page in a classic paging scenario. Here is the snippet if you would like to move to the first page, you could use the GoToPage or the GoToFirstPage to achieve the desired result:
var grid = ISGetObject('WebGrid1');grid.GotoPage(1);grid.GotoFirstPage();
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname