FieldChooser fieldChooser = new FieldChooser(this.gridGroupingControl1)} |
Query |
Response |
Why chooser window to hide/display columns does't resize using mouse? |
GridGroupingControl does not have the support to resize the FieldChooser dialog. The size is fixed. If you use more number columns, scrollbar will be enabled in FieldChooser dialog. |
Why the Grid Grouping Control display is slow without data source (empty data) ? |
We have tried to bind the datasource with empty data but there is no performance issue occurs. So, we suspect that this issue may occur based on your customization. So, if it is possible please provide your customization or let us know the below attached sample differ from your customization.
|
How to use virtual mode to display big data ? |
GridGroupingControl does not have the support for VirtualGrid. |