Hi,
In the Controller, I am doing some custom code in the ResourcesDataSource. This code needs to be executed when the Grid is filtered.
But the Excel-Like menu from the grid, guess what, also calls this ResourcesDataSource (to get values for its column to be displayed to the user). - Problem is, this time, I don't want to execute that custom code.
I can't find any means to differentiate between these two. Found on the internet that dm.RequiresCounts is my saviour, but both times it comes as "true"
I am using an URL Data Adaptor.