or

Hello,
(I am using the Q3 2008 release of the ASP.NET ajax components)
I have a RadGrid with "EnablePostBackOnRowClick" enabled. I only want this postback to occur in certain situations though. In the older versions of the RadGrid, I could have a javascript handler that did t his:
function radGrid_RowClick(sender, eventArgs)
{
eventArgs.set_cancel(true);
}
But, this does not work with the Q3 2008 release. What is the equivalent functionality?
Kind regards,
Andy