Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Custom inplace editor - without 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

Custom inplace editor - without dropdown?
Link Posted: 28-Apr-2006 03:57
I have a thirdparty date textbox with it's own dropdown calendar. Is there any way have flygrid use this as the editor when the user clicks in a cell?  It seems all the inplace editor examples use drop downs. I've been able to get it to work in a dropdown by implementing ISupportsCustomDropdown and creating the control in EditInDropdown - but that's not the desired behavior. I'd like the custom control to display *in the cell rect* rather than in a dropdown - and display when the user edits the cell, not when dropped down. Is this possible?

Thank you,
Mark
Link Posted: 28-Apr-2006 04:03
note: The broader issue is our application framework has a number of our own data entry controls that we'd like to re-use in the flygrid as in-place editors without the user having to first hit the dropdown to get to it  (for instance various text formatting controls like social security # control, phone number, etc.).

Thank you,

Mark