Gridview PopupBox on MouseOver

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • malav123
    New Member
    • Feb 2008
    • 217

    Gridview PopupBox on MouseOver

    Hi,
    I im using gridview controll and i want to display a popup box when the user mouse overs on particular row and that popupbox will contain the information of that particular row like name,city,phone ,status.... So how can i accomplish this task? please suggest me some way for this....
  • mikeyeli
    New Member
    • Oct 2007
    • 63

    #2
    Originally posted by malav123
    Hi,
    I im using gridview controll and i want to display a popup box when the user mouse overs on particular row and that popupbox will contain the information of that particular row like name,city,phone ,status.... So how can i accomplish this task? please suggest me some way for this....
    is this a web app, or winforms?

    if its web, i think this is a question for the javascript forum, javascript is the only way i can think of achieving such a task. you can try these controls Extjs

    Comment

    • malav123
      New Member
      • Feb 2008
      • 217

      #3
      Originally posted by mikeyeli
      is this a web app, or winforms?

      if its web, i think this is a question for the javascript forum, javascript is the only way i can think of achieving such a task. you can try these controls Extjs


      Hi,
      I am developing website.... i have seen your given link but i didn't get anything from it about the popupbox of gridview...

      Comment

      • mikeyeli
        New Member
        • Oct 2007
        • 63

        #4
        Originally posted by malav123
        Hi,
        I am developing website.... i have seen your given link but i didn't get anything from it about the popupbox of gridview...
        the link i gave has a number of javascript controls that look nice, and can be used for similar purposes.

        anyway, a script that might help you achieve this is here


        this is a good example of a pop - over window, it has running examples a works great. hope this helps you!

        Comment

        • malav123
          New Member
          • Feb 2008
          • 217

          #5
          Originally posted by mikeyeli
          the link i gave has a number of javascript controls that look nice, and can be used for similar purposes.

          anyway, a script that might help you achieve this is here


          this is a good example of a pop - over window, it has running examples a works great. hope this helps you!

          Thanks for given link, i will use this....

          Comment

          Working...