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 integrated WebCombo in WebGrid.
On Page_Load Event I get a DataSet with webGrid and WebCombo Data.
Every time, if I click on WebCombo all server events are fired.
It's not possible to cache WebCombo Data, because these data do not change?
Hi Michael,
After I discussed with our developer, they said that is is default behaviour. Event if it is not integrated into WebGrid, the WebGrid IntializeLayour event would be called (WebGrid IntializeDataSource and PrepareDataBinding would be called only when it needs new datasource). When clicked on WebCombo dropdown, it would initiate ajax callback just like in full Postback behaviour. All control life cycle should remain the same.Otherwise, it'll break a lot of architecture.Although the event would be called, but you can customize with your own validation to check if the codes inside those event needs to be called or not.
e.g
if (grid.IsFlyPostBack) or if(!ISPostBack) then do the code
Regards,Handy
Hello,
From your sample, which events are fired? I could not test it your issue since i don't have any your database. So, i tried to make the sample with similar settings in WebCombo,WebGrid and page load. If it is WebCombo InitializeDataSource, then it is the default behaviour.
Hi Handy
Following Events are fired if I dropdown WebCombo wcProduct:
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