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 have a base transaction table and I would like to create user specific grid layouts varies from user to user based on their transaction review requirements.
Would WebUI allow me to create user specific layouts and is there any limitation on number of users
Hi Ajaya Kumar,
To dynamically change WebGrid layout, maybe you can populate the data in WebGrid OnInitializeDataSource event. Then you can clear cache data and retrieve its structure from data that you populate in OnPrepareDataBinding event.
WebGrid1.ClearCachedDataSource(); WebGrid1.RetrieveStructure();
With this method, WebGrid structure will be the same as the data structure that you bind in OnInitializeDataSource event. WebGrid also doesn't have any limitation of users to perform this method. However, I don't really understand the specific scenario that you want to achieve. Could you explain me more detail about the scenario that you want to achieve? I will gladly help you to achieve it. Hope this helps.
Regards,Bernard
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