Hello,
I have a problem accessing a link from a grid cell.
I have a grid like this : http://jsfiddle.net/Alegzandra/a59u5/6/ in which the second column is acting like a button.
If I click on a row it gets selected. Now If I want to click the “link” related to this selected row, the action bound to “link” is not triggered because the click will make the row editable ( editmode : ‘selectedrow’ ).
So if my row is selected ( not in edit mode ) and I want to trigger the action associated to the “link” I have to click twice on it.
Is there something that I can do so I don’t have to click twice on “link” to have my action executed ???
Thank you!