or


Is there a way that I can conditionally hide a column filter in a RadGrid from the code behind based on the data column name when the RadGrid is set to AutoGenerateColumns="true"?
Example:
I assign a datatable as the RadGrid's datasource. I want to intercept some RadGrid event to see if column "TEST" was added, and if so, then hide the filter for that column in the RadGrid.
Thank you,
-Scott
updateValue:function(d){var c=$get(this._id);var e;var f=c.value;if(c.originalMaxLength){c.maxLength=c.originalMaxLength;}if(typeof(d)=="undefined"){e=c.value;<telerik:RadInputManager runat="server" ID="rim"> <telerik:TextBoxSetting BehaviorID="textRequired"> <Validation IsRequired="true" /> <TargetControls> <telerik:TargetInput ControlID="UserName" /> <telerik:TargetInput ControlID="Password" /> </TargetControls> </telerik:TextBoxSetting></telerik:RadInputManager>