[CLOSED] Item Selector

  1. #1

    [CLOSED] Item Selector

    Does the item selector have any itemadded or itemremoved events?
    I want to be able to respond immediately to changes to either the selected or unselected items.

    Ta,
    D
    Last edited by Daniil; Jun 25, 2014 at 4:49 PM. Reason: [CLOSED]
  2. #2
    No biggy as will probably use this route as I think it fits better for how I want it to work.
    https://examples2.ext.net/#/DragDrop/Grid/Grid_to_Grid/
    Last edited by geoffrey.mcgill; Jun 24, 2014 at 5:42 PM.
  3. #3
    Hi @CanopiusApplications,

    Please clarify has the problem been resolved?
  4. #4
    Hi D

    Yes as I am going to use a different method although it would still be nice to know if the Item Selector itemadd / itemremoved as asked in the first post.

    D

    Quote Originally Posted by Daniil View Post
    Hi @CanopiusApplications,

    Please clarify has the problem been resolved?
  5. #5
    There is an ItemSelector's Change event. I think it is a way to go.
    <ext:ItemSelector runat="server">
        <Listeners>
            <Change Handler="console.log(item /* that is an ItemSelector, instance */, newValue, oldValue);" />
        </Listeners>
    </ext:ItemSelector>
  6. #6
    Thanks D

    I will give it a go when I get a mo. I think I tried the change event but for some reason could not get it to work.
    Either way just close the call as I have it working how I want using multiple grids.

    Ta,
    D

    Quote Originally Posted by Daniil View Post
    There is an ItemSelector's Change event. I think it is a way to go.
    <ext:ItemSelector runat="server">
        <Listeners>
            <Change Handler="console.log(item /* that is an ItemSelector, instance */, newValue, oldValue);" />
        </Listeners>
    </ext:ItemSelector>

Similar Threads

  1. [CLOSED] Problem with date field selector
    By feanor91 in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 15, 2014, 7:29 AM
  2. selector by generated id
    By WISEMAN in forum 1.x Help
    Replies: 1
    Last Post: Mar 23, 2012, 1:19 PM
  3. [CLOSED] #{} Selector - What is it?
    By jwf in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 07, 2011, 8:27 PM
  4. TableGrid selector
    By alemonnier in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jan 30, 2011, 10:22 AM
  5. [CLOSED] Hide column selector
    By tms in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 16, 2010, 2:23 PM

Posting Permissions