Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Default text on dropdown...

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

Default text on dropdown...
Link Posted: 27-Oct-2005 02:40
I have a dropdown field in a flygrid that picks up it's values from a Enum e.g.


Public Enum myYesNo
Yes
No
End Enum


And then I have made the dropdown select 'No' as default e.g.


myYesNo.No


Which is fine, the thing I would like to do is have it display 'Select...' and then when then click on the field the dropdown appears but only showing 'Yes' and 'No'

Is there away to acheive this.

Thanks in advance

Simon
Link Posted: 28-Oct-2005 01:32
In the previous questions, I've answered how to organize column with prompt.
See this topic to organize prompted input for your column.