<
telerik:GridCalculatedColumn
HeaderText
=
"Cnv. Price"
UniqueName
=
"ConvertedSoldPrice"
DataType
=
"System.Double"
DataFields
=
"SoldPrice, ConversionRate"
Expression
=
"{0}*{1}"
/>
Hi, I have a problem with IE8: it's impossible to switch to HTML view.
The error is on ScriptResource.axd.
Following some details about the error:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Tue, 26 Jan 2010 16:10:11 UTC
Message: Permission denied
Line: 5251
Char: 1
Code: 0
URI: http://172.30.148.239:81/ScriptResource.axd?d=7PXMeRUGD7WemvP40sRV83MWqfXBxjt-3xudKuVCvaa6JShH8VvYbuuHJPsJQD5Yt9q0mIE6vxYOCHUOSNSRsg2&t=633961254920000000
Telerik version: 2009 Q2
Browser version: IE 8.0.6001.18702
Could you help me?
Thanks
How do you turn off the default tooltip on the button. It is redundant to have the text="Save" and then when you hover over the button you automatically get a tooltip saying the same thing. I have tried to set the Tooltip="" and that doesn't work. If I set the tooltip text to "Save Record", this shows up when the mouse hovers over the button. Suggestions.
<
telerik:RadButton
ID
=
"btnSave"
runat
=
"server"
Text
=
"Save"
Width
=
"100px"
>
</
telerik:RadButton
>
<
ItemTemplate
>
<
asp:Label
ID
=
"CMVPULabel"
runat
=
"server"
Text='<%# Eval("CMVPU") * Eval("Qty") %>'
style="text-align: right"></
asp:Label
>
</
ItemTemplate
>
Hi everyone,
Is there a way to highlight the "full row" of a node? I mean the highlighted node background to fit the entire control width.
The default mode is note text length dependent.
Thanks!