I think this is related to my post here:
http://www.telerik.com/forums/grid-columns-bleed-when-using-bootstrap-theme#PmG5fVVMPku7AAjDa7F2LA
But when using the bootstrap theme, when the pager is longer than the viewport it bleeds and extends past the grid.
See screenshot for what it looks like when there is enough room and when it bleeds.
Hi,
I have 3 questions actually. Dont know the idea of posting it in the same thread is good or not. Please suggest. Below are my questions :
1. How to change the background color of groups (not the group items) based upon groups type user is selecting. Please see screen shot (ColoredGroups.png).
2. I want to define the height or vertical distance of node / groups from the parent nodes or show it horizontally but little below from parent node . Because of an obvious fact that the secretary of the CEO cannot be shown at the same level with other heads reporting to CEO in a real time Organization Chart. Please see LineHeight.png
3. PDF Export, I want to export the chart with titles and legends for groups and group items (customize PDF before exporting). Cannot export the html page using RadExport content because I am showing the RadOrgChart in RadSplitter center pane (fixed pane), left pane (sliding pane) has chart values (Titles and all) and right pane (also sliding pane) shows the tree of elements showing in the chart. I need to export only center page and its has only OrgChart nothing else. The left and right panes are sliding to proivde more space for the OrgChart to view (center pane).
I appreciate your kind help.
Thanks,
Jawwad
Hi
If you load your demo using IE8 from the following URL:
http://demos.telerik.com/aspnet-ajax/splitter/examples/overview/defaultcs.aspx
You will notice a script error, the following:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)
Timestamp: Wed, 28 Oct 2015 11:43:32 UTC
Message: Script error
Line: 0
Char: 0
Code: 0
URI: http://aspnet-scripts.telerikstatic.com/ajaxz/2015.3.930/Splitter/RadSlidingZoneScripts.js
This is due to the following line in your script:
g.style.writingMode="vertical-rl";
Where "vertical-rl" is not a valid value in IE8. If the script is delivered by CDN the error will show as per your site, and the control will still work as intended. However if you don't use CDN, the error occurs and stops all further scripts running, causing the site to stop working. The site I am working is on a private network which will not have access to the CDN, can you provide a work around? Preferably not to download all the script files, manually fix the broken one, and point to the local versions, until you fix it in the next release.
Regards
Mark
Is there a code-behind example of how to apply conditional formatting inside of an ItemTemplate within a RadDataForm?
i.e. if the value of a label is "this", then I will format it to be red.
Hi,
I have a SplineChart displaying a monthly number of customers. Now I'd like to have a tool-tip showing for each month the increase or decrease of customers since previous month.
I've seen this page : http://demos.telerik.com/aspnet-ajax/htmlchart/examples/functionality/clienttemplates/defaultcs.aspx, but since my telerik version is outdated (2012.3.1016.35) I can't use <ClientTemplate> token inside of <TooltipsAppearance> </TooltipsAppearance>.
Instead I used :
<TooltipsAppearance ClientTemplate = "#=dataItem.MonthlyIncrease#" BackgroundColor="Red"> </TooltipsAppearance>
Where MonthlyIncrease is a column of the dataTable binded to my chart. However this isn't working, the tooltip only show the monthly number of customers, not the increase (and the background is still white).
Thank you very much for your help,
Pierre.
Bellow more of my code:
<telerik:RadHtmlChart runat="server" ID ="SplineChartVehiculesSixMois" Skin="Simple" Transistions = "true" ToolTip = "true">
<PlotArea>
<Series>
<telerik:BarSeries>
<TooltipsAppearance ClientTemplate = "#=dataItem.NombreVehi#" BackgroundColor="Red">
</TooltipsAppearance>
</telerik:BarSeries>
</Series>
</PlotArea>
</telerik:RadHtmlChart>
Hi,
I need functionality that can define a appointment with the attendants. Mean I have set a meeting with title 'Meeting with developer' and I have dragged and dropped it in Scheduler and it is working fine I can move that any where But now I need to do that When I go in Day view there I can drag and drop Developers name inside the Appointment like who is going to attend that Meeting and I can remove that developer I have mistakenly dragged that developer.
If you see attached Image it will clear you more.
Please help I am stucking in this for last 4 days and I am not able to even find solution on telerik side as well.
What is the process to play 10 youtube videos one after the othr automatically... ?
Then loop back to number one... ??
Thanks!