Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
Add new row not showing
posted

When my datagrid loads, the newrow row is not showing.  It only shows after I click on one of the headers.  After that it works fine, and correctly adds new records.  I'm using the express 2008.2 version.  Here's my current code:

 

<igDP:XamDataGrid.FieldLayoutSettings>

<igDP:FieldLayoutSettings AllowAddNew="True" AllowDelete="True" SummaryDescriptionVisibility="Collapsed" AutoGenerateFields="False" HighlightAlternateRecords="True" GroupBySummaryDisplayMode="Default" AddNewRecordLocation="OnBottom" />

</igDP:XamDataGrid.FieldLayoutSettings>

Parents
  • 69686
    posted

     Hello,

    It is really odd that it does not work correctly ( especially with ObservableCollections ) and probably it is due to the way of binding. I have attached  project with simple binding. Please take a look at it and notify us if this solution can be of some help to you.

    testAddNewRecord.zip
Reply Children