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
Hi,
I have 1000's of records in the webgrid, how can I retain the item selection after performing any action.
Scenario:
I soreted the view with respect the lastupdateddatetime in ascending order (oldest first, latest last), if I select an (which is in 3rd row), and edits that item and saves it, as the view is on lastupdateddatetime, the record will jump to the last row, but the selection will retain on 3rd row itself.
The second query is:
Can I select an item based on some parameter, the value of the cell?
Please sugges as soon as possible.
Thanks in advance
Hello,
In clientside, you can select a row by the key value. Perhaps, this can be used for your scenario.
function SelectRow() { var grid = ISGetObject("WebGrid1"); var row = grid.RootTable.GetRowByKeyValue("VINET"); //get WebGridRow object by key value. row.Select(); // select this row for focus }
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