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

Not getting GridGroupingControl''s RowBtnTemplate Column from code behind

Hi,

I have a WebUserControl which contains GridGroupingControl. In a GridGroupingControl there is a RowBtnTemplate which
contains Imagebutton control. I am using that image button to go to the next page. Handling it's button click event from page. Sometimes I want to disable that Image button or do not want to show that RowBtnTemplate Column, but i am not getting that Image Button/RowBtnTemplate Column from the page.


Regards


Sateesh.

1 Reply

BM Bharath M Syncfusion Team December 1, 2009 03:19 PM UTC

Hi Sateesh,

Thank you for your interest in Syncfusion products.

To hide the RowBtnTemplate, We suggest you to make corresponding object to null. Refer below code below to achieve this


[CS]

this.GridGroupingControl1.TableDescriptor.RowBtnTemplate = null;


Let me know if you have any queries.

Regards,
Bharath

Loader.
Live Chat Icon For mobile
Up arrow icon