Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
126 views

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

 

Vessy
Telerik team
 answered on 28 Oct 2015
5 answers
216 views
hello there,

I have a combo which is filled with some text in latin chars. and combo works fine, searches fine in latin keyboards. but when user have lets say turkish keyboard search functionality messes up. in server side I replace these characters so sql queries are fine. but bombo itself cannot find right items, which is natural.

what I nd to do is somehow replace these characters, especially letter "I" with latin equalevent. meaning:

ı -> i
İ -> I


these 2 characters are really pain. I tried to use keypress event events and other samples in forum but all of these events not working for "replacing" character.

any suggestions ?

 
Bunyamin
Top achievements
Rank 1
 answered on 28 Oct 2015
16 answers
138 views

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.​

Pavlina
Telerik team
 answered on 28 Oct 2015
3 answers
359 views

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 ​horiz​ontally 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

Dimitar
Telerik team
 answered on 28 Oct 2015
1 answer
55 views

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

Vessy
Telerik team
 answered on 28 Oct 2015
1 answer
116 views

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.

Konstantin Dikov
Telerik team
 answered on 28 Oct 2015
3 answers
651 views
Hi,
We recently move into Telerik.Web.UI Ver: 2013.2.611.35 to get some feature in 2013.2.611.35. After deploying this version we getting UniqueName cannot contain spaces in all rad grid. This issue was not there in our previous version 2011.2.915.35.
We know if we remove the space in the uniquename field in all gridview it will fix issue. But it will very difficult to fix all app, since we using rad grid more application.

Is there any other way around to fix this issue, since it seems some backward compatibility missing in the ver. 2013.2.611.35.
It would be highly appreciated if any one help on this.


Eyup
Telerik team
 answered on 28 Oct 2015
1 answer
117 views
in all examples use OData, XML, WCF, you can implement SqlDataReader to fill the component, if so could show an example?
Viktor Tachev
Telerik team
 answered on 28 Oct 2015
2 answers
191 views

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>



 

Danail Vasilev
Telerik team
 answered on 28 Oct 2015
2 answers
70 views
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.
Plamen
Telerik team
 answered on 28 Oct 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?