This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi If you have a datagrid with a lot of columns where all columns are not visible directly and you scroll to the right so you can see those columns the height of the datagrid rows are recalculated. This makes the content of the datagrid appear to "jump" away from its previous position since all rows now have a new height. Our customer seemed a bit annoyed by this, which makes it quite an important issue. It would be great to be able to set a flag that says that you only want the row heights to be calculated once, precisely like the AutoColumnWidthBehavior works with the Column widths. Best regards |
|
|
Hi Nicklas, One option here would be to cause column virtualization to be disabled. Currently the only way to do this is for one or more of your columns to be auto sizing. This will cause all columns of a row to be taken into consideration when calculating the height. This will affect performance if you have a lot of columns though. If this is not a good option for you, then I'd highly recommend adjusting your custom editor/display templates in a way that they all have constant/same heights - that should produce the ideal outcome. Please let me know if you need help with this. -Jason Fauchelle |
|
|
Thank you Your input seems to have solved my problem. Best regards |
|