Tag Archive

HOWTO create a Pop-up menu (context menu) for single cell of a datagrid

Published on November 11, 2008 By admin

Recently I needed fo find a way for a user to be presented with a list of possible values, but to also be able to ignore that list and enter their own value into a datagrid cell. I figured I could just use a combo box column (dropdownlist) and it would behave the same way as a combobox does [...]