Telerik Forums
UI for ASP.NET AJAX Forum
14 answers
272 views
I wonder if there is a guideline to substitute GridView with RadGrid in MS DynamicData 4.0?
Daniel
Telerik team
 answered on 11 Jul 2014
4 answers
95 views
hi
when i set ExpandMod= server side for node, one icon show to the node,but the never show when i set expand to Client side.
who to remove this icon?.
Plamen
Telerik team
 answered on 11 Jul 2014
5 answers
933 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
93 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
791 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
101 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
248 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
169 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
81 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
224 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
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?