Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooltip/Overlay for datagrid columns for specific data #5466

Open
HansMeiser234 opened this issue Apr 19, 2024 · 1 comment
Open

Tooltip/Overlay for datagrid columns for specific data #5466

HansMeiser234 opened this issue Apr 19, 2024 · 1 comment
Labels
Type: Feature ⚙ Request or idea for a new feature.

Comments

@HansMeiser234
Copy link

Hello,

iam looking for a possibility to show some kind of tooltip while moving mouse over rows of a datagrid.
data in my datagrid are more basic values and i want to show some details specific to the row while mouseover on rows.
I have seen there is a rowoverlay for datagrid but this is showing a static structure and you have to cklick to make things happen. I just want to have a tooltip like control for datagrid.

Is this possible?

Thanks,
Hans

@HansMeiser234 HansMeiser234 added the Type: Feature ⚙ Request or idea for a new feature. label Apr 19, 2024
@stsrki
Copy link
Collaborator

stsrki commented Apr 19, 2024

The row overlay also works on hover, not just on click.

Regarding the tooltip. At the moment we don't have such a feature. You might workaround it by using the DisplayTemplate and placing the content of a cell inside of a Tooltip component.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature ⚙ Request or idea for a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants