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

How to detect when one of the grid headers is clicked and the first column of each row is clicked

1 Answer 34 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Herman Gouw
Top achievements
Rank 2
Herman Gouw asked on 18 Nov 2009, 03:57 AM
Hi,

I am currently working on a web application which displays a grid on a screen as shown on http://www.gouw.ws/Telerik/SRA.jpg

I have 2 questions to ask regarding the grid above:

1. When the user clicks on one of the grid headers (i.e. 2010Q1 or 2010Q2 or 2002Q3, ..., 2013Q3 or 2014Q1), the web application will redirect to a new screen passing the string "2010Q1" or "2010Q2" or "2002Q3", ..., "2013Q3" or "2014Q1" on the query string.

Can you please tell me how to implement this (i.e. how to find out when one the grid headers 2010Q1 or 2010Q2 or 2002Q3, ..., 2013Q3 or 2014Q1 has been clicked?

2. When the user clicks the first column of each row (i.e. 15 Jun 2009, 15 Sep 2009, 15 Dec 2009, ..., 15 Sep 2013, 15 Dec 2013), the web application will redirect to another screen passing string "15 Jun 2009", "15 Sep 2009", "15 Dec 2009", ..., "15 Sep 2013", "15 Dec 2013" on the query string..

Can you please tell me how to implement this (i.e. how to detect when one of the first column of each row 15 Jun 200915 Sep 200915 Dec 2009, ..., 15 Sep 201315 Dec 2013 has been clicked and to ignore when the other columns of each row are clicked)?

Thanks & regards,
Herman Gouw
Skype: hermangouw

1 Answer, 1 is accepted

Sort by
0
Herman Gouw
Top achievements
Rank 2
answered on 18 Nov 2009, 05:58 AM
Please ignore this as I have found the solutions to the 2 questions.

Thanks & regards,
Herman Gouw
Tags
Grid
Asked by
Herman Gouw
Top achievements
Rank 2
Answers by
Herman Gouw
Top achievements
Rank 2
Share this question
or