AD
Administrator
Syncfusion Team
May 3, 2004 07:03 PM UTC
Sean,
The TableControlCurrentCellShowingDropDownEventArgs has a Inner property which is the original GridCurrentCellShowingDropDownEventArgs. You can set e.Inner.Cancel = true;
That''s how all these TableControl event args are designed. Each of them has the TableControl object that originated the event and the original event args with the details of the event. The Inner property is the original event args you know from GridControlBase.
Stefan
SG
Sean Greer
May 3, 2004 07:07 PM UTC
Okay, I feel kinda silly for not even checking that property. Thanks Stefan.
Sean