I am getting above error, I have a doubt for now I am using record data function to get the data and using it as a source for grid component. i tried changing source to result to queryrecordtype instead of recorddata also . so as this message suggest Do I need to directly reference the recordtype in the data field of grid component?
Discussion posts and replies are publicly visible
To confirm, you can only use the built-in search functions when the grid itself does the querying. If you want to filter outside the grid's built-in controls (which I usually just do anyway, thanks to added flexibility etc), you need to build your own filtering fields and make sure they're reflected in the data query.