Browse by Tags
All Tags » Cell » DataGrid (RSS)
-
Hi everybody and thank you for your support,
I have a datagridcontrol and i wish to edit cells and update the database. I actually can edit cells directly from the datagrid, but i need to operate on the EndEdit event to update the database. But i can't find this event !!
Please help, and thanks a lot.
-
For those who still experience a similar issue, I've found another more elegant approach
<DataGrid:DataGridControl.Resources> <Style TargetType=''{x:Type DataGrid:DataRow}''> <EventSetter ...
-
Hello,
I need to display the data in the format like amount@price (1.23@1 000 000) in the PRO grid. I have created a temple like the following
<DataTemplate x:Key=''RequestedOrder''> <StackPanel Orientation=''Horizontal''> <TextBlock Text=''{Binding ...
|
|
|
|