I want to filter data in XamGrid, but without using filter row of xamGrid, i will filter the data with values in controls outside xamlGrid.
What's the way to programatically stablish the filter to apply in xamGrid?
Thanks
Hello Isidoro,
If you don't set the AllowFiltering Property it won't show, but you will be able to filter by code.
But I dont want to show the filter row.
Thank you for your post. I have been looking into it and I suggest you see this link from our online documentation:
http://help.infragistics.com/NetAdvantage/WPF/2012.1/CLR4.0/?page=xamGrid_Programmatically_Create_a_Filter.html
where it is shown how to create a filter programmatically. Also I can say that it is not necessary to set the AllowFiltering Property. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.