Jump to content

How to make the cursor in a column in an unidbgrid become the shape of a hand?


wangxuebin

Recommended Posts

Wrap text in that column with appropriate CSS style in DataSet.OnGetText event, something like this

 

Value := '<span style="cursor: hand">' + Value + '</span>';

I wrote it from my head, check CSS reference for exact properties.

Link to comment
Share on other sites

  • 2 years later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...