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
Sorry for the late reply.
Using the attached sample, I have modified WebToolbar4 object to simulate the scenario you are using. In the sample, the attached onclick eventhandler will always be executed.
Our environment already using the latest WebDesktop 3 build and WebUI Framework 3.
ColumnFreezing still need to be done on server side. You could invoke server side functionality from the client side, an article in the WebGrid documentation already detailed this behavior, the article is titled Advanced Client-Server Interaction Sample.
In your scenario, the calculation must be done on the datasource. The provided WebGrid information will not be sufficient for the scenario.
I have confirmed that there is some modification done in the z-index for numerous components in 2009 release for compliancy issue with XHTML. However, our developer will need further investigation to determine if it is the cause of this issue. We will inform you if there is any update regarding this issue.
In order for the WebTextEditor to work correctly it will also need some resources from WebDesktop. Please add the ISNet.WebUI.WebDesktop.Resources.dll to your project bin folder.
Using the latest WebGrid 6 and WebUI Framework, we could not replicate the issue you describe. Attached is the sample we are using to test your scenario.
Thank you for the report. A quickfix has been deployed to our server by the developer. Please use the UpdateManager to update again, you do not need to use the 2009 UpdateManager.
Sorry for the late reply, it seems in the WebGrid1_OnAcceptAllChanges client side event handler you are invoking this line:
grd.XmlHttp.Asynchronous = false;grd.Refresh(); grd.XmlHttp.Asynchronous = true;
Those lines will collapse the other group which will cause the issue, our suggestion is to move those line after the iteration of deleted row changes.
By moving those lines after the deleted row changes iteration the JS issue does not occur.
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