Editable Grid as Dropdown

  1. #1

    Editable Grid as Dropdown

    I am trying to implement a functionality where a editable Grid needs to be displayed as dropdown. When clicked (something like combo ), it will display the editable grid as dropdown. Once done with editing (on focus lost), the grid will disappear and summery will be displayed - it is something like multi select Combo with three columns - 1st Checkbox, 2nd - a readonly text, 3rd the editable NumberField.

    Any clue, how this can be achieved?
  2. #2
    Isn't this sample a good starting point?

    Once you have the grid working like the above example, I believe other questions will arise for your needs.

    As for the checkbox column, it would be a matter of setting your grid's SelectionModel as checkBoxSelectionModel.

    I hope these leads are useful.
  3. #3
    Alternatively if you meant to show the grid inside the drop down perhaps this is a useful starting point?

    https://examples2.ext.net/#/Toolbar/...trols_In_Menu/

    While it shows the idea of controls as the menu item for a button rather than a drop down perhaps you could use the button instead?

Similar Threads

  1. [CLOSED] Adding MVC Dropdown in Grid Panel
    By RajivDutt in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 11, 2014, 5:07 AM
  2. Replies: 12
    Last Post: Sep 07, 2012, 2:42 PM
  3. Replies: 6
    Last Post: Jan 28, 2012, 1:14 AM
  4. Replies: 6
    Last Post: Feb 08, 2011, 6:17 PM
  5. [CLOSED] Editable Grid - Dropdown problem
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 29, 2010, 11:47 AM

Posting Permissions