I have a db with the following which i'd like to generate a master/detail datagrid
When i go to generate the page, this table/page schema does not come up in the list, is there any explanation for this? This table is added from the inferred schema.
I am still struggling to generate the master/detail page with what I need. I have an asset table, notes and incident tables. The inferred table structure of both indcident_history and notes_history are identical . (just referencing the respective lookup tables above them) Inferred data below:
However when I create a Master/Detail page it creates them differently ...
There are probably differences (mainly missing or different FOREIGN KEY constraints) between those tables and that's why Radzen generates different pages for them. You can compare the SQL definition of those tables and look for differences.