BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hi Stephen,
Thank you for using Syncfusion products.
We can also reproduce your reported scenario at our end. The reported issue with “Filtering not performed” has been occurred due to the MappingName and Name properties of the ColumnDescriptor. If you want to set the Name property for the column descriptor, the name should be like MappingName. For more details, please refer the below description for the MappingName and Name properties.
MappingName description:
Name description:
Here we have provided the modified sample and code snippet. Please make use of it.
Code Snippet:
gridColumnDescriptor1.MappingName = "ColumnAField";
//The name and mapping name should be same when you specify the name for column
gridColumnDescriptor1.Name = "ColumnAField";
gridColumnDescriptor2.MappingName = "ColumnBField";
//The name and mapping name should be same when you specify the name for column
gridColumnDescriptor2.Name = "ColumnBField";
Modified Sample:
http://www.syncfusion.com/downloads/support/forum/119325/ze/Modified_Sample1821257024
Please let me know if you have any concerns.
Regards,
Neelakandan