ComboBox cell in group caption row, grid grouping

Hi, How can I get a value changed event for a ComboBox cell which I''ve placed in the group caption bar.

1 Reply

AD Administrator Syncfusion Team April 11, 2005 09:46 AM UTC

Try the TableControlCurrentCellChanged event to see if that is raised for you. To get the changed value, try using e.TableControl.CurrentCell.Renderer.ControlText.

Loader.
Up arrow icon