User-1901458049 posted
HI i have a dev express grid in which the fisrt column has customer ID.
<dx:GridViewDataTextColumn Caption="CUSTOMER ID" FieldName="CUSTOMER_ID"
VisibleIndex="1" Width="90">
</dx:GridViewDataTextColumn>
I will like to able to make this column clickable (hyperlink)
Where when the user clicks on this I can call a method where I will send the data to a stored procedure.
Can you tell me how this can be done
Thanks
Justin