Datagrid with Xpath

0
Hello, How to set Xpath to the datagrid with retrieve object from database property?
asked
1 answers
1

If your datagrid is set to ‘database’ as datasource you can't use an xpath to constrain the data. If you want to do this you need to set the datasource to ‘Xpath source’

With ‘database source’ you can however constraint the data with constraints

https://docs.mendix.com/refguide/data-grid#data-source-properties

answered