Hi. I am using Telerik version 2011. I want to assign / change the Headertext. I have used 2 to 3 types. but its not getting work. Please let me know in which event we can assign or set the headertext of column.
I have applied above code in Page_Load event , RadGrid's ItemDataBound Event still column heading not set.
Please help me out in this.
Thanks in advance.
RadGrid1.Columns[0].HeaderText = "Rank";
I have applied above code in Page_Load event , RadGrid's ItemDataBound Event still column heading not set.
Please help me out in this.
Thanks in advance.