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 7779981
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T18:47:18+00:00 2026-06-01T18:47:18+00:00

I was able to get this to work on a Gridview. Ultimately I am

  • 0

I was able to get this to work on a Gridview.
Ultimately I am trying to highlight a row when clicked.
For testing I am using an alert.

Here is the jQuery:

$(document).ready(function() {
  $('#WhiteRow tr').click(function() {
    event.preventDefault();
    alert("white");
  });

Here is the HTML:

<asp:Panel ID="GridViewDrillIntoCell_Panel_All"
     runat="server"
     width="2000px" 
     height="380px"
>
<asp:ListView ID="GridViewDrillIntoCell_All" 
     runat="server" 
     ScrollBars="Vertical"
     ItemPlaceholderID= "myItemPlaceHolder" 
     UseAccessibleHeader="True"
     AutoGenerateColumns="false"
     HeaderStyle-CssClass="HeaderCss2" 
     OnSelectedIndexChanged="GV_Scorecard_Tab1_SelectedIndexChanged"
     OnRowDataBound="GridViewDrillIntoCell_All_RowDataBound"
> 
  <LayoutTemplate> 
    <div id="Listview">
      <table border="0" cellpadding="1">
        <tr id="HeadingRow">
          <th id="hcol1" style="width:50px">Client</th>
        </tr>
        <tr>
          <asp:PlaceHolder ID="myItemPlaceHolder" runat="server">
          </asp:PlaceHolder>
        </tr>
      </table>
    </div>
  </LayoutTemplate>
  <ItemTemplate>
    <tr id="WhiteRow">
      <td id="col1" class="ListViewStyle" style="width:50px"> 
        <%# Eval("LMClient")%>
      </td> 
    </tr> 
  </AlternatingItemTemplate>      
</asp:ListView></asp:Panel> 
  • 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-01T18:47:19+00:00Added an answer on June 1, 2026 at 6:47 pm

    I think your selector is incorrect.

    #WhiteRow tr means select all the tr elements that are within an element with the id of WhiteRow. So you are looking for rows within rows.

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

Sidebar

Related Questions

Has anyone been able to get this to work? http://code.google.com/p/jquery-googlemap/ I only seem to
I am not able to get this to work: template<class Input, class Output, class
So I have been trying to get this to work 2 days and I
So I have been trying for hours to get this to work and I
I am at a loss. I have been trying to get this to work
I was able to get this working is SSRS 2008, but do to the
I need to be able to get all of this information (as text) into
In code: //I know that to get this effect (being able to use it
I know this is simple but I am not able to get it right
I want to be able to get something similar to this.. I want to

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.