Yes, I did. On click of header button, I called those 2 methods but it still sorts the column data.
On Wed, Dec 10, 2014 at 3:15 PM, Evyatar Ben Halevi-Arbib < [email protected]> wrote: > Have you tried using the following calls in your renderer's event handler > function? > event.preventDefault(); > event.stopImmediatePropagation() > > Regards, > Evyatar > > On Wed, Dec 10, 2014 at 11:30 AM, Deepak MS <[email protected]> > wrote: > > > Hey guys, > > I have a Datagrid with first column being a custom itemrenderer with a > > check box, a box(to display color) and then a label. > > > > I am using headererRenderer too for that column, but with a check box > and a > > button. The header's check box is used to check\uncheck all items in the > > datagrid. > > > > When I click on headererenderer's button or checkbox, the data is getting > > sorted in the grid. I don't want to do sort when I click on any item in > > headerenderer, I want to sort it only when user clicks on header apart > from > > that button and checkbox. > > > > I tried to stop event propogation, but always header release event is > > triggered first than headerrenderer's button or check box click. So stop > > propagation wont work. > > > > Is there anyway to avoid sorting on click of headerrenderer item? I'm > using > > Flex 3.6. > > > > Cheers! > > >
