How can I control grid control height; I need the height to be suitable to number of record included by the grid i.e. no extra spacing ?
*This post is locked for comments
How can I control grid control height; I need the height to be suitable to number of record included by the grid i.e. no extra spacing ?
*This post is locked for comments
The grid has a property called 'Extended Style'. Select 'grid_autoSizeHeight' for this property. This will give you the desired height for the grid.
Hi Maram
The grid have columns linked to some memo fields?
If yes, you have to set a fixed height to the StringEdit grid control.
Regards
AX client.
When I set this property to Auto , the grid body has empty space after the records i.e. the size of the grid is not fixed based on number of records.
Hi Maram
As per my understanding, the Grid Form control have the property Height.
You can set this property dynamically according to the number of records that you want show on the form, etc., like :
Grid.heightValue(xxx);
Regards
EP, Ax form or report?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156