Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
625
Can I put an entire Grid into a Cell's DropDown Box?
posted

I have a grid and one of those columns is set to be a dropdown.  When I create the dropdown I provide a DataTable that is associated with the drop down.  But, what I'd really like to do is have a 'grid' be associated with the drop down and not just a DataTable.  I'd like for the drop-down to contain a grid that also has dropdowns.

 In my program each row in the main grid represents a Table stored on our database.  When the user selects the drop-down in the 'Fields' column; I want to display a grid showing each of the fields that exist in that table in one column and in the next, provide a 'Yes/No' drop down to allow the user to select which fields from that table to include in his or her search.

 

Could someone point me in the right direction with this?