Browse by Tags
All Tags » DataSet (RSS)
-
Is there a way to know what cell is focused? After modifying some records with a validation rule, my idea is to change the
DataContext property with the copy of data (so the display will reload with all the changes) and then
set the focus on the corresponding cell by code.
In this way, the user can
continue using the keyboard for ...
-
So is there a way to know what cell is focused? My idea was to change the DataContext property with the copy of data (so the display will reload) and then set the focus on the corresponding cell by code. In this way, the user can continue using the keyboard...
-
Hi all,
On my grid, I have some validation rules that depending on the data entered, some data of the underlying dataset may change. There is no problem when the data changed belongs to cells at the right on the edited cell, but if it's in the left it doesn't reload (but the underlying dataset is actually changed).
I can force the reload ...
-
Hi Jenny,Thanks for your reply.After debugging the Binding, I found that setting Mode=TwoWay in the Binding markup extension solved the problem.
-
Hi,I'm trying to use a DatePicker outside of the DataGrid control, but I'm having trouble updating the datasource (System.Data.DataSet) with the SelectedDate value.The correct SelectedDate value is displayed in the DatePicker control when the Window is opened, but it seems as the Binding object for the DatePicker control is deleted upon selecting ...
-
Hi,I'm having trouble displaying a combox as a cell content in the datagrid.I'm using a DataSet as the DataContext. I currently have two tables: 1. The data for the grid (named ItemList with the columns Name and UnitId)2. The the data for the combobox (named Units with the columns Id and Description) The column UnitId in table ItemList references ...
|
|
|
|