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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:14:57+00:00 2026-05-23T10:14:57+00:00

I wanna get client side event for Row double click in Infragistics ultragrid control.

  • 0

I wanna get client side event for Row double click in Infragistics ultragrid control.

A server side event handler “OnDblClick” is available, but I hope there is some way in client side also.

Thanks for any help.

  • 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-05-23T10:14:57+00:00Added an answer on May 23, 2026 at 10:14 am

    This is our working code for CellClickEvents:

    <igtbl:UltraWebGrid ID="ultGridScenario">
    <DisplayLayout>
    <ClientSideEvents DblClickHandler="ultGridScenario_CellDblClick" CellClickHandler="ultGridScenario_CellClickHandler"></ClientSideEvents >   
    </DisplayLayout>
    </igtbl:UltraWebGrid>
    

    added the dblclick handler attribute and value as an example.

     function ultGridScenario_CellClickHandler(gridName, CellID, button) {
        if (button == 0) {
            var grid = igtbl_getGridById(ultGridScenario.ClientID);
            var row = igtbl_getRowById(CellID);
            var rowID = row.Id;
            var rowIndex = rowID.substr(rowID.lastIndexOf("_") + 1, rowID.length - rowID.lastIndexOf("_"));
            var cellIndex = CellID.substr(CellID.lastIndexOf("_") + 1, CellID.length - CellID.lastIndexOf("_"));
            if (cellIndex == 0) {
                return false;
            }
            else {
                if (rowIndex == 7) {
                    ShowScenarioComments(gridName, cellIndex);
                }
                else {
                    return false;
                }
            }
        }
    }
    

    Also when I ask VS2010 for intelli-sense for the ClientSideEvents Tag, I get a long list of events.

    Using Infragistics4 10.2.20102.1011

    Some additional Reference:

    http://blogs.infragistics.com/forums/p/43398/238276.aspx

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

Sidebar

Related Questions

I wanna build a Win32 app of Client/Server (or 3-tier) type with follow features:
I wanna send data from client to server. There are two queues. in client
as you know we can get post field by server side language like php,for
I wanna get the Timedate value from another page using request.querystring and then use
I wanna get the width of browser window. It should contain the width of
Now I have a stack of free time on my hands, I wanna get
I want to get print out invoice but also wanna set margins and page
I wanna add server controls by using javascript. The main purpose of why I
I wanna place two child un-ordered lists side by side. They are having Class
Which options are there to make your 3-Tier System. Client / Common / Server

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.