Hi,
I currently use the RadRating control to display the % of efficacity of our staff.
Converting my value to % is easy to reflect this in a 5 stars precision. (i.e: 0.95 * 5 will give me 4.7. )
<
telerik:RadRating
ID
=
"RadRating1"
runat
=
"server"
Skin
=
"Office2010Black"
Orientation
=
"Horizontal"
SelectionMode
=
"Continuous"
Precision
=
"Exact"
Value='<%# Convert.ToDouble(Eval("PoucentageEfficacite")) * 5 %>' ReadOnly="true">
</
telerik:RadRating
>
What I'm trying to acheive is: when I hover the stars, the tooltip would show 95% instead of 4.7
I'll continue to look in your documentation if i can find something.
P.S. Is there anyway to set a TotalValue of the RadRating control then when you set the Value, it will auto ajust according to the number of item displayed. It would be a great addition to the control.
Go to online demo http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx
1. When a css class applied to an element, e.g. a link, from the classname dropdown then when this element selected after that, the css class is not displayed in this dropdown. See http://screencast.com/t/xUKA00DUusUr
Is it bug or feature?
2. Is there a way to allow entering any class name which is not listed in this classname dropdown, e.g. "greenText"?
Hello,
I have recently started using custom skins for my Telerik RadGrids. They work fine however on grids that have a GridDateTimeColumn the calendar image that opens the DatePicker doesn't show up and this is an issue as it's the button the user will click on to select the date.
When I inspect element on the standard skin calendar image it has a url to a background which I am assuming is the calendar image. This doesn't exist when I use my custom skin. Have I missed something out whilst setting up my custom skin or is there a way to fix this?
below is the style that is missing on the custom skin that I am assuming is the calendar image?
.RadPicker_Default .rcCalPopup, .RadPicker_Default .rcTimePopup {
background-image: url('/WebResource.axd?d=Qh6WhsuuW-6kH4ezBYTFdGiS4gp8UKjzPCC3VZiLETi5J28Ij0vboGHCidlmMBB7qkGfp42aOGNTbE40sxO0ZOp76hbmGkoNUqWfiUkFFW2IWbPBvTMzQiPhRC7m4zNQ1udZIptvwpjsBr7tvrYvQLsr5JBQyiKDtzBS0Ltm1GA1&t=635761139180000000');
}
the source looks like a Telerik web resource.
Many thanks,
Maggy
Hi,
I have ajaxify the attachment control I created but it doesn't show the loading panel when I click Upload button (postback after selection of files)
Below is the structure:
Attachment Manager page
- Attachment Manager user control
--- Attachment user control
I put RadAjaxManager in Attachment Manager user control:
<
telerik:RadAjaxManager
ID
=
"radAjaxManager"
runat
=
"server"
DefaultLoadingPanelID
=
"radAjaxLoadingPanel"
>
<
AjaxSettings
>
<
telerik:AjaxSetting
AjaxControlID
=
"grdAttach"
>
<
UpdatedControls
>
<
telerik:AjaxUpdatedControl
ControlID
=
"lblErrorMsg"
/>
<
telerik:AjaxUpdatedControl
ControlID
=
"grdAttach"
/>
</
UpdatedControls
>
</
telerik:AjaxSetting
>
<
telerik:AjaxSetting
AjaxControlID
=
"attachmentControl"
>
<
UpdatedControls
>
<
telerik:AjaxUpdatedControl
ControlID
=
"attachmentControl"
/>
<
telerik:AjaxUpdatedControl
ControlID
=
"grdAttach"
/>
</
UpdatedControls
>
</
telerik:AjaxSetting
>
<
telerik:AjaxSetting
AjaxControlID
=
"ddlAttachTo"
>
<
UpdatedControls
>
<
telerik:AjaxUpdatedControl
ControlID
=
"grdAttach"
/>
<
telerik:AjaxUpdatedControl
ControlID
=
"attachmentControl"
/>
</
UpdatedControls
>
</
telerik:AjaxSetting
>
</
AjaxSettings
>
</
telerik:RadAjaxManager
>
<
asp:Panel
runat
=
"server"
ID
=
"pnlControl"
>
<
uc:AttachmentControl
ID
=
"attachmentControl"
runat
=
"server"
InputSize
=
"75"
OnUploadClick
=
"attachmentControl_UploadClick"
/>
</
asp:Panel
>
On my Attachment user control, I put RadAjaxManagerProxy:
<
telerik:RadAjaxManagerProxy
ID
=
"RadAjaxManagerProxy"
runat
=
"server"
>
<
AjaxSettings
>
<
telerik:AjaxSetting
AjaxControlID
=
"btnUpload"
>
<
UpdatedControls
>
<
telerik:AjaxUpdatedControl
ControlID
=
"radUpload"
LoadingPanelID
=
"radAjaxLoadingPanel"
/>
</
UpdatedControls
>
</
telerik:AjaxSetting
>
</
AjaxSettings
>
</
telerik:RadAjaxManagerProxy
>
This is not working and actually not doing a postback but if I remove RadAjaxManagerProxy, it will work but no loading panel will be shown while doing a postback.
Thanks.
I am using a custom Http Handler as described at http://www.telerik.com/forums/radasyncupload-without-temporary-file to upload files directly to a database without using a temporary folder. This is working correctly, however, if the user clicks 'cancel' or 'remove' the file is obviously not removed from my database.
Is there a way to override the cancel and remove operations so I can delete the files from my database?
I've created a new class that inherits from AsyncUploadResult to add a FileID so this should be easy... if I just knew which fuction to override. Thanks!
Hi,
not familiar with telerik. some help will be good.
try to get todat date and display it at center of the web page. under the gridnumberic column,,,, try to replace the headertext with today date....and display it at the center of the row. some advise and example will be appreciated.
<telerik:RadGrid ID="rgSIFull" runat="server" AutoGenerateColumns="False"
Font-Bold="False" Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False" GridLines="None"
CssClass="style1" HorizontalAlign="Center" Skin="" ForeColor="#000000">
<MasterTableView>
<CommandItemSettings ExportToPdfText="Export to Pdf" />
<Columns>
<telerik:GridNumericColumn DataField="Message" HeaderText=""
ReadOnly="True" SortExpression="Message" UniqueName="Message" ItemStyle-CssClass="style1">
<ItemStyle Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False" Wrap="True" Font-Bold="False" />
</telerik:GridNumericColumn>
</Columns>