Welcome to the Xceed Community | Help
Community Search  
More Search Options

Browse by Tags

All Tags » EndEdit   (RSS)
Showing page 1 of 2 (14 total posts)
  • EXCEL LIKE COLUMN/ROW NAVIGATION

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by David on October 28, 2010
  • EndEdit again (maybe)

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by Marty on September 23, 2010
  • dataGridControl.EndEdit() does not end the edit state

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by Helmut on March 12, 2010
  • Problem EndEdit - pls help

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by Helmut on February 24, 2010
  • End Edit Problem

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by arya009 on December 8, 2009
  • InvalidOperationException: Cannot perform this operation while the generator is busy generating items

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by Cyber Sinh on September 9, 2009
  • Edit Events Order

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by Brent on April 10, 2009
  • Launching an action after a cell has been edited

    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.
    Posted to Xceed DataGrid for WPF (Forum) by Jerome on November 20, 2008
  • Re: EndEdit fails while editing a new row

    Hi, I am having the same issue. Could you please post the solution. -Siva     
    Posted to Xceed DataGrid for WPF (Forum) by siva on November 17, 2008
  • NB: MouseClick on a different DataRow does not save data !

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by Michael on August 13, 2008
1 2 Next >
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.