Hey i dont want to use the integrated version of the Searchpanel because my design has it a different possition than direktly above it.
So i want to use <telerik:GridViewSearchPanel /> but i dont know how to bind it to the RadGridView.
Thanks
Dominik
1 Answer, 1 is accepted
0
Martin Ivanov
Telerik team
answered on 24 Nov 2023, 09:36 AM
Hello Dominik,
The GridViewSearchPanel is not designed to work as a stand-alone control. It should be part of the ControlTemplate of RadGridView and its x:Name in the template should be "PART_SearchPanel" in order to work as expected.
Instead of using the GridViewSearchPanel, I suggest you to implement custom visualization. You can use the SearchByText command in order to execute the search action manually.