Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
941 views
 I have a web page that appears to work but on the login page the radbutton does not display correctly.

  <location path="Telerik.Web.UI.WebResource.axd">
      <system.web>
          <authorization>
              <allow users="*"/>
          </authorization>
      </system.web>
  </location>
<system.web>
      <authorization>
          <deny users="?"/>
      </authorization>
  </system.web>

When I run the app from visual studio I get the error
JavaScript critical error at line 2, column 1 in http://localhost:49582/Account/Login\n\nSCRIPT1002: Syntax error

The issue seems to be with the WebResources intellisenece says there is no resource at the location.  Is there a new location I should be pointing to?
Or do I need to implicitly deny  resources rather than a blanket deny and the implicit allows?


Plamen
Telerik team
 answered on 11 Jul 2014
1 answer
95 views
We have telerik corporate version at work. For a project I'd like to use the radScheduler to schedule some windows services. I couldn't find in demo site any Event associated to reminder. I see that a popup is coming up , then we have 2 events cancel & snooze event. Is there any way to add an event instead of the popup in order for me accomplish our tasks? otherwise i have to browse sql server to find all event due then do my code. We have the source code at work, and we can adapt the interface. Thanks in advance and I like the UI.
Plamen
Telerik team
 answered on 11 Jul 2014
5 answers
810 views
function pageLoad()  {  
    var grid = $find("RadGrid1");  
    var columns = grid.get_masterTableView().get_columns();  
    for (var i = 0; i < columns.length; i++) {  
        columns[i].resizeToFit();  
    }  
}

I wanted to set the columns sizes on the client programmatically.  The above code found on the forum works great. However, I have a case where one of my columns sometimes has data that might cause some incredibly large width (say > 1000 px). Is there some way to put a max column width? I've debug inspected the columns[i] in the loop hoping to see a width property or method and then reset it if is over my desired max value.

Thanks for your help.
Shinu
Top achievements
Rank 2
 answered on 11 Jul 2014
3 answers
102 views
Hi All,

I have a requirement to export some data (which is completely different from radgrid's columns) into excel sheet when user clicks on radgrid's export to excel command button.   I am able to create new worksheet with required data.  How to remove default worksheet created by radgrid's columns ?

Thanks in advance
Gafoor.
9000999309
gafoor
Top achievements
Rank 1
 answered on 11 Jul 2014
5 answers
253 views
Hi All,

I have a requirement to export some data (which is completely different from radgrid's columns) into excel sheet when user clicks on radgrid's export to excel command button.   I am able to create new worksheet with required data.  How to remove default worksheet created by radgrid's columns ?

Thanks in advance
Gafoor.
9000999309
gafoor
Top achievements
Rank 1
 answered on 11 Jul 2014
1 answer
177 views
Hi,

I am testing the RadHtmlCharts and so far so good.

However, on the X axis i would like to show the hour in the format e.g. 01:00 - 02:00 rather than just showing 01:00 e.g.

Could someone please advise how i can accomplish this.

Attached please find the example chart i am currently using.

Thanks

Tommy
Shinu
Top achievements
Rank 2
 answered on 11 Jul 2014
1 answer
85 views
We recently upgraded our Telerik controls to version Q1 2014 and are now having some trouble with stripping Word 2007 formatting under IE10.  You can see the problem on the Telerik demo page (http://demos.telerik.com/aspnet-ajax/editor/examples/cleaningwordformatting/defaultcs.aspx).  When I paste in some text from Word 2007 into the editor loaded on IE 10 with MSWordConvertAll I get this:

<span><strong><em><span style="font-size: 10pt; font-family: 'Verdana','sans-serif'; color: #4f81bd;"><w:Sdt id="-254595406" title="Show Link" DocPart="B1FE264F85054FCB889BE45DC801997A"><span style="font-size: 10pt; font-family: 'Verdana','sans-serif';">inconsequential, toe fractures that are improperly managed can lead to significant pain and disability. Treatment is generally straightforward, with excellent outcomes. <w:Sdt id="-254595406" title="Show Link" DocPart="07A86A9329474E549AD4270D9993B428">(<w:sdtPr></w:sdtPr><w:Sdt id="-254595403" DocPart="07A86A9329474E549AD4270D9993B428"><a href="http://localhost:4342/Graphic/Preview.aspx?graphicId=51289" title="Subacute or chronic weakness" target="_utdGraphicPreview"><span style="color: #0000ff;">algorithm 1</span></a><w:sdtPr></w:sdtPr><w:Sdt id="-254595399" DocPart="7D6DB96CCC274B7ABDF60C3ED5A7FD04" SdtTag="51289" ShowingPlcHdr="t"></w:Sdt></w:Sdt>)</w:Sdt></span></w:Sdt></span></em></strong></span>

As you can see, while the raw text is okay, the Word content controls are no longer converted, which is causing some trouble for our OnPaste handler.  Is there a setting I'm missing or is this a regression, or is this combination of Word 2007/IE 10 no longer supported?

Thanks,
David
Ianko
Telerik team
 answered on 11 Jul 2014
10 answers
230 views
Hi all.

I have 2 trigger controls on my page but only on is set to visible at a time.

If I disable on control on the page the Ajax breaks.

Is it possible to progamatically disable the appropriate AjaxSetting, or how do I add multiple UpdatedCongtrols at runtime.

​ <telerik:AjaxSetting AjaxControlID="ddlLocation">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="ddlSpecialty"/>
<telerik:AjaxUpdatedControl ControlID="ltlCapacity"/>
<telerik:AjaxUpdatedControl ControlID="rdDashboard"/>
</UpdatedControls>
</telerik:AjaxSetting>

<telerik:AjaxSetting AjaxControlID="ddlMyLocations">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="ddlSpecialty"/>
<telerik:AjaxUpdatedControl ControlID="ltlCapacity"/>
<telerik:AjaxUpdatedControl ControlID="rdDashboard" />
</UpdatedControls>
</telerik:AjaxSetting>


Only one either ddlLocation or ddlMyLocation is set to visible on my page at a time.

Andy

Maria Ilieva
Telerik team
 answered on 11 Jul 2014
3 answers
348 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
167 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?