How the heck do i databind or manipulate the FullTextSearch Text ??
I've tried doing perfectly normal / sane / obvious databinding in XAML like this:
<telerik:RadGridView TextSearch.Text="{Binding MyTextProperty}">
but that doesn't work - maybe because its not the correct property -- can't find it in documentation or as property on the radGridView instance..
I've also tried figuring out the binding example from this Forum called https://www.telerik.com/forums/bind-full-text-search-to-custom-textbox but failed to do so..
Why is the FullTextSearch String property not exposed in a normal behavior like with a DependencyProperty ???????
Why is this so hard ?
Why are the SearchPanel hardcoded instead of exposing a customizable panel ??
eg: If i want to add a button that clears all Search Filters , i need to make ugly hacks :(