Hi,
I would like to have a column in my not editable grid with hyperlinks. When the mouse is over the hyperlink (only over the hyperlinked text, not over the whole grid cell) it should be crHandPoint.
I already found http://www.devexpress.com/issue=DQ49908
When the user clicks on the hyperlink (only on the hyperlinked text, not the whole cell) some action should be executed depending on the contents of the cell.
I already found http://www.devexpress.com/issue=B94109
No solution I found in the knowledge base solves my problem, as every of them is about whole cells. My hyperlinked data has very various widths, and I would like to execute code and change the mouse pointer only over the hyperlink itself.
Is there a possibility to achieve this?
How can I find out the width of text in a particular cell?
We have closed this ticket because another page addresses its subject:
Switch the mouse pointer that hovers over cxHyperLinkEdit data cells to crHandPoint
Hello,
You can use TcxGridTableDataCellViewInfo.TextBounds to find a text position.
Attached, is a sample project demonstrating how to accomplish this.
Thanks,
Vlad
great, thank you
You are welcome.