DropDownDataGrid - Search does nothing

My DropDownDataGrids are populating and paging as expected, but the search does nothing. Any idea what I might be doing wrong?

Check if you are using LoadData binding together with OData service.

It is a MS SQL Server datasource, a stored procedure call. The load happens on change of another drop down. I don't have a proc that returns the count yet, but tried putting the row count in and no difference.

As I said in my previous reply you need to load the component data in LoadData event. Check the generated CRUD pages for reference.

Check if you have set the $filter paremeter in the invoke method.

Thanks, it was the $filter I was not setting to the event data. Looked at the source of the components page sample and it was clear.

Really no reference in the base documentation. DropDownDataGrid (Angular)

Problem solved, thank you all. Radzen is so powerful once you learn all the features and how to use it.