Browse by Tags
All Tags » Editing (RSS)
-
* bump *
I'm interested in this question as well
-
Hi,
Is there a way to make edit mode finish when the focus is released from the data grid? Currently it only releases when another row (or cell?) is clicked.
Or maybe it's just not validating until I click on something else within the grid? Either way, I'd like for it to databind when I click on another control.
Thanks in advance,
Rei
-
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 ...
-
Is there any particular reason CellEditor in following code will not work. I need to set columns of DataGridControl manually. When I do this columns are displayed properly but editing does not work at all.
I have tested different cell editors (standard and read from resource), set AutoCreateColumns to true/false, surrounded column creation code ...
-
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 all,
I would like to know if it's possible set (and get) any cell as current by code, for example, focus on the cell of position 3, 2 for editing.
I would also like to know if I can get the current cell coordinates, because I have to change the focus on the application for doing some stuff and I need to come back to the cell i was ...
-
Hi all,
I'm trying to override CancelEdit on my implementation of the DataRow:
public event EventHandler Edit_Cancel;
public override void CancelEdit(){ base.CancelEdit();
OnCancelEdit(this, EventArgs.Empty);}
public void OnCancelEdit(object sender, EventArgs args){ ...
-
Hi all,
Is there a way to know when the user has canceled his / her changes (e.g. by hitting Esc.)? I've looked in the help files and the forum, but I don't see anything like it. Thanks,Frances
-
Better (much better) editing and validation support will be present in the next version.
|
|
|
|