Hi.
In Infragistics for ASP.NET 8.3 I could save UltraWebGrid rows collection in Page.Session as of:
Session("currentPageRows") = uwgItemList.Rows
And in the ajax request I used it as of:
Dim rows As RowsCollection = Session("currentPageRows")Dim row As UltraGridRow = rows.FromKey(keyID)
row.Cells.Count >0
and it work fine.
Now I am migrating on Net.Advanced 11.1 and have a problem: UltraWebGrid rows collection's cells are lost.
After
row.Cells.Count =0
What should I do to keep the cells and their values?
Hello combo9550 What kind of datasource you are using? If you are usingd DataTable you can persist it in the Session and get the row from it. Please also take a note that Ultra controls are no longer part of our products. I would suggest you to start uprgading to the new Aikido controls. Please take a look at the following forum thread - http://community.infragistics.com/blogs/taz_abdeali/archive/2011/11/17/asp-net-product-changes-in-2011-volume-2.aspx
Hello combo9550 Please let me know what is the status of the issue. Did you manage to resolve it?