When I load data into a grid via a DataSourceRequest based Read action, I would like a column to always show a dropdown. As it stands currently, in my limited experience, you either have to double click a row for InCell editing or click an Edit button for the PopUp editor, all interaction with the DataSourceRequest based Update action. But I don't want my users to have to clikc a button, nor double click a row. How can I show a dropdown in a specific column, for all rows without having to activate an edit mode? Is it possible? And I assume, I would have to use the Batch mode?