I'm trying to use a custom UI element in my filter row in the grid, but I am having problems with my remote datasource.
The documentation states "Keep in mind that the passed dataSource instance may still not be populated at the time the template function is called, if the Grid uses remote binding", and the datasource received in the template function is indeed undefined.
Is there a way to update the filter templates when the datasource has finished fetching the data?