Eto GridView Add New Row?

Thanks @dale , I’ll definitely take a look at those options. For now I was able to make my setup work with a dict, but followed the advice in the post here: link

  • move the GridView data to display out to an independant object / location
  • access that data each time the window builds
  • on click/button for add row, modify the data and then rebuild the window using a layout.Clear() and then just build it up again after the data has been changed.

worked so far at least. thanks!
-Ed