Hi, It seems there is no built in feature in RadFilter Control to populate the filters in Combobox, and seems like its using Context Menu now. The problem is, we are populating large number of filters (>50) and navigating through the context menu to look for particular filter is painful. We are requesting a feature to have the filters populated in something like Typeahead Combobox. (Please see attached screenshot)
Hi I have been able to load a Rad Filter for a query source, but when RadFilter is then seen as a Query Editor all you get is Delete and Add. What I want to check on is I can create anew group (context menu?) and then drag and drop existing query into that. It the picture attached you can see how huge a list might look. Likewise I need to be able to edit the filter options list as the underlying technology that I am saving to (FireBird DB) can only cope with '<' '=' and '>' Are either of these things doable now? Thanks Doug.
DateTime format in RadGrid.MasterTableView.FilterExpression is currently not able to change. http://www.telerik.com/account/support-tickets/view-ticket.aspx?threadid=894442
Change the RadFilter search algorithm from DFS to search the “closest" control algorithm
The issue can be reproduced in the following demo - Grid - Declarative Binding
Steps:
A customer has suggested some improvements to the code regarding the localization in RadFilter. For more details see ticket: 650358
It would be extremely useful if a RadFilterDropDownEditor could expose a DataSource property and a DataBind method to facilitate typical database binding operations. Only allowing the use of a SqlDataSource goes against the concept of separation of duties and forces SQL to be maintained in two places rather than in one Data Layer.
Currently when trying to use datatype of a Nullable Decimal with a RadFilter, when applying the expression an invalid cast exception is thrown due to Nullable Decimals not being support and the fallback DataType of Double being used when using a RadFilterNumericFieldEditor. I would like RadFilterNumericFieldEditor to support DataType of Nullable Decimal.
Scenario:
1 Filter being used to filter 2 different Grids in 2 different TabStrip tabs