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
15
Checkbox of one record is changed to another record by using Infragistics.WebUI.UltraWebGrid.UltraGridRow
posted

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.