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