Grid-like element for Windows Forms Project?
I have found the DataGridView and GridView elements but I need a GridView element which I can add to my Windows Form.
The GridView has an improved interface and supports frozen columns which I want in my project. GridView is a WebControl so I can't use it on my Windows Form.
Is there an alternate free control available which you'd recommend if there is no other option?![]()
Best Regards,
Dean.

