VirtualGrid: Mouse over cell text?

I'm using a virtual grid and created a new cell model to handle our hyperlink cells. We make the cell text for the model underlined and blue.

Now I need to figure out if the mouse is over any portion of the text. That is what I'm stuck on. What can I do to see (on the mouse hover event) if the mouse is actually over a portion of the text? Keep in mind the text can be wrapped, etc... After that I need reflect the above problem with the correct cursor.

NOTE: Since we are using a virtual grid we are not going the route of creating a new LinkLabel control each time the querycellinfo event fires off.

Thanks!
-jv


1 Reply

SR Sri Rajan Syncfusion Team April 24, 2008 06:46 PM UTC

Hi Jeff,

Thank you for your patience.

Here is a minimal sample that shows you “How to change the cursor when mouse is hover the LinkLabel text?”
http://websamples.syncfusion.com/samples/Grid.Windows/F72949/main.htm

Please let me know if this helps.

Best Regards,
Srirajan



Loader.
Up arrow icon