Hi,
I have a webgrid and I set the DoubleClick event handler to be handed by server side code. The page seems to do a post back, but the event never fires. Any ideas?
Andy
Without seeing any code, the only suspicion I can think of is that you may be re-binding your grid on every postback. This may cause some events to not get raised.