Multiselect - Get Values and Update Store

  1. #1

    Multiselect - Get Values and Update Store

    I am using the below - on a GP RowContextMenu to update the store value, based upon updates to a textarea - I also put in a multiselect on the rowcontext menu - how do I loop through the values and update the store accordingly?

    
    
    
    <BeforeHide Handler="this.dataRecord.set('Comments', #{TextField36}.getValue());" />
  2. #2

    RE: Multiselect - Get Values and Update Store

    *Hi,

    you can loop through the store values using the following code


    Store1.items.each(function(record){
    //handle record

    }, Store1);




  3. #3

    RE: Multiselect - Get Values and Update Store

    Dumb question - but how do I grab the selected values from the multiselect and assign them to a store param?
  4. #4

    RE: Multiselect - Get Values and Update Store

    I would settle for any help on how simply to get the values from the Multiselect :)
  5. #5

    RE: Multiselect - Get Values and Update Store

    Did you ever get an answer to this?
  6. #6

    RE: Multiselect - Get Values and Update Store

    Hi,

    https://examples1.ext.net/#/Form/MultiSelect/Submit_Data/
  7. #7

    RE: Multiselect - Get Values and Update Store

    Hi Vladimir, thanks for the response.
    I'm trying to get the value/text of the item that I'm moving from one group to the other.
    I've tried just about all of the events but can't seem to get the handle of the items that I'm dragging over?

Similar Threads

  1. [CLOSED] Add values to Multiselect manually
    By softmachine2011 in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 11, 2012, 8:09 AM
  2. Selecting multiple values in Multiselect
    By masudcseku in forum 1.x Help
    Replies: 1
    Last Post: Nov 23, 2011, 7:26 AM
  3. Replies: 0
    Last Post: Apr 29, 2011, 8:37 PM
  4. Update GridPanel With Store Values
    By Ganesh3.shirsath in forum 1.x Help
    Replies: 0
    Last Post: Oct 20, 2010, 2:42 PM
  5. Replies: 5
    Last Post: Aug 03, 2010, 11:20 AM

Posting Permissions