Hi,
I have a grid with embedded components (recycle and within) and some cells which contain multi-line texts. I want the grid to use the same rowheight for all rows. What is the best combination of properties to get the best performance?
This question is there because my feel is that Smartclient uses some advanced logic (which can maybe time consuming) to compute the row height per row when drawing new rows. As I want the same fixed rowheight I wonder if this rowheight computation can be prevented somehow.
I currently have these properties set:
I have a grid with embedded components (recycle and within) and some cells which contain multi-line texts. I want the grid to use the same rowheight for all rows. What is the best combination of properties to get the best performance?
This question is there because my feel is that Smartclient uses some advanced logic (which can maybe time consuming) to compute the row height per row when drawing new rows. As I want the same fixed rowheight I wonder if this rowheight computation can be prevented somehow.
I currently have these properties set:
Code:
enforceVClipping: true, recordComponentHeight: 22, scrollRedrawDelay: 0, autoFitFieldWidths: true, autoFitWidthApproach: 'title', canAutoFitFields: false
Comment