Hi All
We are using WPF Telerik RadGrid to display real time data.
We have pre-configured list of values which need to display on the filter of specific column.
We want to display the list of all such values in the filter column and if that values present in the RadGrid datasource or not still we want to display it with checkbox of filter on the column.
Currently, what happens, if we have pre-configured value in the RadGrid data-source then it is available in the filter column.
So the idea here is that, We want to show our own list of filterable values on the specific column.
For example, in the attached screen shot.
We are seeing Country column with Name. This grid is showing only countries what available in the Grid data source.
We want to show all countries in the "Select All" section of filter.
How can we achieve this?
Is is make sense?
Thank you
Hi,
I am working on RadScheduleView, with Custom Scheduler Dialog. That Template set through EditAppointmentDialogStyle. Upto this it works fine. Now I want to Change the Template based on condition from viewmodel. I set condition through DataTrigger but it shows binding issues. Is there any other way to solve this problem ! Please help ! Thanks in Advance.
Hi Team,
I have binded Countries list in ItemSource property. How to restrict the selection after some number.
Eg: India,China,Pakistan,Bangladesh,Japan,Iran --> ItemSource
User can select only three in these countries.
I'm using the Telerik CUSTOM_MVVM_WPF example to build out a series of menus using
MVVM and RadMenuItems.
I would like to add the ability to hide/show menu items to the MVVM model.
How do I extend the sample to implement this functionality?
Thanks,
JohnB
Hi, there.
I have a problem with moving to another cell in RadGridView.
I couldn't use up and down direction key.
edit a cell -> press the tab key -> I just can use right/left direction key.
I want to use all direction key
Please, give me the reason and advice of this problem.
thank you.
Hi:
I'm using the Telerik CUSTOM_MVVM_WPF example to build out a series of menus using
MVVM and RadMenuItems.
I'm having difficulty building out the MVVM so that I can pass parameters to the
commands associated with the individual menu items.
How d I extend the implementation to achieve this?
Thanks,
JohnB