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?
Hello,
Thank you for your feedback. We appreciate that you took the time to convey your comments.
competent said:the UltraWebGrid does not post any rows back to the server
What do you mean by the above sentence? Can you attach a your code?
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.
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!