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 need select the filter row i client side before to do a postback. How I can to do that
You can try the following code:
function SelectFilter() { var grid = ISGetObject("WebGrid1"); var FilterRowEl = grid.RootTable.GetFilterRow(); var FilterRow = grid.RootTable.ToRowObject(FilterRowEl); FilterRow.Select(); // Select the Filter Row var cells = FilterRow.GetCells(); cells.GetNamedItem("CustomerID").ActivateEdit(); // Activate the Filter's edit mode }
Hope this helps. Thank you.
Regards,-Martin-
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