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

Notification, Window or Tooltip?

1 Answer 59 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Bruno
Top achievements
Rank 1
Bruno asked on 28 Nov 2011, 06:34 PM
Hi all,

I need the following functionality:

I have an aspx simple table with names of departments from a database. The items who have sub-departments have a small icon in the end of their name in the list indicating that there are sub-departments for that department.

When I click that icon, I want to have a list of those sub-departments (from the department) that appears dynamically on the right of the icon, and I want users to be able to choose one of those sub-departments. 

Should I use a Notification control, a Window control or a Tooltip control (or other)?

Thanks,
Bruno

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 29 Nov 2011, 05:22 AM
Hello,

One suggestion is you can use ToolTip. Here is the sample demo of ToolTip.
Grid / Insert with Tooltip

Thanks,
Princy.
Tags
Ajax
Asked by
Bruno
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or