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? 

Parents
No Data
Reply
  • 625
    posted

    Just as a quick follow up - if a nested grid is going to be a problem, I'd be equally happy if I could get an UltraTree to 'drop down' - or just a list of checkboxes.

     

    I've tried sticking a grid or a tree as the Column's .EditorControl but that won't work.  There are a handful of editors I can stick into the grid though, UltraComboEditor seems to be 'close' to what I want; but it's virtually the same as a regular drop down from what I can gather.  

Children