i have a ultraGrid which i am adding text as formatted html. The cell wraps the text correctly over a number of lines but when i move the mouse over it sometimes the cell redraws itself and puts an extra carriage return in the text but as the cell size remains the same some if it is hidden from view
It shouldnt change at all and i cant work out if there is a patern as to what causes a cel to do this as it seems to be completly random. Ideas anyone?
The grid obviously doesn't (or at least shouldn't) automatically be adding line breaks into your text when you mouse over a cell.
We recently fixed a bug in the FormattedTextEditor (which the grid is using) which may be causing this. So unless something in your code is intentionally adding line breaks into the text, it's probably a bug. In that case, I recommend that you get the latest service release.
How to get the latest service release - Infragistics Community
In fact, I don't think the fix made it into the last service release, so it probably won't be available until the next one. So you might want to wait a little while and get the next SR, which is due out on Feb 7th.
Hi
That makes sense to me as i am using the FormattedTextEditor for the column and once i assign my list object containing the text to the grids datasource then the data isnt altered in code and the grids cells are read only
i will download the SR as soon as its available and see if it resolves the issue
Thanks
Ryan