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
85
moving the mouse over a cell causes the text to be wrapped incorrectly
posted

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?

Parents
No Data
Reply
  • 469350
    Offline posted

    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.

Children