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
First question: I have custom pager on a grid which retrieve 100 records per page. First query has 2200 records. It display 22 pages. Second query has 1100 records. So it must display 11 pages, but it continues to display 22 pages in a pager dropdown (see attachment). How to refresh pager menu.
Second question: When I do new filtered query I going to the same page on a grid. Example, if I am on page 8 and do new query than I coming to the same page 8. I need to come to the page 1 with each new query. How to use grid.GotoFirstPage() function. If I use it from WebGrid_OnAfterResponseProcess() function then everythin freeze. Please provide sample code
I am waiting for your response, It is very important
Thank you very much in advance
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();
You could try to use the SetTimeOut javascript function for the GoToPage call in order to delay the function execution in the AfterResponseProcess.
I have 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 to reset pageIndex to 1?
I try to use this function WG50Engine.ExecuteFlyPostback("GWG_GeneGrid","PagingTo",1);
WG50Engine.ExecuteFlyPostback("GWG_GeneGrid","PagingTo",1);
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