Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
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 in the grid or with angular. 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