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?
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.
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.
Hello Karl,
Here is my tests. I put a grid inside a SplitterPane, there is also a button that is used to submit the form to the server. Inside of the button click event handler I reference the grid and respectively its Rows collection. Please have a look at the screenshots below:
As you can see in the code-behind the result is this one:
All rows are there.
My suggestion is create a small isolated sample showing the issue and attached is here. This will help me to resolve your issue faster.
Thanks!
What I mean by that is if I place an ultrawebgrid within a splitter and populate the grid with rows either on the client or on the server, when the form is posted back, the grid will have 0 rows.
Regarding code posting: no I can't but it should be extremely easy to reproduce with this information.