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

Radgridtemplate Column Header template Control find when buttonn click

1 Answer 49 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Kannadasan
Top achievements
Rank 1
Kannadasan asked on 15 Sep 2010, 07:26 AM
Radgridtemplate Column Header template Control find when buttonn click.I attached screenshot..

with Regrds,
S.Kannadasan

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 15 Sep 2010, 08:31 AM
Hi Kannadasan,

You could reference the header item and use the column UniqueName property to identify the cell of interest:
GridHeaderItem headerItem = RadGrid1.MasterTableView.GetItems(GridItemType.Header)[0] as GridHeaderItem;
 
More information is available here:
http://www.telerik.com/help/aspnet-ajax/grdaccessingcellsandrows.html

Kind regards,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Kannadasan
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or