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 need to freeze (say first 3 columns) and unfreeze from client side using javascript.
How can i do that?
Thanks
Zahid
Hi,
To freeze the first 3 column using client side you can use the following code:
var grid = ISGetObject("WebGrid1"); grid.FreezePane(3);
And to unfreeze using this code:
var grid = ISGetObject("WebGrid1"); grid.UnfreezePane();
Best Regards,
Gordon Tumewu
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