[CLOSED] Migrating from Ext.net 2.5 to Ext.net 4.1: ImageCommandColumn

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Migrating from Ext.net 2.5 to Ext.net 4.1: ImageCommandColumn

    Hello,

    I finally decided to migrate a big application from Ext.net 2.5 to Ext.net 4.1.

    After several hours The application works but many things still are not going.

    <ext:ImageCommandColumn ID="ImageCommandColumn4" Text="" runat="server" Width="30" Resizable="false" Sortable="false" MenuDisabled="true">
        <Commands>
            <ext:ImageCommand Icon="Comment" CommandName="Comment" ToolTip-Title="Field description" ToolTip-Text="No comments about EBS row" Style="margin-left:5px !important; margin-top:2px !important; margin-bottom:2px !important;" />
        </Commands>
    
        <Listeners>
            <Command Handler="#{GridPanelEBS_Pull}.getSelectionModel().select(record.index);" />
        </Listeners>
    </ext:ImageCommandColumn>
    record.index not exist.

    Where can I find the list of parameters, for example for the Listener Command of the ImageCommandColumn object?

    thank you.
    Last edited by geoffrey.mcgill; Aug 26, 2016 at 10:58 PM.

Similar Threads

  1. [CLOSED] Migrating to version 4.0
    By opendat2000 in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 11, 2016, 12:07 PM
  2. Breaking changes migrating from Ext.NET v1 to v2
    By Daniil in forum Open Discussions
    Replies: 19
    Last Post: Dec 09, 2013, 6:21 AM
  3. [CLOSED] Migrating from 2.1 to 2.2 issue
    By RCM in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: May 23, 2013, 6:17 PM
  4. [CLOSED] Migrating from v1.5 to 2.0.1 differences.
    By ViDom in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Sep 27, 2012, 1:47 PM
  5. [CLOSED] Migrating a MVC App from v1 to v2
    By RCN in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 10, 2012, 7:05 PM

Posting Permissions