Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
590
Construct SQL Where Clause From FieldLayout.RecordFilters
posted

Hello,

I would like to know if there is a possibility to construct SQL compatible where clause from FieldLayout.RecordFilters of XamDataGrid. I have exposed Filter Record to the user to filter out rows. Once my user provide all the filter values, I would like to prepare a SQL statement with appropriate Where clause in order to run directly on the database. The FieldLayout property of XamDataGrid exposes a collection of RecordFilterCollection but I couldn't find anyway to prepare a compatible where clause from it.

Looking for a quick response from your side.

Best,

Allana