brixel
04-21-2009, 02:21 PM
Hey guys,
Trying to track down a solution to an unusual issue with the datagrid. When ever I have a datagrid that uses a itemrenderer for one of the columns, when the data is first loaded the other cells don't mask properly. They tend to "spill" over at the bottom of the grid ( where you can see some of the text of a cell outside the bottom line of the grid ).
A quick scroll of the scroll bar instantly fixes this issue. If I don't use the itemrenderer it looks fine on the load.
Has anyone else experienced this? If so, does anyone have a solution as to what is causing this and how I might fix it. I'd like to know why it's happening, but if anyone has a quick fix I'd like that too.
I have tried various combinations of trying to move the scroll position, invalidate the datagrid, etc but none of that is working.
Trying to track down a solution to an unusual issue with the datagrid. When ever I have a datagrid that uses a itemrenderer for one of the columns, when the data is first loaded the other cells don't mask properly. They tend to "spill" over at the bottom of the grid ( where you can see some of the text of a cell outside the bottom line of the grid ).
A quick scroll of the scroll bar instantly fixes this issue. If I don't use the itemrenderer it looks fine on the load.
Has anyone else experienced this? If so, does anyone have a solution as to what is causing this and how I might fix it. I'd like to know why it's happening, but if anyone has a quick fix I'd like that too.
I have tried various combinations of trying to move the scroll position, invalidate the datagrid, etc but none of that is working.