Dear ALL
Please advise me.
My company use telerik tool. I have problem about Radchart.(ASP.NET)
1.How to set color of ChartSeriesItem. Now I can set little different but I need show very different.
2.How to set format value.Ex. 2,506,714.00 to 2,506,714
3.How to stretch YAxis.
Thank you verymuch.
Hi dear Telerik
i want to change default theme (overall shape) and appearance for wizard . is any way or online sample ?
I'm trying to use the Find dialog functionality but keep getting an error:
I created a new ASP.NET project. The RadEditorDialogs directory and files exist on the root of the project.
"Web.config registartation missing! The Telerik dialogs require a HttpHandler registration in the web.config file."
I did you we Smart Tag to add the handler but still not working.
The following is in the web.config:
System.web section
<httpHandlers>
<add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />
<add path="Telerik.Web.UI.DialogHandler.axd" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" />
</httpHandlers>
System.webServer section
<handlers> <add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" />
<add name="Telerik_Web_UI_DialogHandler_aspx" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" />
</handlers>
Any ideas??
I have RadScheduler which shows a TimelineView one day at a time. As its a hotel, they work until 03:00 in the next morning on the same shift.
This means on the TimeLineView, the "Date Header "shows "May 15-May 16" as dates by default for example, because of the 03:00 finish.
Its technically correct of course, but they have requested that I show only the start date to avoid confusion, so just "May 15"
Is there a 'hack' to stop the default timeline-view header showing the end date?
I found a very small glitch.
1. Toggle full screen
2. Finish AJAX spell checker
3. Then full screen icon is not selected even the editor is in full screen mode.
Hi,
I've looked around and tried the Style Builder as well but can't find what I'm looking for, which is the CSS to make the bottom border on the Bootstrap Tab Strip Skin extend all the way to the right instead of stooping after the last tab.
All help appreciated.
Cheers,
J
Hi,
I have a Radgrid within a dataform. When the user click edit on the Dataform I can get the Radgrid to display in Batch edit mode.
But on pressing the Update button on the Dataform, how do I get the values of the edited grid in code behind.
I already use the _ItemUpdating event for the Dataform, and thought I would be able to see the values of the edited grid with EditItems
But it seems not.
Many Thanks for any help
Mark