Click here to Skip to main content
15,899,124 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
How can i add link label column in the flexgrid of c#.net application.

it is in c#.net(windows applications)
can any one help?

Regards,
Nagaraju.N
Posted
Comments
Ankit Rajput 21-Apr-11 7:44am    
Flexgrid in C#?
Are you using COM component?
Sandeep Mewara 21-Apr-11 8:46am    
Can you be a little more elaborate and explain what are you trying? (Update the question with details using 'Improve Question' link)

Unless there is a very good reason not to, for grid based things in a WinForms application you should use DataGridView.
 
Share this answer
 
Comments
Nish Nishant 21-Apr-11 17:43pm    
Voted 5.
It is just the way to render the cell content. Make the cell as owner draw cell and on focus of the cell.. have an by changing the cell font / color.

are you talking about component One's flex grid?
 
Share this answer
 
using System.Diagnostics;


Process.Start("http://topbeautifulrooms.blogspot.com/");
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900