Hi there, I'm new to infragistics controls and having a slight style issue when editing a cell
Let me explain, I have an UltraWeGrid on a page, I have set all the columns to read only except one that contains a quantity field i wish to edit. However when i click in the cell to edit it, the dat is not displayed properly. it seems to be showing the "original" data behind the edit area.
I can stop the issue from happening if i turn on compatitbility mode in IE so I'm presuming it is a style issue. Below is a picture showing what I mean.
Cheers
JB
I found a solution.
I changed the "EditCellStyleDefault", the margin and padding where set by default and I set the left margin to 0px from 4px and the left padding to 6px from 2px. It now shows fine in and out of compatibility mode.