How to get current cell''s display value

in GridGroupingControl, For a lookup column(drop down list), I want to get the current cell''s both display value and code value. How can I do it? TIA!

2 Replies

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 >

Loader.
Up arrow icon