Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Need to change image of the button in HierarchyColumn cell

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

Need to change image of the button in HierarchyColumn cell
Link Posted: 13-Oct-2006 09:19
Hi, I have a column inheriting HierarchyColumn. It implements ISupportsCustomDropDown.

The only way to get any button to appear is to set EditorStyle to Dropdown.

However, I need to put my own image in the button.

I need a way to be able to have a button in the cell with my own custom image, if the column inherits HierarchyColumn, or any other column type for that matter.

Ideally this would be built in at the Column level, so any column could do this.
Link Posted: 16-Oct-2006 00:32
FlyGrid's columns can't has no possibility to change image of button (dropdown and ellipsis type of buttons are supported), but you can use ButtonColumn to add additional button to the columns cells.
The Xtras\\Task Manager sample of the FlyGrid.Net Demo shows usage of ButtonColumn