As far as I understand there is no OLE controls in .NET. Previously I was inserting an Excel spreadsheet into a form, that is a nogo now. I want to display some data and allow some data to be entered in a 2 dimensional form. What is the best way to display a 2D grid?

Datagrid seemed to need to be connected to a Database.

Is there another grid that I am just missing?