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

Browse by Tags

All Tags » Insertion Row   (RSS)
Showing page 1 of 3 (29 total posts)
  • Insertion Row - Copy from the Grid

    Hi ... I am looking for if the below is posible ... Say I have a grid that displays data for couple of columns using dataset. I have a Insertion row at the top of this grid, not if i have to add a new row to the dataset using this insertion row, either i type the data and on lost focus of the same , it gets added to the dataset (in memnor) and ...
    Posted to Xceed Grid for .NET (Forum) by Credits on January 31, 2010
  • Re: EndEdit Failing (Bug?)

    I just encountered this bug myself.  Two grids in my application are acting weird after I insert something. When I press enter new data into the InsertionRow and press ''Enter'', a new row shows up in the grid area, but the same data still shows in the InsertionRow.  The odd thing about this is that it seems to only happen for the first ...
    Posted to Xceed DataGrid for WPF (Forum) by Ryan on November 16, 2009
  • Re: Preventing AddNew Programmatically

    Hi Marcus.   You can create insertion row programmatically and get the reference to insertion row in Loaded event (''this'' is a descendant of Xceed GridControl): private InsertionRow insertionRow; //In constructor: this.View = new Xceed.Wpf.DataGrid.Views.TableView();this.View.UseDefaultHeadersFooters = false;// Add the column manager ...
    Posted to Xceed DataGrid for WPF (Forum) by Vít on October 19, 2009
  • Setting specific columns readonly in Insertion Row

    Hi, Is there a way to mark specific columns as readonly (non-editable) in the insertion row of the xceed datagrid?  Could anyone provide an sample on this?  Regds, Amarnath M. 
    Posted to Xceed DataGrid for WPF (Forum) by Amarnath on October 14, 2009
  • Re: InsertionRow behavior

    Thanks for the official reply.  Hopefully when you do this navigation overhaul, you can give us several options for the different scenarios: 1. Inserting a lot of new data.  This should be done with the Tab and Enter keys, and the Enter key should take you back to the first InsertionCell by default, but is programattically changable ...
    Posted to Xceed DataGrid for WPF (Forum) by Ryan on June 12, 2009
  • Xceed DataGrid: Insertion row doesn't add a row

    Hi, using th einsertion row, it happens that after filling editors with values and hit the enter key, all data disappear fron the insertion row but they are not added to the grid. I am using the grid in a MVVM pattern and I also tried using a DataGridCollectionViewSource that bind to an ObservableCollection. Here the xaml ...
    Posted to Xceed DataGrid for WPF (Forum) by Antonio on April 27, 2009
  • Re: How do you use a cell editor only in the InsertionRow?

    I had this same problem, except *all* of my columns were read only.  I ended up doing a popup that showed some controls for the intitial data.  No matter how I templated the insert row, all controls in the template were read only and unusable.
    Posted to Xceed DataGrid for WPF (Forum) by Ryan on April 23, 2009
  • Re: Master/Detail Row expanded

    Thanks for your reply. Your workaround gave me an idea that is currently working.  It seemed to me that a new ''DataGridDetailDescription'' is created for each parent row, as opposed to using this object in a static way (no static methods).  So, I created my own workaround by changing my implementation of the DataGridDescription class ...
    Posted to Xceed DataGrid for WPF (Forum) by Ryan on March 12, 2009
  • Re: Master/Detail Row expanded

    I had already implemented a DataGridDetailDescription.  It is working in the sense that I can expand any parent row and the child objects are displayed in child rows in a subgrid.  See the code below: (modified slightly to rename the names of my variables)   class ParentDetail : ...
    Posted to Xceed DataGrid for WPF (Forum) by Ryan on March 11, 2009
  • Re: Insertion Row on Details in Master Detail Grid

    I'm not sure how this post helped Henry, as it is not working for me. I've got the same exact problem.  I need to access the parent object when the InsertionRow is used, in order to properly the new child object.  The parent object is absolutely essential to properly creating the child object.  I created the above event ...
    Posted to Xceed DataGrid for WPF (Forum) by Ryan on March 10, 2009
1 2 3 Next >
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.