I have a problem
in my ViewModel, i have AProperty as int, B Property as int and CProperty as int
then CProperty = AProperty + BProperty.
then in my datagrid have 3 column by AComlumn Bound to AProperty, BColumn bound to BProperty, CColumn bound to CProperty.
what i want is
when i change value from ACoumn, AProperty and CProperty will changed, and if i change CColumd value, then AColumn and AProperty will change with AProperty = AProperty = CProperty - BProperty. the BProperty is readonly.
I don't know how to do that in synfusion datagid, can anybody can help me, thank.