Tim,
No, there isn't. You need to find a class that implements IList and
then bind to that.
DataSet classes are disconnected data, meaning that you don't need a
database in order to use them. They also have designer support, so you
should just use that in your program and bind to that (populating that
programatically).
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Tim Kelley said:
Is it possible to populate a grid using code (not binding it to a
datasource). Is there something like an additem method?
Thanks,