AD
Administrator
Syncfusion Team
October 6, 2004 12:05 PM UTC
First you need to get the current cell. If you are in an event do for example
e.TableControl.CurrentCell.
The CurrentCell has a Renderer. For the Renderer you can then check the Renderer.ControlValue and Renderer.ControlText properties.
Stefan
AD
Administrator
Syncfusion Team
October 6, 2004 02:00 PM UTC
Thanks. It works.
>First you need to get the current cell. If you are in an event do for example
>
>e.TableControl.CurrentCell.
>
>The CurrentCell has a Renderer. For the Renderer you can then check the Renderer.ControlValue and Renderer.ControlText properties.
>
>Stefan
>