We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Multibinding in gridtextcolumn

Hi, I need of multibinding in gridtextcolumn.
How to do?

Regards

3 Replies

GT Gnanasownthari Thirugnanam Syncfusion Team March 1, 2017 02:45 AM UTC

Hi Fabio, 
 
Thank you for contact Syncfusion support. 

We have analyzed your query, you can achieve your requirement “multibinding in gridtextcolumnby using ValueBinding as like below code example. 

XAML 
<Syncfusion:GridTextColumn MappingName="OrderID" > 
                    <Syncfusion:GridTextColumn.ValueBinding> 
                        <MultiBinding Converter="{StaticResource multiBindingConverter}" > 
                            <Binding Path="OrderID" UpdateSourceTrigger="PropertyChanged" Mode="TwoWay"/> 
                            <Binding Path="CustomerID" UpdateSourceTrigger="PropertyChanged" Mode="TwoWay"/> 
                        </MultiBinding> 
                    </Syncfusion:GridTextColumn.ValueBinding> 
                </Syncfusion:GridTextColumn> 

We have prepared the sample based on your requirement, you can download the same from below mentioned location. 

Sample location: 

Regards, 
Gnanasownthari T. 
 



FA Fabio March 1, 2017 05:22 PM UTC

Thanks for your help.

Regards


BR Balamurugan Rajaraman Syncfusion Team March 2, 2017 10:39 AM UTC

Hi Fabio, 
 
Thanks for the update.

Please let us know if you need further assistance on this. 
 
Regards, 
Balamurugan 


Loader.
Live Chat Icon For mobile
Up arrow icon