Home - Forums-.NET - FlyGrid.Net (Windows Forms) - A request for a new field type

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

A request for a new field type
Link Posted: 02-Mar-2006 22:54
Hi,

Let's say we have a "codes" field (string).
We want the user to be able to input the code to the cell with two ways:
If he remembers the code by heart he will type it directly to the text field, but if he does'nt (because there are thousands of codes) he will be able to press a small button (with "..." caption for example) located in the field beside the textbox, and there I will open a custom selection form that will help him find the code he needs.

Can you please add that kind of field?

thanks alot,

Oren.
Link Posted: 07-Mar-2006 17:48
This functionality you can do with using Column.EditorStyle = EditStyle.Dialog or EditorStyle.Dropdown/DropDownResizable
or add ButtonColumn next to the edited column and if user needs some helper - click on button corresponded by ButtonColumn.