SmartClient Version : Version v9.0
Browser : IE9
Hi, we have a list grid with the ability to expand rows. We want the child grids to autofit vertically and we used the autoFitData property in the expansionRelatedProperties, but is does not seem to have any affect.
canExpandRecords: true,
canExpandMultipleRecords: true,
autoFetchData: true,
expansionMode: "related",
expansionRelatedProperties: {autoFitData : "vertical" }
I see that as the the example given in smartClient it displays 4 rows and then a scroll bar appears if there are more rows.
I tried to set the expansionRelatedProperties: {autoFitData : "vertical" } to the smartclient example and it did not see to have any affect either.
We tried a scenario of setting the height to a value, but the problem was we see a lot of blank space in the bottom if the child grid has very rows.
Do we need to use any other property to sutoFitData for expansion related grids (child grids)
Browser : IE9
Hi, we have a list grid with the ability to expand rows. We want the child grids to autofit vertically and we used the autoFitData property in the expansionRelatedProperties, but is does not seem to have any affect.
canExpandRecords: true,
canExpandMultipleRecords: true,
autoFetchData: true,
expansionMode: "related",
expansionRelatedProperties: {autoFitData : "vertical" }
I see that as the the example given in smartClient it displays 4 rows and then a scroll bar appears if there are more rows.
I tried to set the expansionRelatedProperties: {autoFitData : "vertical" } to the smartclient example and it did not see to have any affect either.
We tried a scenario of setting the height to a value, but the problem was we see a lot of blank space in the bottom if the child grid has very rows.
Do we need to use any other property to sutoFitData for expansion related grids (child grids)
Comment