Hi
I have put in place the DBContentProvider as per following link - http://www.telerik.com/support/code-library/connect-radfileexplorer-or-radeditor-to-a-sql-databse .
I can get the demo example shown in there working absolutely fine. I put this into my application and while the postback upload method works ( with ImageManager.EnableAsyncUpload=false ), when set in AsyncMode it gets as far as uploading the file to temp directly, but then the "Upload" button in the dialog remains as disabled and never allows me to click it.
I am using the very latest version of the DLLs ( Telerik_UI_for_ASP.NET_AJAX_2015_3_1020_Dev_hotfix.zip ). The DBContentProvider demo pages work fine with that.
With Fiddler, I can see a call being made to Telerik.Web.UI.WebResource.axd?type=rau and a response is made as follows:
{"fileInfo":{"FileName":"testfile.jpg","ContentType":"image/jpeg","ContentLength":146413,"DateJson":"2014-03-25T18:20:17.532Z","Index":0}, "metaData":"CS8S/Z0J/b2982DRxDin0BBslA7fI0cWMuWlPu4W3FmiPEsAWR/4iNPSediM81/ju6nCjgbBBl4x7K3JBvqbzisrT6LohPFoCytnaRo6CSbeerhhCjwXw42QKA9by33/7Yt4Z07spEc65GpCjpDI7muG/WyQE1L5+BBS4Ai9DWpOmwUeJT/KM/Zle2ETYBbAKMH2Q/gIBaVzmXo/Mx+iuktc03Dm6rk+J1dZscBrqDmg+6iDFCehh5I+dQb5gj8s32LSVE4qxnetDBvnUm2VHz6BfwXFHZATHA74lNyarPVqwO32X4BI+Ji9etWKWe9OD0Gwo27d3V5XLxXkDKaR1xmX1lncpx780EiB7G/Qc2nPBk+Tb/iyDl3jWXtkaNjFPZB30Jh43OwQQULzqrHVRbjbbdjfhYRD5hPJnUoYQSRL6Be6Fu8xN/WOJsK0wz9SXyl7znMFfNcjujCuhFkiTAVR6HBShN+K6/dE4FLsKMj3oKSuerpjRGVCFBKSuewdiIIAPTf0HLfvno6avil0kZU21dGG/LV48JVNRFVaFx5Q40HfikzrRR4Ayg3vPP6QNq+3nVxIxuuaH15I1ktL+g==" }
I have checked permissions of that folder as best I can and tried giving full permissions for everything. However it would seem to have enough permissions to write into the folder in the first place. I have also tried debugging at all methods in my DBContentPRovider class, but it never gets in there.
Any ideas?
Thanks
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>