Hi Ante,
By default a SfNumericTextBox will be loaded as a edit
element of GridNumericColumn FilterRow. As per your requirement “To filter the
numeric decimal values” can be achieved by changing the FilterRowEditorType of
a GridNumericcolumn from "NumericTextBox" to
"MultiSelectComboBox." In this case, the numeric values are listed in
a comboBox, and you can be able to select and press ok then the selected value
gets filtered.
sfDataGrid1.Columns.Add(new GridTextColumn()
{
MappingName = "EmployeeID",
HeaderText = "Employee ID", FilterRowEditorType = "MultiSelectComboBox"
});
|
Screenshots
UG Link : https://help.syncfusion.com/windowsforms/datagrid/filterrow#built-in-filterrow-editor-types
Let
us know if you need any further assistance on this.
Regards
Sathiyathanam
Attachment:
Sample_5070ecdc.zip