Problem with SelectBox example...

Page 2 of 2 FirstFirst 12
  1. #11

    ty

    TY a lot...

    so... let me guess... update on the svn? hehe
  2. #12
    Hi,

    1. Find selectbox.js file in your Ext.Net source code repository (Ext.Net\Build\Ext.Net\ux\extensions\selectbox\sel ectbox.js)
    2. Replace the following code in keySearch method
    if ( (e.hasModifier() && !e.shiftKey) || e.isNavKeyPress() || e.isSpecialKey()) {
         return;
    }
    by this code
    if ( (e.hasModifier() && !e.shiftKey) || e.isNavKeyPress() || e.isSpecialKey() || (raw >= e.F1 && raw <=e.F12)) {
    			return;
    		}
    3. Rebuild assemblies
  3. #13

    TY

    Thank You!
Page 2 of 2 FirstFirst 12

Similar Threads

  1. [CLOSED] Problem with selectbox under IE
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 30, 2011, 10:06 AM
  2. [CLOSED] SelectBox: Problem with characters "<" and ">"
    By nhg_itd in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Nov 03, 2011, 6:43 AM
  3. Replies: 4
    Last Post: Oct 24, 2011, 3:34 AM
  4. Replies: 4
    Last Post: May 31, 2011, 3:53 PM
  5. SelectBox DataBind problem
    By vooka in forum 1.x Help
    Replies: 2
    Last Post: Jul 11, 2010, 4:36 AM

Tags for this Thread

Posting Permissions