else if (gridCommand == "HeaderContextMenuFilter") { |
args.set_cancel(true); |
I have a RadGrid with ContextMenu and ColumnFiltering enabled. The grid is bound using client-side ADO.Net DataService.
I have a client side OnCommand event handler that traps the HeaderContextMenuFilter event and saves the filter argument for use later.
I call args.set_cancel(true) because I do not want the postback to fire.
However, the postback is firing anyway???? What am I missing?
Thanks
Bob