Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
I m working on an WPF-WCF application which is using telerik wpf controls. My problem is that I want to show tooltip on the specified coloumns of RadGridView. Now I have extended the RadGridView Control and added a property on the rowloaded that if property is true, show tooltip. Now I want to find out the control generically from the gridcell and want to set the tooltip at the control (like textblock, checkbox, textbox, label etc.) i m able to find to the control but how to get the content of the CONTROL found generically as i can add new new controls in the grid cells which may not be checked in the code.

Thanks
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900