EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Ellipsis on March 11, 2013, 12:56:59 PM



Title: Combogrid, start Ajax call when user has stopped typing or has hit enter
Post by: Ellipsis on March 11, 2013, 12:56:59 PM
Is this possible?

At the moment the Ajax call fires every keystroke :(


Title: Re: Combogrid, start Ajax call when user has stopped typing or has hit enter
Post by: stworthy on March 11, 2013, 10:22:59 PM
Try setting the 'delay' property to let component waiting a little time to do searching from the last key input.


Title: Re: Combogrid, start Ajax call when user has stopped typing or has hit enter
Post by: Ellipsis on March 13, 2013, 02:53:31 PM
It is a possible fix, but not very elegant :(

Thank you anyway ;)