Keymap doesn't work

  1. #1

    Keymap doesn't work

    Hi,
    I have the following code but I'm afraid its not working. Could you please help?

    Many thanks in advance,
    Kamal

    
    
    
    <ext:NumberField runat="server" ID="txtsearchsn" SelectOnFocus="true" EnableKeyEvents="true" AllowBlank="false" EmptyText="Enter 9 digits serial number" Width="200" MaxLength="9"
    
    
    FieldLabel="Enter Serial Number">
    
    
    
    
    
    </ext:NumberField>
    
    
    <ext:KeyMap runat="server" ID="keymapsearch" Target="txtsearchsn" Visible="false">
    
    
    <ext:KeyBinding>
    
    
    <Keys>
    
    
    <ext:Key Code="ENTER" />
    
    
    </Keys>
    
    
    </ext:KeyBinding>
    
    
    </ext:KeyMap>
  2. #2

    RE: Keymap doesn't work

    Hi,

    Remove Visible="false"
  3. #3

    RE: Keymap doesn't work

    Hi,
    I did remove it but no luck! :-(

    Does my event needs to be AjaxMethod?

Similar Threads

  1. Download Link doesn't work
    By Bubu in forum Open Discussions
    Replies: 2
    Last Post: Jul 12, 2012, 6:46 AM
  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. [1.0RC]MultiHeader doesn't work.
    By firebank in forum 1.x Help
    Replies: 1
    Last Post: Nov 11, 2010, 4:06 PM
  5. tabpanel doesn't work in IE8
    By maryam in forum 1.x Help
    Replies: 3
    Last Post: Aug 18, 2010, 5:49 AM

Posting Permissions