|
Title: Click cell open dialog Post by: finzaiko on March 24, 2014, 01:32:15 AM How to open dialog when I click specify cell?
I'v try onClickCell event but not working, Code: onClickCell: function(rowIndex, field, value) {http://jsfiddle.net/dGd5E/4/ Title: Re: Click cell open dialog Post by: stworthy on March 24, 2014, 06:15:44 AM Make sure that you are using the latest edatagrid plugin, it can be downloaded from http://www.jeasyui.com/extension/edatagrid.php. Try this updated example http://jsfiddle.net/dGd5E/5/.
Title: Re: Click cell open dialog Post by: finzaiko on March 24, 2014, 06:36:16 PM Solved, thanks stworthy.
|