GP - Validate Edit Keep Cell Focus

  1. #1

    GP - Validate Edit Keep Cell Focus




    I have a GP - I perform a ValidateEdit AjaxEvent - so the user enters data in Cell 1 - tabs over to next cell - and the validateedit function fires - but the second cell loses focus - is there a way to keep the 2nd cell focused after the validate edit function?
  2. #2

    RE: GP - Validate Edit Keep Cell Focus

    Any updates on this query?

    I also have a grid with two columns IssuedQuantity and ReturnedQuantity. Only the ReturnedQuantity column is editable...

    In the ValidateEdit event, if the ReturnedQuantity is zero or more than IssuedQuantity, then I am showing a message to the user...

    After terminating the message I would like put the focus back to the cell in question and keep it in edit mode...

    Oh, BTW I did try using e.grid.startEdit(e.row, e.column) after showing the messagebox in ValidateEdit event...

    It does nothing!!! There is no JavaScript error either...

Similar Threads

  1. GridPanel cell focus
    By Dominik in forum 1.x Help
    Replies: 12
    Last Post: Mar 02, 2012, 11:21 AM
  2. Replies: 2
    Last Post: Jan 26, 2012, 12:43 PM
  3. [CLOSED] Insert Grid Record - Edit First Cell?
    By peter.campbell in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: May 10, 2011, 11:01 AM
  4. TreeGrid cell edit
    By Roman in forum 1.x Help
    Replies: 2
    Last Post: Mar 22, 2011, 4:01 PM
  5. GridPanel - Refresh Cell After Edit not working?
    By Tbaseflug in forum 1.x Help
    Replies: 0
    Last Post: Sep 28, 2009, 11:07 AM

Posting Permissions