-
I update to V4.11.3 to fix the cell height #3173 but I am not seeing it on my data grid. Is there something I'm missing?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The template columns with the buttons are higher than the default RowSize. Setting a different RowSize is not being picked up right now because that style rule looks at To get an height being set on the cells now (as in with 4.11.3), you either need to have:
Or use For next version we'll make this work with |
Beta Was this translation helpful? Give feedback.
The template columns with the buttons are higher than the default RowSize. Setting a different RowSize is not being picked up right now because that style rule looks at
Items
not being null where in this case anItemsProvider
is being used.To get an height being set on the cells now (as in with 4.11.3), you either need to have:
Or use
Items' instead of 'ItemsProvider
For next version we'll make this work with
ItemsProvider
and withoutVirtualize