This is a migrated thread and some comments may be shown as answers.

IsReadOnlyBinding and multibinding

1 Answer 259 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Grégoire
Top achievements
Rank 1
Grégoire asked on 30 Jun 2015, 06:47 AM

Hi,

 

I noticed that it is impossible to use multibinding on IsReadOnlyBinding of GridViewBoundColumn.

As I have several sources for my binding I really need multibinding. Do you plan to add the functionality in the future?

1 Answer, 1 is accepted

Sort by
0
Accepted
Ivan Ivanov
Telerik team
answered on 02 Jul 2015, 04:28 PM
Hi,

Due to the better performance of member access expressions over the WPF DataBinding mechanism, we rely entirely on them in the RadGridView's data engine. Currently, the data engine implementation relies on translating the defined bindings to lamnda functions that are used carry out member access. Modifying this core logic, without major modifications would be impossible, so we do not plan to introduce such a feature in the future. Would it be possible for you to use a calculated property that aggregates these sources' data into a single value and use a Binding to it?

Regards,
Ivan Ivanov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
GridView
Asked by
Grégoire
Top achievements
Rank 1
Answers by
Ivan Ivanov
Telerik team
Share this question
or