I have a gridview column for full name which is made up of two fields from a database (first name + last name). When I go to edit rows in the grid, I would like display text boxes for first name and last name instead of the concatenated full name which isn't something I can edit directly. Is there a way to do this with the radgridview? I've done something similar with NestedViewTemplate on the web side, but I'm not sure how to create this type of funcationality with winforms. Any help would be appreciated!