This question is locked. New answers and comments are not allowed.
Hi,
I use the RadGridView to show a list of items, get from DomainDataSource (List of TRoom objects, where TRoom has two properties: Seats and OccupiedSeats)
The Grid contains
- Seats
- Occupied
- FreeSeats (which is calculated: Seats - OccupiedSeats, done by a converter)
Loading works perfect, but when I change the OccupiedSeats, the FreeSeats are not calculated.
CodeSnippet:
XAML:
<riaControls:DomainDataSource x:Name="myDataSource".../>
....
<!-- The Grid bound the values -->
I use the RadGridView to show a list of items, get from DomainDataSource (List of TRoom objects, where TRoom has two properties: Seats and OccupiedSeats)
The Grid contains
- Seats
- Occupied
- FreeSeats (which is calculated: Seats - OccupiedSeats, done by a converter)
Loading works perfect, but when I change the OccupiedSeats, the FreeSeats are not calculated.
CodeSnippet:
XAML:
<riaControls:DomainDataSource x:Name="myDataSource".../>
....
<!-- The Grid bound the values -->