Dear Syncfusion support,
I am facing weird issue when trying to show data in DataGrid. I have controller action with two options. Filtered and not filtered. If data is returned not filtered DataGrid is rendered properly. If filtered not rendered at all.
So if first part is triggered all is fine
If second part is triggered (example: https://localhost:44340/Secstock/Secstock/42) there is no DataGrid rendered but data are returned as you can see in html table.
If I go to the browser developer tools only what is there is
Same thing happens with other controller/view where I have filtered action only. There is no error messages at all.
Interesting thing is I have same application with different database behind and all is working fine.
Do you have any idea what could cause this behavior?
Update...If returned data is empty(No data to display) DataGrid is rendered.
Thanks
BR
Jurica
Hi,
Figured out. There was a problem with data model. Have no idea why it caused a problem with DataGrid rendering.
Foreign key was a problem.
Thanks anyway.
Buzz