Hello,
I am new to MVC and trying out the Kendo UI has given me a lot of help. I have been working with grids, simple one table editable grid and it was working fine. I then planned to move onto to Master-Detail grids but when I updated the models in the MVC solution by right clicking in the models diagram, choosing 'Update Model from database option' and adding extra tables that are in the database (which all seems to work OK) , no data appears in my simple editable grid anymore when I run it.
The outline of the grid appears but no data. The table(Schools) that I was referencing didn't change except for a 1 to many relationship has been added as that is a relationship it has with one of the other tables (SupportTickets) that was added during the Update model from database process. None of the code in the HomeController or View was changed.
Is there some part of the process that I am missing?
Thanks in advance for any advice offered.
Eamonn
I am new to MVC and trying out the Kendo UI has given me a lot of help. I have been working with grids, simple one table editable grid and it was working fine. I then planned to move onto to Master-Detail grids but when I updated the models in the MVC solution by right clicking in the models diagram, choosing 'Update Model from database option' and adding extra tables that are in the database (which all seems to work OK) , no data appears in my simple editable grid anymore when I run it.
The outline of the grid appears but no data. The table(Schools) that I was referencing didn't change except for a 1 to many relationship has been added as that is a relationship it has with one of the other tables (SupportTickets) that was added during the Update model from database process. None of the code in the HomeController or View was changed.
Is there some part of the process that I am missing?
Thanks in advance for any advice offered.
Eamonn