User Profile & Activity

Glenn Layaar Support
Page
of 99
Posted: November 4, 2009 8:31 PM
Per the additional information, we re-try the sample in WegGrid 6 environment, the result is still the same, there is no issue in the allignment after editing. 

Have you tried updating your WebGrid 6 to the latest version? Our environment is using WebGrid 6 build 218 and WebUI Framework 3 build 705.

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. 

Attached is a WebApplication based on the code on the your last attached project. I removed the bin folder in order to reduce the size of the attachment.

Could you provide a more detail error you are facing, did you encounter a runtime error? Does the failed  WebPart moving resulted in an error message? If it does could you share the error message?
Posted: November 4, 2009 4:19 AM

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. 

Posted: November 3, 2009 10:07 PM

In your scenario, the calculation must be done on the datasource. The provided WebGrid information will not be sufficient for the scenario.

Posted: November 3, 2009 9:16 PM

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.  

Posted: November 3, 2009 9:09 PM

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.

Posted: November 3, 2009 1:22 AM

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.

Posted: November 2, 2009 11:35 PM

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.

All times are GMT -5. The time now is 12:25 AM.
Previous Next