Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Event for catching the change in the dropdown-box selection

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

Event for catching the change in the dropdown-box selection
Link Posted: 20-Sep-2006 21:00
Hi,

I want to catch the event, that in a dropdown list another value was selected. I have a flygrid with a DynamicallyAutoDetectDataTypeColumn where I have inserted a stringclass - and so I have a Column with dropdowns.

If I bind the event nodeCellChange to the grid I do not get any notice, i the selection within the dropdown was changed!

Could you please tell me, what I have to do to catch an event of the dropdownlist only if there was changed the selection and especially after the change of the selection? It would also help, if the event will be triggered after any selection made in the dropdown box.

Thank you in advance.

Best regards

msmile
Link Posted: 21-Sep-2006 06:43
See the following topics for the answer on your question and additional code that help you to solve your problem:

1. Get index of selected item in lookuplist column ?
2. HowTo OR Feature Request

Also you look for the usage of following interfaces:
IDropDownService
IDropDownListService