Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1145
filterDialogContentsRendering
posted

version: 17.1.20171.1017

When adding new conditions to the advanced filter dialog via the cog icon on a grid column, the dialog doesnt increase its height to accomodate the new condition, instead there is a scroll bar to use, so users are complaining that when adding columns, they have to continually adjust the height of the dialog.

Investigating it looks like the height is only calculated when the grid is being created, not when the dialog is being opened.

So if new conditions are added directly from the grid by clicking the cog icon the dialog is too small in height.

similiarly for 

filterDialogContentsRendering

filterDialogContentsRendered

these appear to be fired only when the grid is created not on each opening of the dialog.

Is there a known technique to resize the dialog and its contents so that the scroll bar is not needed when the dialog opens.

Regards

Aidan