DataGrid seems very tied to a database. Is it possible to use without
database knowledge? I'm basically looking for a java "Table Model" type
scenario where I can control individual rows and colums, what controls go in
each, respond to events, etc, but without any db present.
Thanks!
message news:
[email protected]...
Derrick,
I think that what you want is the DataGrid. It is basically a grid
where you can customize the columns (with a little work).
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Derrick said:
What is the C# equivalent of JTable? I need a UI that contains a
table
with
variable rows, that I can add combo boxes and buttons to for columns.
Thanks in advance!
Derrick