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
155
how to by-pass the issue where using custom "Add new row", it hides the newly added record
posted

Hello:

    it was previously from this issue raised here: https://ko.infragistics.com/community/forums/f/ignite-ui-for-angular/127165/how-to-programmatically-add-rows-to-a-datagrid-thru-button-click-without-reload?ReplySortBy=CreatedDate&ReplySortOrder=Ascending

    However,

1) if i apply the filter, eg. go to Product-id and filter to show only "1"

2) click "Add new row", then it won't show it

3) until the filter is removed, eg. go to Product-id and select "All"

<igx-grid
      #grid
      [allowFiltering]="true"
      filterMode="excelStyleFilter"
      [data]="data"
      width="100%"
      height="500px"
      [primaryKey]="'ProductID'"
      [rowEditable]="true"
    

    Any idea to by-pass this? Modified version: stackblitz.com/.../q2zkrdvm-rndm4osi

Parents Reply Children
No Data