In the process of attempting to build a simple workflow to allow the editing of rows in an attached MS SQL DB.
I’m aware I can manually create a new Properties object and map in the columns with “.getProperty” calls, but I wondered if anyone had a better way to convert
SQL:ActiveRecord objects to a format compatiable with the DataGrid control?