We are currently in the process of migrating our existing plugins to v19.3 in anticipation of us upgrading to that version once we've tested everything. One plugin references
'ODGrid' does not contain a definition for 'Rows' and no accessible extension method 'Rows' accepting a first argument of type 'ODGrid' could be found (are you missing a using directive or an assembly reference?)
Am I to be using ListGridRows and call the Count method on that returned list? Was ODGrid.Rows replaced with ODGrid.ListGridRows?