Is it possible in slickgrid to add the editors by row rather then column? if so how is it done?
You can implement getItemMetadata(row) and specify an editor in there. See https://github.com/mleibman/SlickGrid/wiki/Providing-data-to-the-grid.
getItemMetadata(row)