If I'm using a RadGrid that does insert/update/delete using manual CRUD operations, is it still possible to use a combobox within a column during edit mode? All the samples I've seen so far seem to say it's only possible if a data source control is being used (which it's not in my case). If it is possible, how is it done? Sample code would be greatly appreciated. Thank you!