EasyUI Forum
December 20, 2025, 06:28:04 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / Re: Catch End Of Selection Or Close on Combogrid on: June 16, 2014, 11:25:10 PM
Thank you .

I did it without blur.  Smiley
2  General Category / EasyUI for jQuery / Catch End Of Selection Or Close on Combogrid on: June 16, 2014, 02:20:01 AM
How can I catch the event that combogrid selection finished, when multiple selection possible.

My intention is to dynamically draw a table rows and a total row based on the selected items from combo grid.

I can append a table row each time one item is selected. But for the total row I would like to catch the end of selection.

Any help / ideas appreciated..

I tried onblur like this but not working.

Code:
 $("#invoice_ids").combogrid().blur(function(){  
        alert("onblur"); 
    }); 
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!