Click here to Skip to main content
15,886,773 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi i am using xceed datagrid i have two datagrid i want to reflect the changes in one datagrid to another. Using binding i have done for Width, Visible, VisiblePosition properties of datagrid column like below

<xcdg:column title="STATUS" allowgroup="False" xmlns:xcdg="#unknown">
Width="{Binding Source={x:Reference StatusColumn}, Path=Width,Mode=TwoWay}"
Visible="{Binding Source={x:Reference StatusColumn}, Path=Visible,Mode=TwoWay}"
VisiblePosition="{Binding Source={x:Reference StatusColumn}, Path=VisiblePosition,Mode=TwoWay}"/>

Here width and visible properties working fine but VisiblePosition property is not working as expected.

I new to this. Please help me to come out of it...

Thanks,
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900