I've basically put in a minimal tooltip on a RadGrid based on this demo:
http://www.telerik.com/community/forums/aspnet-ajax/grid/tooltip-per-radgrid-row-example-http-demos-telerik-com-aspnet-ajax-tooltip-examples-targetcontrolsandajax-defaultcs-aspx.aspx
2 questions.
1. Are the techniques described here still fundamentally sound?
2. I'm binding a RadTextBox to the return from a LinqToSql query. The textbox is in multiline mode. The field it's bound to is set in another screen using the RadEditor. i.e. it's rich text. I was trying to see what would happen if I entered a particularly long string. I'm still testing but apparently sending it a string containing a great deal of HTML markup causes a RadToolTipManager response error = 500.
(This is in part a 'political' question. The powers that be like the RadEditor and how it allows 'colorful' text. In this case I'm wondering if it's a good idea. For that matter I wonder if including a RadEditor in read-only mode in the popup would be practical.)
http://www.telerik.com/community/forums/aspnet-ajax/grid/tooltip-per-radgrid-row-example-http-demos-telerik-com-aspnet-ajax-tooltip-examples-targetcontrolsandajax-defaultcs-aspx.aspx
2 questions.
1. Are the techniques described here still fundamentally sound?
2. I'm binding a RadTextBox to the return from a LinqToSql query. The textbox is in multiline mode. The field it's bound to is set in another screen using the RadEditor. i.e. it's rich text. I was trying to see what would happen if I entered a particularly long string. I'm still testing but apparently sending it a string containing a great deal of HTML markup causes a RadToolTipManager response error = 500.
(This is in part a 'political' question. The powers that be like the RadEditor and how it allows 'colorful' text. In this case I'm wondering if it's a good idea. For that matter I wonder if including a RadEditor in read-only mode in the popup would be practical.)