Browse by Tags
All Tags » EndEdit (RSS)
Showing page 1 of 2 (14 total posts)
-
Can someone show me how to implement excel like navigation in the wpf datagrid? I wnat the Enter Key to not only start or end cell edit, but to also move the current column to the next editable column unless at the last column in which case the next row/insertion row is made current. Any code sample or url to online help will do.
Thanks in ...
-
DataGrid WPF Version 3.7.10175.16000
I am having the following problem, which appears to be similar to a problem that others have had and for which I have tried their solutions without success.
I have a DataGrid on a page, where the user is in editmode in a cell. They change the value to a bad value, then press a button on the page to SAVE. This ...
-
Hi, as I've already posted here http://xceed.com/CS/forums/thread/25907.aspx
I've got a mayor problem with the XCeed Grid (version 3.2)!!
I already spent several days of my live and am a little frustrated already... :-(
The problem is as follows: When the user enters something in a grid cell and presses the ''Save'' - Button, he/she would ...
-
Hello I've got the following problem:
I've got the following setup: DataTable -> DataView -> DataGridCollectionView
The DataTable and the dataGridControl contain 3 Columns. One of them is editable, dataGridControl.ReadOnly = false;dataGridcontrol.UpdateSourceTrigger = UpdateSourceTrigger.CellEndingEdit; //or CellContentChanged
When ...
-
I am using Xceed datagrid for WPF version 3.1.
I am getting a problem when i am giving endedit on DataRow.
This is my code snippet
private void GridCellKeyDown(object sender, KeyEventArgs e, ref HotsoftControls.HotsoftGrid grid){
string LastChangedCell = string.Empty;
if ...
-
Hi,
Several users report me InvalidOperation exception when the DataGrid tries to EndEdit row. The bug seems to be aleatory.
I use the 3.5 version of the DataGridControl with the new TableflowView.
Is it a bug in the DataGridControl or in my code ?
Thanks System.InvalidOperationException: Cannot perform this operation while the generator is ...
-
I'm new to C# and WPF and I have a question that may be basic for some. For an editable grid... the order of events that fire when a cell goes into edit mode are: RowEditBeginning, CellEditBeginning, CellEditBegun, RowEditBegun. That is exactly what I would expect. If I perform an action that pulls that cell out of edit mode and ...
-
Hi,
I'm currently using version 2.0 of the DataGrid.
Is there a way to capture something like the EditEnded event (which is new to version 3.0), in order to launch an action after a cell edition ?
Thanks a lot.
-
Hi,
I am having the same issue. Could you please post the solution.
-Siva
-
Clicking off a DataRow or DataCell loses data!
On your grid, if a DataCell is in EditMode, navigating with the keyboard (tabbing or arrow keys etc.) to a different DataCell or DataRow works perfectly. The value you have just typed in is saved back to the data (I guess EndEdit is called) and the new DataCell or DataRow becomes ...
1
|
|
|
|