Creating a Clickable Table in UI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-06-20
08:29 AM
- last edited on
2024-09-18
03:43 PM
by
Doreena Deng
I want to create such an UI Where a table is displayed and the user is able to make selections by clicking on any row in the table.
Solved! Go to Solution.
- Labels:
-
Discussion
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-06-20 11:26 AM
Hi Amit,
To achieve what you are after you will probably need to research the List Box dialogue item type - SingleSelList / MultiSelList and all the associated DGList functions.
You will also need to check out OnTab items and DGListSetDialItemOnTabField. Using this you can use many different dialogue item types - not just text / icons.
Cheers,
Danny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-06-20 08:35 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-06-20 08:44 AM
There is no need to tag Ralph (or anyone else) personally unless you need to get their specific attention to a post.
If it is just a general question, it is open for anyone to answer.
I am sure Ralph browses this forum when he has the time and if he feels inclined to answer, I am sure he will.
Barry.
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-06-20 11:26 AM
Hi Amit,
To achieve what you are after you will probably need to research the List Box dialogue item type - SingleSelList / MultiSelList and all the associated DGList functions.
You will also need to check out OnTab items and DGListSetDialItemOnTabField. Using this you can use many different dialogue item types - not just text / icons.
Cheers,
Danny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-06-20 12:24 PM
In addition to what Danny wrote, take a look at the example project "DG_Test", specifically code including "DG::SingleSelListBox". The OwnerDrawnListBoxPalette class is one case.
Central Innovation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-06-20 02:40 PM
Thank you Danny, I shall research these right away.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-06-20 02:41 PM
Thank you Ralph. I will go through this Example Right away.