Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
340
UltraWebGrid RowsCollection Insert strange behavior
posted

Before Implementing Column Sorting on the grid this server side code used to work and insert the row correctly into row position 0 on the grid.

Now it inserts into row position 7

Changing the index to any number results in the same insert position except using 

the index 7 will correct the problem and insert at position 0  

 

 

 

Dim dummyrow As New

Infragistics.WebUI.UltraWebGrid.UltraGridRow

DrawWebGrid1.Rows.Insert(0, dummyrow)

DrawWebGrid1.Rows(0).Cells(1).Value = 0

DrawWebGrid1.Rows(0).Hidden =

False

Parents
No Data
Reply Children
No Data