How do I trigger a single or double-click events when a user clicks a column within the gridview. I want the event to trigger and open a pop-up page related to the selected column.
There are no single/double-click events by default but I read you can use Gridview extended controls but not familiar with these methods. I'm open to any other methods or solutions that would enable me to achieve my results.
Sample Gridview Data
Cust-ID Cust Name Cust_Order Cust-Order_Cancel
ABCD ABCD TV, Radio, Calculator TV
EFGH EFGH Calculator
IJKL IJKL Radio Radio
When a user single or double-clicks on the Cust_Order column for Cust_ID 'ABCD', I want a pop-up gridview page to open and display orders for customer 'ABCD'.
Sample Gidview pop-up Results
Cust Name Cust_Order
ABCD Calculator
ABCD Radio
ABCD TV