On 2/15/2024 5:10 AM, Mustansir A Ghor wrote: > Dear All > > Hope all good. > > I have an issue where an item for a transaction is it descriptive form. I am able to put item, qty,unit, price and amount in the grid and for the item column in the grid I selected it to be memo in editor type. I need to change the height of the row so that all item description becomes visible. Is this possible? >
Yes. In the inspector, change the cellHeight property for the grid. Note
that this affects *all* rows in the grid, you can't have a conditional
height for just one row ...