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
close icon

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