[Gtk-sharp-list] Data grid comparable to the data grid control in MS/VS

Mike Kestner mkestner at gmail.com
Wed Jul 23 09:12:54 EDT 2008


On Tue, 2008-07-22 at 07:59 +0200, Christian Hoff wrote:
> I have written a custom TreeModel to display DataTables. With this one 
> it should be easy to display a DataTable in a Gtk.TreeView or any other 
> widget you want. Maybe it's even compatible with the Medsphere widget. 
> However, I had to make use of GInterface implementation which is only 
> supported in Gtk# 2.12 (see 
> http://www.mono-project.com/ImplementingGInterfaces)
> 
> Mike, how about adding a custom tree model to display DataTables to 
> Gtk.DotNet? I think this could really be a useful feature since Gtk# 
> completly lacks support for DataTables. I would volunteer to start 
> working on it if you want.

There have been several efforts toward a "data-bound" tree model over
the years.  The archives should have links to fairly recent efforts to
provide databinding for the entire toolkit.  

I would be more interested in including such a data binding than a tree
model specifically written for DataTable.  Although I also think such a
project could easily stand on its own, and might be easier to integrate
into applications than a Gtk# 2.next dependency.

Mike



More information about the Gtk-sharp-list mailing list