[Gtk-sharp-list] Editing a TreeView?

2006-10-13 Thread Carlos Adriano Portes
Hi all I have created a TreeView with two columns Id and Name, these columns are a result of a database connection that returns a DataSet, I would like to let the user change the name column and when finished the column would take the new value, but it does not happen, what must I do in order to

Re: [Gtk-sharp-list] Editing a TreeView?

2006-10-13 Thread Peter Johanson
On Thu, Oct 12, 2006 at 04:19:48PM -0300, Carlos Adriano Portes wrote: Hi all I have created a TreeView with two columns Id and Name, these columns are a result of a database connection that returns a DataSet, I would like to let the user change the name column and when finished the column

Re: [Gtk-sharp-list] Editing a TreeView?

2006-10-13 Thread Carlos Adriano Portes
Thank you, exactly what I need! :) 2006/10/13, Peter Johanson [EMAIL PROTECTED]: On Thu, Oct 12, 2006 at 04:19:48PM -0300, Carlos Adriano Portes wrote: Hi all I have created a TreeView with two columns Id and Name, these columns are a result of a database connection that returns a