Hi, i'm just a beginner . My problem is i follow this example to use webdialog to edit a record http://blogs.infragistics.com/forums/t/20939.aspx . The UltraWebGrid is skinned through a Theme setup at web.config and no more. The problem when the UltraWebGrid is refresh thourgh WebAsyncRefreshPanel, it lost the style. Thank for read and any help!!!
Edit : Just some more information. This error only happen in IE (i use IE7) , Firefox is fine
Does your skin use CSS to style the grid, or does it set properties on the grid?
If it uses properties, then this result is expected. The best solution in this scenario is to use CSS in your skin instead. I provide more detail in the folloiwng post:http://forums.infragistics.com/forums/p/15219/55810.aspx#55810
If the skin uses CSS, then we'll need to investigate this in more depth. In this circumstance, I recommend that you create a sample project that we can run and debug, and submit a support request, attaching your sample to the request. A Developer Support Engineer can then investigate in more detail, and work with you to resolve the issue.
Thank, the reason is i set some properties.