GridGroupingControl + Context menu

I have a GridGroupingControl with sevral nested tables. I would like the application to display a context menu which would depend on the table from which the current node is. Does anyone know how I can do it?

1 Reply

AD Administrator Syncfusion Team September 27, 2004 02:43 PM UTC

Hi Ronen, You can handle the TableControlCellClick event. In that event you can get GridTable table = e.TableControl.Table - or - GridTableDescriptor td = e.TableControl.TableDescriptor for that object you could then check td.Name to find out the name. Stefan

Loader.
Up arrow icon