[CLOSED] deleteSelected doesn't work with imageCommand in version 1.0

  1. #1

    [CLOSED] deleteSelected doesn't work with imageCommand in version 1.0

    Goodmoorning,

    I have a simple grid with an imageCommand for delete the row. I have followed the example Grid_rows_delete, in the version 0.8.x that all right. But in the version 1.0.x the imageCommand doesn't select the row, so if there aren't row select the command does nothing else delete another selected row.

    Thank you

    Jimmy
    Last edited by geoffrey.mcgill; Jul 07, 2010 at 2:39 AM.
  2. #2

    RE: deleteSelected doesn't work with imageCommand in version 1.0

    Hi,

    In the 1.0 version the commands don't select a row on click because in many cases it is not required
    To remove the row by command use the following grid's listener
    <Command Handler="this.store.remove(record);" />

Similar Threads

  1. [CLOSED] FileUploadField doesn't work as should
    By ViDom in forum 1.x Legacy Premium Help
    Replies: 23
    Last Post: Jul 16, 2012, 4:40 PM
  2. Doesn't work via SSLVPN
    By inorder in forum 1.x Help
    Replies: 10
    Last Post: Jun 06, 2012, 7:42 AM
  3. Northwind example doesn't work in IE9
    By Const in forum 1.x Help
    Replies: 10
    Last Post: Dec 09, 2011, 3:04 AM
  4. tabpanel doesn't work in IE8
    By maryam in forum 1.x Help
    Replies: 3
    Last Post: Aug 18, 2010, 5:49 AM
  5. Keymap doesn't work
    By Kamal in forum 1.x Help
    Replies: 2
    Last Post: Aug 13, 2009, 10:49 AM

Posting Permissions