Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
67 Points
123 Posts
Mar 07, 2012 06:31 PM|LINK
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
justin9
Member
67 Points
123 Posts
Devexpress griv view - to hyper link
Mar 07, 2012 06:31 PM|LINK
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