Hello,
We're running into a problem with the dxdatagrid. We want to limit the height of a row, to avoid a row with a lot of data to fill up a lot of the page. However, we haven't found a way to do this. I've taken a look at the onRowPrepared method to see if I can add some css to the row to set a max-height, but setting a max height on a tr or a td doesn't have any effect.
I'm looking for a global solution, since our datagrids are used in lots of places in our product. So just changing the contents of a specific cell to not become very high is not really an option for us.