MaxLength at codebehind doesn't work

  1. #1

    MaxLength at codebehind doesn't work

    Hi folks,

    I'm applying this code:

    List<Field> fields = Ext.Net.Utilities.ControlUtils.FindControls<Field>(my_FormPanel as Control);
    
    foreach (Field field in fields)
    {
       TextField o = field as TextField;
       o.MaxLength = 3;    
    }
    But at client side I can write a looooong phrase insted of 3 digits.

    Please can you help me?

    Cheers!
  2. #2
    Hi folks,

    any update about this topic?

Similar Threads

  1. Doesn't work via SSLVPN
    By inorder in forum 1.x Help
    Replies: 10
    Last Post: Jun 06, 2012, 7:42 AM
  2. Replies: 5
    Last Post: Nov 17, 2011, 7:56 AM
  3. Replies: 8
    Last Post: Aug 17, 2009, 7:44 PM
  4. Replies: 0
    Last Post: Jun 01, 2009, 5:27 AM
  5. maxLength don´t work
    By reinaldo.designerdigital in forum 1.x Help
    Replies: 3
    Last Post: May 15, 2009, 12:33 PM

Posting Permissions