Hello,
I am currently using Prometheus RadGrid with a two level hierarchy. The select statement appears to work beautifully, however, upon insert I would like to be able to use GridBoundDropDownColumns or RadComboBoxes in a way that allows me to update the detail tables GridBoundDropDownColumns or RadComboBoxes. I would like to use these controls for filtering through the <detailtable> Gridview data. My rational for this can be understood by the following example: I have the high level category Product Type and underneath Product Type there are many products. Currently some Products have a Product Type ID which serves as Key for the detail table. I have an existing inventory of all the products that I want to select from for an insert into my Product Type. Upon inserting or adding a new record I would like to choose from the my existing inventory. So really I am looking to create an association for the insert, not insert a totally new product. This would mean an insert into my level one hierarchy table a new record, that associates the specific product with the productType. Thanks for your time.
Best, Andrew
I am currently using Prometheus RadGrid with a two level hierarchy. The select statement appears to work beautifully, however, upon insert I would like to be able to use GridBoundDropDownColumns or RadComboBoxes in a way that allows me to update the detail tables GridBoundDropDownColumns or RadComboBoxes. I would like to use these controls for filtering through the <detailtable> Gridview data. My rational for this can be understood by the following example: I have the high level category Product Type and underneath Product Type there are many products. Currently some Products have a Product Type ID which serves as Key for the detail table. I have an existing inventory of all the products that I want to select from for an insert into my Product Type. Upon inserting or adding a new record I would like to choose from the my existing inventory. So really I am looking to create an association for the insert, not insert a totally new product. This would mean an insert into my level one hierarchy table a new record, that associates the specific product with the productType. Thanks for your time.
Best, Andrew