EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: johnwolf on June 05, 2013, 02:48:16 AM



Title: Combogrid : Blur event not fire
Post by: johnwolf on June 05, 2013, 02:48:16 AM
Hi All,

I'm using combogrid with remote data to choose a customer by his name.

I have three controls in my form :

    The combogrid
    An input text for the first name
    An input text for the phone number

I would like to populate the first name and the Phone number automatically when then combogrid lose focus

I've tried to bind the blur event but this event not fire .

Is it possible to bind this event ?
Can you show me an example ?

Thanks for Help

John



Title: Re: Combogrid : Blur event not fire
Post by: stworthy on June 05, 2013, 07:08:13 AM
Try using onChange or onSelect events instead.


Title: Re: Combogrid : Blur event not fire
Post by: johnwolf on June 07, 2013, 07:08:39 AM
Thanks for reply, stworthy

When i select an item within the grid, ,no problem with the onSelect event

But when i want to use a new value (by typing a new name in the input box), then change event fire for every keyboard entry

What i need is like  "trapping" the tab key

Any ideas ?

Thanks for help

John