Last post Mar 09, 2012 12:46 PM by mharrydx
Member
19 Points
126 Posts
Mar 07, 2012 02:31 PM|justin9|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
20 Points
7 Posts
Mar 09, 2012 12:46 PM|mharrydx|LINK
Justin,
Please take a look at this issue which has several resources for how to accomplish this including using a dataitemtemplate:
http://www.devexpress.com/Support/Center/p/Q309045.aspx
Also, feel free to contact the DevExpress support team directly for questions:
http://www.devexpress.com/support
Thanks,
Mehul,
http://Mehul.net
Member
19 Points
126 Posts
Devexpress griv view - to hyper link
Mar 07, 2012 02:31 PM|justin9|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
Member
20 Points
7 Posts
Re: Devexpress griv view - to hyper link
Mar 09, 2012 12:46 PM|mharrydx|LINK
Justin,
Please take a look at this issue which has several resources for how to accomplish this including using a dataitemtemplate:
http://www.devexpress.com/Support/Center/p/Q309045.aspx
Also, feel free to contact the DevExpress support team directly for questions:
http://www.devexpress.com/support
Thanks,
Mehul,
http://Mehul.net