Hi there,
Ive got a screen with a full screen dataGrid, after the user select an
item on this dataGrid, i need to split this screen.
The fullscreen dataGrid needs only to have the enough height to show all
the data... using the rowCount doesnt work, as the documentation says
that "might not work"...
And using dGrid.height = dGrid.dataProvider.lenght * dGrid.rowHeight,
give me the correct height, but, the dataGrid shows up a scroll, because
it adds an extra empty line at bottom.
Is there some way to remove that empty line? Or better, an way to get
the rowCount work?
Ive tried to set height back again to 0, to null, to new Number(),
nothing works =(
Thanks in advance.