Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
341 views
Hello all, my first post here.

I am using the Telerik controls in my Silverlight application.  I have a combo box with items that have been bound to the control and that appears to be working fine.  When the UI is rendered I see a small square box on that control and when I click on that combo box the top value shown is blank with a checkbox next to it.  I would like the combo box to not have any small box on the control itself and I would like to only show checkboxes, when interacting with the control, that have values.

I have posted my code below and attached a couple of photos to show the issue.

<telerik:RadComboBox.ItemTemplate>
  <DataTemplate>
    <Checkbox IsChecked="{Binding}" Content="{Binding}" />
  </DataTemplate>
</telerik:RadComboBox.ItemTemplate>



Kalin
Telerik team
 answered on 11 Jul 2014
3 answers
165 views
Hi - I apologize if this has been answered elsewhere, but I couldn't find it anywhere. Our application uses a number of different rad input types (masked text box, numeric text box, date text box, etc), which has been great for client-side validation and formatting (in the case of the masked text box) . Now we are trying to make those devices work with HTML5 input types, and that's become a stumbling block. I found this page: http://www.telerik.com/products/aspnet-ajax/input.aspx which discusses some of what I was looking for, like numeric text boxes and HTML5 input types, but not together. I've searched for this topic, and not found anything super new. Most things are older and they say that the RadNumericTextbox does not support HTML5, which was surprising to me. I'm hoping that I've just missed the way to do this, and someone can steer me in the right direction. Otherwise it sounds like I'm probably stuck using RadTextbox controls, and something like JQuery to do the client-side validation and formatting. Am I just missing something?

Thanks in advance!
Viktor Tachev
Telerik team
 answered on 11 Jul 2014
1 answer
259 views
Hi,

I am having multiple RadGrid on the same page , however, there are not related to each other and each one loads with a different button event. Basically I do use one AjaxManager and one Ajax Loading Panel on the page. To be able to use this Loading Panel for another grid on the same page, the following approach is correct ?
Does it mean for each RadGrid there must be another indicated Ajax Loading Panel ?

01.<telerik:RadScriptManager runat="server" ID="RadScriptManager1" />
02.        <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" RequestQueueSize="5">
03.            <AjaxSettings>
04.                <telerik:AjaxSetting AjaxControlID="RadGrid1">
05.                    <UpdatedControls>
06.                        <telerik:AjaxUpdatedControl ControlID="RadGrid1" LoadingPanelID="RadAjaxLoadingPanel1" />
07.                    </UpdatedControls>
08.                </telerik:AjaxSetting>
09.                <telerik:AjaxSetting AjaxControlID="RadGrid2">
10.                    <UpdatedControls>
11.                        <telerik:AjaxUpdatedControl ControlID="RadGrid2" LoadingPanelID="RadAjaxLoadingPanel2" />
12.                    </UpdatedControls>
13.                </telerik:AjaxSetting>
14.            </AjaxSettings>
15.            <%--<ClientEvents OnRequestStart="RequestStart" OnResponseEnd="ResponseEnd" />--%>
16.        </telerik:RadAjaxManager>
17.        <telerik:RadAjaxLoadingPanel runat="server" ID="RadAjaxLoadingPanel1" Skin="Default" />
18.        <telerik:RadAjaxLoadingPanel runat="server" ID="RadAjaxLoadingPanel2" Skin="Default" />

Thank you 
Shinu
Top achievements
Rank 2
 answered on 11 Jul 2014
1 answer
109 views
Hi,

We are having a strange problem.

We have approximately 50 users, most of which are OK.

Some though, are having the RadEditor render without the CSS Stylesheet we have included, but only some of the time.

If they open a new tab, or a new window in IE, it works fine.

Looking through the Network Traffic in IE, you can clearly see that one of the WebResource.axd CSS files are not rendered, and then the one which we have specified to set the styling on the Editor within the control using the EditorCssFile, just do not load at all. No 404 or 500 errors, nothing.

Users that work and don't work are on the exact same machines, same OS, same version of IE. We have tried resetting IE back to factor defaults. 

Can anyone shed any light on this?

Thanks
Ianko
Telerik team
 answered on 11 Jul 2014
1 answer
162 views
Hi

I work on a development team and we have been using TFS to share our code. We have licenses for development with ASP.NET ajax and Kendo UI. I saw that there were some issues with some controls (found posts informing about them, for example menu issues with dropdowns in the same page, not able to use ITEMS.INSERT method on dropdownlists, etc-) and I decided to upgrade my telerik by using the green telerik window that appears on my visual studio when I open my project. I upgraded to UI for ASP.NET AJAX, v.2014.1.403.40 (Trial). My project was updated to this trial version but of course from time to time trial messages appear on each of my telerik controls when the project is running. I would like to know the easiest way to put back again my developer license on the project to remove those messages.  

I was not in charge of setting the initial license on the project and I just want to follow the steps you could provide me to remove those trial messages.

Thanks in advance for your help

Regards
Oscar
Marin Bratanov
Telerik team
 answered on 11 Jul 2014
2 answers
111 views
Hi,


I have noticed some strange behaviour.  I have a page which contains RadSpliteer
control.  This splits the page into 3
columns.

In the left column I have a grid control

Everything works fine up until the point the page reloads,
then for some reason the entire control Radsplitter) very brief moves on the page,
only by a few pixels but enough to notice, then straight after this it settles
back In its original place?

Any ideas what could be causing this behaviour and how it
can be fixed.

Andy
Top achievements
Rank 1
 answered on 11 Jul 2014
3 answers
123 views
I do not want to use a keyboard shortcut. How can I set the non-use would be appreciated.
Princy
Top achievements
Rank 2
 answered on 11 Jul 2014
1 answer
68 views
I am using various charts on my site and all works well in modern browsers.  When I test using IE development tools and emulate IE 8 all my charts won't render at all.  Do I need to explicitly include certain js files to make it render in  IE 8? 

The errors i'm seeing in the IE development tools console is:

Warning: KendoUI DataViz cannot render. Possible causes:<br>- The browser does not support SVG, VML and Canvas. User agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3; .NET4.0E)<br>- The kendo.dataviz.(svg|vml|canvas).js scripts are not loaded
Stamo Gochev
Telerik team
 answered on 11 Jul 2014
1 answer
114 views
I have checked and tried the suggestion in forum thread http://www.telerik.com/forums/how-to-cancal-file-uplading-if-the-file-size-is-zero where it suggests catching the filesize in the OnFileUploaded event. However, I'm finding that the event does not get fired for a 0 length file. We're using version 2014.1.225.0.

Thanks
Princy
Top achievements
Rank 2
 answered on 11 Jul 2014
1 answer
107 views
I have a radpanel Bar. Inside the rad panel bar I have Dnn Label . I added Help Text to it. When I mouse over on the help Icon the 1st help text is going behind the radpanel bar and not being visible at all. This is happening is Dnn7 (In Dnn6 it is fine)

I tried adding Z-index and Position:relative attributes that did not help.

Ianko
Telerik team
 answered on 11 Jul 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?