Hi everyone...
Thanks for bearing with me through this learning curve, and especially to those who have provided replies!
I'm looking for something equivalent to Java's JTable.
In Java, I'd create a TableModel (or derivative) and use that to initialise a JTable.
It seems the way to do this in C# is to use DataGrid, but I'm a bit confused as to how to do this.
Does anyone have an idea how to do this?
Thanks for bearing with me through this learning curve, and especially to those who have provided replies!
I'm looking for something equivalent to Java's JTable.
In Java, I'd create a TableModel (or derivative) and use that to initialise a JTable.
It seems the way to do this in C# is to use DataGrid, but I'm a bit confused as to how to do this.
Does anyone have an idea how to do this?