I have a set of 2 tables I am trying to display in a hierarchical grid.
Table 1 is a list of State Licenses. A rep has an identifying "ProducerNumber" and then a "State", which can appear more than once in the table, plus some other details.
Table 2 is a list of State details. It has the same "ProducerNumber", "State", and then the "Details" line.
So in my table I want the top level grid to be the list of States, and once a state is expanded the Details lines for that state will be displayed underneath. The details lines need to match on 3 qualties: "ProducerNumber", "State", and "Class" to be unique.
I've tried setting my table up as per the sample at: http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/declarativerelations/defaultvb.aspx but I only ever get any details for the top level display. If I click to expand any of the states it's simply blank.
Can anyone help? Are there more examples of how to set this up? Do you need to see my code?
Table 1 is a list of State Licenses. A rep has an identifying "ProducerNumber" and then a "State", which can appear more than once in the table, plus some other details.
Table 2 is a list of State details. It has the same "ProducerNumber", "State", and then the "Details" line.
So in my table I want the top level grid to be the list of States, and once a state is expanded the Details lines for that state will be displayed underneath. The details lines need to match on 3 qualties: "ProducerNumber", "State", and "Class" to be unique.
I've tried setting my table up as per the sample at: http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/declarativerelations/defaultvb.aspx but I only ever get any details for the top level display. If I click to expand any of the states it's simply blank.
Can anyone help? Are there more examples of how to set this up? Do you need to see my code?