I submitted this issue in the Feedback section but thought this might be a more appropriate place. Original post: https://www.syncfusion.com/feedback/24041/angular-grid-with-observable-data-source-selection-issue .
I am having an issue when using an observable data source with the angular grid component. The goal is to display row details below after selection. It works fine if I do not specify columns using e-columns. If I specify columns to display I can not get the detail section to display using *ngif. It shows the value is updated in the console but the div does not display. Everything works as expected using a local JSON data source but fails using the observable source.
I am not sure if this is a problem with my code or a bug. I have attached a screen capture of the issue and the code in question. Please let me know if you need anything else or have any suggestions.
Thank you,
Scott Eaton
I updated the package.json and installed new Syncfusion packages but I still had the same issue. I was not able to reproduce the issue in your sample. I suspect it has something to do with my data service, Apollo client, or GraphQL process. I was able to refactor the code to provide the data manually and ditch the observable and data service. I used the same