Hi I cannot see where to add a button and the help topics are hard to find.
I can add a combo box to a grid fine, see code below.
Dim _ComboBox As New Xceed.Grid.Editors.GridComboBox
_ComboBox.Items.AddRange(New Object() {“Yes/No”, “Grid Score”, “Multiple Choice Single Answer”, “Multiple Choice Multiple Answer”, “Grid Score Comment Field”, “Open or Comment”, “Area Code”, “Triplex”})
Questions_Grid.Columns(“QuestionType”).CellEditor = _ComboBox
But how do I add a button.
Also how do I manage events on this button? For example I need to open a dialog when we click on a button in a coloumn and pass say the data that is in a row called “SurveyID”. A
Any ideas?
Thx
Imported from legacy forums. Posted by DarenHawes (had 2652 views)