I used coustomeditor and added a button to grid…
‘Code goes here
*********************
Dim xColumn As New Xceed.Grid.Column
Dim b As New Button
b.Text = “…”
xColumn.Initialize(“File”, b.GetType)
ofrmGear.xgrdImportedSpecs.Columns.Add(xColumn)
Dim xEditor As New Xceed.Grid.Editors.CustomEditor(b, “Text”, True)
xColumn.CellEditor = xEditor
********
everything looks fine, but how do i access click event of the button i just added.
Thanks in advance.
Imported from legacy forums. Posted by sihikahi (had 1895 views)