3.2.0

Cancel control click

Hi,

I am able to cancel a normal click and a shift click, by returning 1 from onSelectedRowsChanging.
This does not work for a "Cntrl" click. The row still toggles.

I have tried returning 1 from onCurrentRowChanging as well but this does not help.

I am using "ActiveWidgets 2.0.2 Standard Edition"
Is this a know issue?
Is there a work araound or fix?

thanks
Matt
September 3,
Yes, this looks like a bug. As a workaround you should cancel both onSelectedRowsChanging(array) and onRowSelectedChanging(status, index) to block row selection completely.
Alex (ActiveWidgets)
September 3,
Canceling both events works.

Thanks
Matt
September 4,

This topic is archived.

See also:


Back to support forum