There are no client side events available on the GridView. All events it fires are causing server side code to run.
However, you could hook into the GridView's RowCreated or RowDataBound events, find a reference to the table cells or rows that make up the GridView and write code for a client side event like onmousedown.
Search Google for "right-click javascript" for the client side code and for "GridView RowDataBound" for the server side if things.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of
ASP.NET 2.0 Instant Results and
Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.