jQWidgets Forums

jQuery UI Widgets Forums Grid jqxGrid Input TextField focus or blur

This topic contains 2 replies, has 3 voices, and was last updated by  N.I.Alam 8 years, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • jqxGrid Input TextField focus or blur #13669

    09097037
    Participant

    Hi ,

    I am using jqxgrid which has a columntype textbox. when i type something in the textbox and try to submit the form, the new value is not updating. but if i edit the textbox and click somewhere in the page and then submit the new value updated. please help whats going wrong. i think its needs to be blur when the focus is out..

     

    thanks

    naseer

     

    jqxGrid Input TextField focus or blur #13678

    Peter Stoev
    Keymaster

    Hi naseer,

    If the edit operation is not finished yet, the cell’s value is not updated. When you type into a text field, the cell’s value is not changed with any key stroke, it is changed after you finish editing and click on another cell or outside the Grid.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/


    N.I.Alam
    Participant

    Hi,
    I have the same issue, if I am editing a text box (jqxInput) or a grid cell and there is a click somewhere inside the window the ‘change’ event is called and the widget looses the focus which is fine, but if there is a click outside the window, the event is not triggered, how can i get the ‘change’/kill focus event if there is a click outside the window.
    thanks

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.