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

Event Handler firing for Link Buttons in RadGrid dynamically

1 Answer 73 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alexis
Top achievements
Rank 1
Alexis asked on 01 Oct 2010, 03:44 PM

I want some sample coding for scenario...

My Requirement is,

  •                     If click on the Name column(Link buttons), then it should fire the (Header_Click) event handler.
  • If I click on the other column(link buttons), then it should fire the (Detail_Click)event handler,

Name

2007

2008

2009

2010

Alexis

100

200

300

400

Bharath

150

200

250

300

Deepak

200

250

300

350

Sangeetha

250

300

350

400





Plz Help me on this regard…. We need this solution on or before coming Sunday(10/03/2010)…

Thanks

Alexis

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 06 Oct 2010, 04:07 PM
Hello Alexis,

In order to achieve your goal, yu can handle the RadGrid ItemCreated event. There you can find the link buttons when the currently created item is the GridHeaderItem and the same for each of the GridDataItem items. You can find more information on how to access controls in the RadGrid items in this article.

I hope this helps.

Greetings,
Iana
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
Alexis
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or