Is it possible to have a different editor for each cell in a single grid column? I.e. One single column with different editors for each row. (combo boxes, date pickers, textboxes, numbers, etc.)
I am trying to use an Infragistics TreeGrid and TreeGridModel in an MVC app to simulate a Windows property grid. (see attached image)
The TreeGrid needs a different editor for each row in the last column, as shown in the example.
Or, is the TreeGrid a bad choice for emulating the Windows property grid? Is there a better component?