This is a migrated thread and some comments may be shown as answers.

Hide column from runtime c#

1 Answer 84 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Anjana
Top achievements
Rank 1
Anjana asked on 15 Aug 2013, 04:53 PM
 How to hide autogenerated column in RadTreeList from runtime c#. Please expalin in detail.
I am using ASP.NET 3.5 with Entity Framwork, There are 3 custome column in HTML & about 9 autogenerated from Datasource.

In debug it fetching correct column change visibile property to false, but no effect. Please expalin in deatail.
Further more my _PreRender is not fireing on event. its there in html



edit. I found solution

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 20 Aug 2013, 10:36 AM
Hi Anjana,

I am glad that you have managed to resolve the issue by yourself, however, please note that RadTreeList does not support mixing declarative columns with columns added dynamically at runtime. You should either create all the columns in programmatically, or else define them all in the ASPX file.

Regards,
Eyup
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
TreeList
Asked by
Anjana
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or