Hi Team,
Is there any control avaliable in vb.net as "FlexGrid " in vb? :wave:
Printable View
Hi Team,
Is there any control avaliable in vb.net as "FlexGrid " in vb? :wave:
If you're using VB 2005 then use the DataGridView. Specify your version when posting.
I am using Vb.net 2005
I've never used the FlexGrid but the DataGridView is very functional and very customisable. It's sitting there in your Visual Studio Toolbox just waiting to be dragged onto a form. There's a link to a tutorial on its basic use in my signature.