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

Browse by Tags

All Tags » Insertion Row   (RSS)
Showing page 2 of 3 (30 total posts)
  • 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
  • Re: Master/Detail Row expanded

    Could you please post a code sample of this?  I can't make any sense of what objects you are talking about. I've read all of the posts on this forum filed under the Master/Detail tag, and have yet to be able to find a solution to my problem. The problem is that I have a working Master/Detail grid set up and running.  When a new ...
    Posted to Xceed DataGrid for WPF (Forum) by Ryan on March 10, 2009
  • How can I populate the InsertionRow?

    This seems like it should be such a straightforward thing to do, but I can't seem to figure it out. I've got a datagrid set up and bound to a business object that is is providing data just fine.  I'd like the user to be able to enter data into the InsertionRow and based on what they enter into the first field, lookup the data to populate ...
    Posted to Xceed DataGrid for WPF (Forum) by Ed on January 21, 2009
  • Re: Insertion Row Not Editable

    Ok, I figured out that the real problem is not insertion row but null values. I saw the solution to nulls on another posting. Namely: CellEditor=''{x:Static xcdg:CellEditor.TextBoxEditor}'' Thanks for your help. I know you didn't answer me directily, but the fact that you let all of our problems hang out in public is a big help.
    Posted to Xceed DataGrid for WPF (Forum) by David on November 11, 2008
  • Insertion Row Not Editable

    I have a Data Table in a DataSet bound to my DataGrid. Updates are working fine. But the insertion row disables input on all columnes except the one with ComboBox CellEditor. The other columns are just plain string and numbers with no cell editor. I can modify cells in these columns except the insertion row. What's going on?
    Posted to Xceed DataGrid for WPF (Forum) by David on November 10, 2008
  • DataGrid generates exception when adding a new record

    This DataGrid (file Xceed.Wpf.DataGrid.dll version 2.0.8127.13040) works perfect inside an Xbap in my development machine. In other clients, when trying to insert a new row directly in the DataGrid (with no code behind for this operation), it completely breaks WPF with a “Windows Presentation Fundation Host has encountered a problem and needs to ...
    Posted to Xceed DataGrid for WPF (Forum) by Nestor on November 7, 2008
  • ComboBox in InsertionRow: Doesn't display list properly on ValidationError

    Hi, I've a problem with a ComboBox in the InsertionRow: if a ValidationError (in my case the Cell validates to an error if nothing is specified -> NotNullCellValidationRule) appears in the Cell where the ComboBox is, in the drop down list nothing but white lines are displayed. BUT if I move the cursor over one of the white lines the proper ...
    Posted to Xceed DataGrid for WPF (Forum) by Matt Kay on August 27, 2008
  • Does version 3.0 supports ObservableCollection for editing and adding new record?

    Does version 3.0 supports ObservableCollection for editing and adding new record? Or we still have to use IBindingList Interface. If yes can you guide me with any examples. Thanks  Atul   
    Posted to Xceed DataGrid for WPF (Forum) by Atul on August 18, 2008
  • Help to find an example where data is edited and new row is added..

      I am not able to find any example where we can add,edit data based on ObservableCollection. Can we do that? or are we stuck with bindableList. Secondly if the above data is exposed in combobox do how exactly we use xcdg:CellEditorBinding Thanks        
    Posted to Xceed DataGrid for WPF (Forum) by Atul on August 15, 2008
  • Re: InitializingInsertionRow does not fire

    Hi Dani, try adding the event to your Style?          <Style TargetType=''{x:Type xceed:InsertionRow}'' x:Key=''insertionrow_style''>            <EventSetter Event=''Loaded'' Handler=''InsertionRowLoaded'' />       ...
    Posted to Xceed DataGrid for WPF (Forum) by Frances on July 18, 2008
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.