I'm setting the cell Style of the cell to URL inside the InitializeRow because I only want the cell to be a link in certain cases, but the cell's Editor property is NULL. How do you handle the click event in this case?
Hello jquerijero,
You could use the 'ClickCell' event of the 'WinGrid' control for this. Please take a look at the attached sample and let me know if you need any additional assistance.
Hello,
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
Hi,
I am glad to hear this!
Please feel free to let me know if a question about our tool set comes up on your mind.
I'm fine now. The approached worked. There was actually an odd behavior with the LinkClicked approach (when the grid is refreshed with new data) that forced me to go the route you mentioned.