Hi,
I am using syncfusion Javascript control JS1.
Under the grid settings I have the filter type set to excel.
filterSettings : {
filterType : "excel"
},
Is there way to sort the filter values displayed when when selected. For example, assume a column contains values, 1, 2, 11. When selecting the filter option, the filter options displayed are 1, 11, 2. How do I change it to default to ascending order i.e 1, 2, 11?
The Data Grid widget is empty when added to a dashboard and must be configured to show report results. The editor for this widget allows the user to select a report, and then use the columns from the report to configure the widget appearance. The columns that are displayed and their order are controlled by the widget properties.