Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8178957
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T23:53:34+00:00 2026-06-06T23:53:34+00:00

I have a TemplateColumn in my telerik radgird like below : <telerik:GridTemplateColumn FilterControlAltText=Filter TemplateColumn_Commands

  • 0

I have a TemplateColumn in my telerik radgird like below :

<telerik:GridTemplateColumn FilterControlAltText="Filter TemplateColumn_Commands column"
                                HeaderText="Commands" UniqueName="TemplateColumn_Commands"
                                AllowFiltering="False" Display="False">
                                <ItemTemplate>
                                    <asp:LinkButton ID="lbDelete" runat="server" CommandName="Delete" CausesValidation="False"
                                        CssClass="lb">Delete</asp:LinkButton>
                                </ItemTemplate>
                                <HeaderStyle HorizontalAlign="Center" VerticalAlign="Middle" />
                                <ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" />
                            </telerik:GridTemplateColumn>

i want to change display(or visible) property of this column server-side.
which event should i use and how can i do that?
Edit:
there is a button and a textbox and after click on that bottun i checked that text box text and if it be ok i want to change that display(or visible) property of that column(delete acction should be available only for admin with administrator username string)
that button is outside of that grid.

thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T23:53:35+00:00Added an answer on June 6, 2026 at 11:53 pm

    you can do it like below. after binding telerik rad grid in server side code

    grdDemo.DataSource = ds
    grdDemo.DataBind()
    
    grdDemo.MasterTableView.GetColumn("TemplateColumn_Commands").Display = False
    

    it should resolve your issue. happy coding

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

my TemplateColumn In RadGrid (Telerik) is like below : <telerik:GridTemplateColumn FilterControlAltText="Filter TemplateColumn_Benefit" HeaderText="Benefit" UniqueName="TemplateColumn_Benefit"
i have a BooundColumn in my telerik RadGrid like below : <telerik:GridBoundColumn DataField=Status FilterControlAltText=Filter
I have a problem to render column template with Telerik Grid for MVC. I'm
I have a datagrid with linkbutton inside it. <asp:DataGrid id=listDataGrid Runat=server> <Columns> <asp:TemplateColumn HeaderText=Item
Experts, I have JQGrid with custom template column like Edit. the following screen display
A have a razor view with a Telerik MVC grid. The first column has
I have a gridview that looks something like this: <TemplateColumn> <ItemTemplate> <a href='<%#Eval(FilePathUrl)%>'>FileName</a> </ItemTemplate>
I have a column in my grid reserved for commands as follows: .Columns(c =>
I have a DataGrid in ASP.NET 2.0 with the following column in it: <ASP:TEMPLATECOLUMN>
Right now I have a datagrid with a template column as follows: <asp:TemplateColumn> <ItemTemplate>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.