There is a grid in a webpage where user has to select some rows as their wish with the help of check boxes. After checking a row the user clicks save but and it should save the dat that corresponds to the selected row. But when user selects a row and hits save it is saving another(random/different) row after the postback.
While debugging in noticed that the selected row is being selected by "Infragistics.WebUI.UltraWebGrid.UltraGridRow" controller in the code. The infragistics version that we are using is v3.1.
Code lang : VB.NET
.Net framework - 1.1
Could anyone please confirm, is there any bug like this that this infragistics version has.