We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon