i am trying to accomplish the following Query
how do you configure IS NULL where clause in the ListGrid.filterData criteria or in the Datasource XML file field configuration
Code:
SELECT * FROM TableA LEFT JOIN TableB ON tableA.pk = tableB.pk WHERE tableB.pK is null
Comment