Did you take a look at how the example I sent you worked? http://github.com/jschementi/railsconf09/blob/master/8-ardb/app.rb
~js > -----Original Message----- > From: [email protected] [mailto:ironruby-core- > [email protected]] On Behalf Of Mohammad Azam > Sent: Wednesday, June 17, 2009 3:36 PM > To: [email protected] > Subject: Re: [Ironruby-core] Converting an Object to Collection to Bind to > DataGridVi > > Here is another version: > > def bind_customes_to_grid(customer) > > $gvCustomers.DataSource = Array.new.push(customer) > > end > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Ironruby-core mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/ironruby-core _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
