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
How do I dynamically set caption property of roottable in client side? The following code is no effect.
WebGrid1.RootTable.Caption='Table A';
Hello,
Currently, we don't have a method to set caption dynamically. But if you want, you can write the element of RootTable caption.
e.g
var grid=ISGetObject("WebGrid1"); var table=grid.RootTable; table.GetElement(WG40.COLHEADER, WG40.HTMLDIV).parentNode.childNodes[1].innerText="aaa";
Hope this helps.
Regards,Handy
Yes, it's helpful for me. Thanks.
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