Non-data-bound-grid

Hi,

Is there a non-data-bound-grid control, that comes with standard .NET contros?

Thanks

[93 byte] By [codefund.com] at [2007-12-16]
# 1
no there isn't. this is a feature request for future versions of windows forms
codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms Designer...
# 2
Not with .NET no. But you can bind a DataGrid to a bunch of different data structures (check out the DataSource property's help for a full list), so you can do a lot with binding a DataGrid to data structures that you fill as you would fill a non-data-bound grid. If you have a specific need, let us know -- perhaps there's a way to do what you want with the built-in DataGrid control.
codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms Designer...
# 3
There is also a ListView. This standard Windows control is essentially just a grid.

- mike

codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms Designer...