-
datagrid filters have no effect on grid’s datalist
Dear $all,
I am using $multifilter on a datagrid control based on dataname=ilDataList.When I apply a filter, it does not seem to have an effect on ilDataList, e.g. when I try to export the filtered list, it will export the complete, unfiltered ilDataList.
When I calculate the number of lines shown in the datagrid to be displayed in the footer with
$updatefooterrow: Quit method <b style=”font-family: inherit; font-size: inherit;”>ilDataList.$linecountit will give me the total no of records of the ilDataList, not he filtered list.
How do get ilDataList to reflect the filtered datagrid?
Log in to reply.