[CLOSED] Editable grid Textbox Change Event Causing Problem

  1. #1

    [CLOSED] Editable grid Textbox Change Event Causing Problem

    Hi Team,

    In ur application we have a editable grid and we want to validate the text box content when user stops typeing. Currently we are using Change Event but this event is fireing if u click on the page but we want it to validate without clicking (because if user make changes in first row text box and then he clicks on second row text box that time change event will get fired and it compares the first textbox value with second rows content but actually we want it to comapre with first row )
    Last edited by Daniil; Jan 10, 2014 at 10:41 AM. Reason: [CLOSED]
  2. #2
    How about using the KeyDown or KeyPress events?
    Geoffrey McGill
    Founder
  3. #3
    We also tried with key up event but its not working
    Problem here is suppose if i want to enter 100 when i type 1 that time itself its validating and throws the validation msg
  4. #4
    Hi,

    There is the ValidationDelay setting which might be helpful in your scenario. It is 250 (in milliseconds) by default.
    http://docs.sencha.com/extjs/3.4.0/#...alidationDelay
    <ext:NumberField runat="server" MinValue="100" ValidationDelay="3000" />

Similar Threads

  1. [CLOSED] Editable column on grid: how to raise an event for saving
    By digitek in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Mar 13, 2012, 11:02 AM
  2. Editable Grid Panel - AfterEdit event
    By garag in forum 1.x Help
    Replies: 1
    Last Post: Sep 19, 2011, 4:26 PM
  3. [CLOSED] [1.0]Editable Grid and Direct Event
    By FVNoel in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 14, 2011, 12:50 PM
  4. Replies: 0
    Last Post: Mar 01, 2009, 12:34 PM
  5. Replies: 1
    Last Post: Dec 25, 2008, 6:32 AM

Posting Permissions