I'm trying to figure out a way to present a dropdown list of commands on a grid row when it isn't in edit mode. I need to make sure that this dropdown list is bindable to data from my model. Is this something I could do with a template field instead?
For instance I have a grid that has a couple of columnns, id and name. I'd like to create a third column that has a list of all the names of the grid and when the user selects one of the names, I'd like to use that to reorder the grid based on the selection. I'm going to use this style to reorder grid rows instead of using drag/drop.
For instance I have a grid that has a couple of columnns, id and name. I'd like to create a third column that has a list of all the names of the grid and when the user selects one of the names, I'd like to use that to reorder the grid based on the selection. I'm going to use this style to reorder grid rows instead of using drag/drop.