Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a ultrawebgrid with vs2010 and IE9. Every row in this grid has a chils row. When i try to modify any value in child row then it is not updating.Same code works fine IE8.

Grid1.Rows(0).Rows(0).Cells(1)

Accessing inner row in this manner.. Please suggest how to get the inner row updated value.
Posted
Comments
db7uk 18-Apr-13 17:11pm    
I take it this is Infragistics? What have you tried? How about Firefox and chrome? what version of the grid are you using?
1) Consider contacting their support
2) Consider updating controls with latest release patch / hotfix.
3) When running this, what does Fiddler or Firebug show you? any js errors?
4) Once you have more information someone maybe able to help.
Member 8190984 19-Apr-13 7:19am    
Yes this is in Ifragistics. I'm using Ultrawebgrid. I can only try it IE. Firfox and chrome are not available. Ultrawebgrid version 10.3

Infragistics35.WebUI.UltraWebGrid.v10.3, Version=10.3.20103.2217

Earlier I was using infragistics 8.3 version dll's. Replaced them with 10.3 and also Infragistics standard script files like ig_webgrid,ig_webgrid_dom.js etc have been updated with new version.

It is not popping up any alert or any exception but when i see the values from the inner passing to DB. Those values are not the Updated ones, not the one which I have changed. It is takign same old value in the GRID.

If my inner row first cell has value 10.0 and I change it to 20.0 then it is not taking the new value. Same 10.0 is passed to DB.

The same code with old infragistics dll's(8.3) version and with old script files working fine.

I have contacted infragistics team but there is no response from them
Member 8190984 20-Apr-13 6:56am    
Any Help???

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900