How can I change the cursor when say the mouse runs over a specific column in the datagrid?
Right now im overriding the paint method of a column and drawing a string which looks like a link label (only thing I could work out to try make something look like a link in the datagrid) but I want it so that when the mouse hovers over, its trying to give the closest effect of a linklabel.
Thanks