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. 

Parents
  • 1560
    Verified Answer
    Offline posted

    Hello,


    Please keep in mind that according to our support policy Infragistics products have one year of product service releases and three years of developer support. This means that version 3 is considered retired and no longer eligible for Developer Support Services.  More about Infragistics product lifecycle can be found here. Also, after version 11 the entire ASP.NET toolset was changed and UltraWebGrid is no longer part of it.


    Having this in mind, my suggestion is to migrate to the latest version and test the behavior under it.


    We have a few topics regarding the migration from UltraWebGrid to WebDataGrid , ASP.NET product changes, which I believe you might find useful.


    Please let me know if you need any further information.


    Sincerely,
    Teodosia Hristodorova
    Software Developer

Reply Children