Hi,
I am facing a problem in UltraWebgrid from Infragistics. I have recently upgraded it to Ultrawebgrid version 10.3. Earlier the version was 8.2.
Now the problem is I have used a ultrawebgrid in a page in my application. Now when I edit a particular cell value within a row and click on save button within the page, the UpdateRowBatch event is not called. It should call UpdateRowBatch event first followed by click event of save button. Here it is directly calling click event of save button. As a result the data is not getting saved.
Could you please help in this regard?
Thanks in advance for your kind help.
Radha Amal Goswami
email: amal_goswami@hotmail.com
Hello Ragoswammi,
Thank you for posting in the Infragistics Community. I can recall that there was a similar issue with 10.3 version. Are you experiencing this problem with IE 9?If that’s the case please upgrade up to the latest Service release for 10.3 either 11.1 version. There were some changes for this grid to make it compatible with it IE 9 and FF around 10.3 version. Your best option would be to go with WebDataGrid which replaces the UltraWebGrid.
Best regards
I want to upgrade ultrawebgrid with webdatgrid but in webdatagrid we dont have updaterowbatch & addrowbatch event,please let me know how to work with it.