ItemClick has event.|columnIndex and event.rowIndex you can use, just add condition for function A when column of button was clicked, return.
George | Ary wrote: > Hi Guys, > > i have a datagrid with itemrenderer component, inside > that item rendered there is a button that call > function B, and in datagrid itself, has itemclick > event applied to call function A. > > the problem arrive when i try to click the button > inside item renderer, not just it call function B, but > it also call function A, cause i want it just call > function B. > > i already to search some reference on this but cant > found it yet :| > > Really appreeciate the help. > > rgrds > ary. > >

