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
200
Grid with combo editor -> change breaks column template
posted

Hi,

I'm using a combobox in my grid (based on http://www.igniteui.com/combo/grid-with-combo-editor).

I'm also using column templates for some columns.

The issue I currently face is whenever I change the value of a combobox for a row and go to another row (lost focus), I get the error message below.

"Error: An error has occurred while trying to retrieve data source property: ${Duplicate}"

Something seems wrong with the column templating.

Attached you can find a sample I've created starting from https://github.com/IgniteUI/igniteui-angular2/tree/master/samples/igGrid.

Steps to reproduce:

1. change the OverwriteStrategy for a row

2. select the next row

Please let me know how to fix this, or advise a workaround.

Thanks in advance for your answer.

Archive 3.zip
Parents
No Data
Reply
  • 15320
    Offline posted

    Hello Maarten,

    After further investigation of this issue, it seems that there is a bug related to it, which is already fixed but in process of merging. The bug is associated with the following GitHub issue: https://github.com/IgniteUI/igniteui-angular2/issues/137. You can take and apply the changes from the pull request or wait for it to be merged into master.

    If you have any further questions, please let me know.

    Best Regards,
    Tsanna Belcheva

Children