We are using release 9.1 (2049) and when we place an UltraWebGrid inside a WebSplitter, the UltraWebGrid does not post any rows back to the server. Is this known to have been fixed in subsequent releases?
Hi Karl,
I am just checking if the latest replay help you out or you manage to recreate this issue in a sample application.
Thank you.
Sincerely,DimiDeveloper Support EngineerInfragistics, Inc.
After stepping through the code and property settings numerous times, I finally realized that our default skin was setting the EnableViewState on the WebSplitter to False and this is what was causing the grid to postback with no rows. Removing this property immediately resolved the problem. Hopefully this information will help someone else in a similar situation in the future.
Unfortunately, I don't have much time at all to create a full working application to reproduce this issue. Can you please include the sample that you used and I can then modify it to reproduce the problem.
One further clarification: in my application, the grid is hosted in a user control that is in turn hosted in an UltraTabControl.