Is it possible to have a link label column in a datagrid

if so kindly help me out with explanations or sample codes

Thankx in advance

Re: LinkLabel Column in Datagrid by Jeremy

Jeremy
Thu Jul 10 11:33:33 CDT 2003

"Vijay Shankar" <kvijaysh@cognizant.com> wrote in message
news:a40f01c346c2$4c2e0530$a401280a@phx.gbl...
> Is it possible to have a link label column in a datagrid
>
> if so kindly help me out with explanations or sample codes
>
> Thankx in advance
>

I think you can inherit from a Column class to create a Link label style,
but I'm not sure. There was an article on this type of grid-jiggery-pokery
in MSDN magazine this month ("Tailor your datagrid apps using table style
and custome column style objects") - you should be able to find it at:
http://msdn.microsoft.com/

HTH,
Jeremy