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

GLC - Hidden column value

My Grid List control has three columns. I am hiding the third one with the following code.

glcProducers.Grid.HideCols(3) = True

But how do I access it's contents.

1 Reply

AD Administrator Syncfusion Team January 15, 2007 08:12 PM UTC

Hi Sreeni,

Thank you for being patience.

You can use the following code snippet to access the contents of the column 3 programmatically. Please try it and let us know if you need any further assistance.

>>>>>>>>>Code Snippet<<<<<<<<<<<
glcProducers.Grid[rowIndex,3].Text;
>>>>>>>>>>>>><<<<<<<<<<<<<<

Have a nice day.

Best regards,
Madhan

Loader.
Live Chat Icon For mobile
Up arrow icon