Hi there,
I have written a component that
resides within a column of a RadGridView. Based on the provided source
code, I need the cell events like CellBeginEdit
, CellEndEdit
, and CellValueChanged
in the RadGridView to be handled intelligently and reliably for columns of the AdvancedRadMultiColumnComboPlus
type.
In other words, how can I get events like CellBeginEdit
, CellEndEdit
, and CellValueChanged
to fire for columns of the AdvancedRadMultiColumnComboPlus
type?
Please guide me.
Thank you.