Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
90 views
Hi,

I am wondering if the SPRadScheduler is supported in SharePoint 2013?

If not, any ideas when it will be upgraded?

Thanks,
Boyan Dimitrov
Telerik team
 answered on 06 Mar 2015
1 answer
77 views
Upgrading some of the front end features on my site.

Have chosen to use Telerik to help me with this.So if I had a <ajaxToolkit:ModalPopupExtender I can change this to a Telerik control using <telerik:RadWindow Modal="true" in the same way I can change <ajaxToolkit:AjaxFileUpload to <telerik:RadAsyncUpload 

However, searching online and reading forums I cant find the Telerik equivalent to <ajaxToolkit:DragPanelExtender Does anyone have any idea to what it is?

<ajaxToolkit:DragPanelExtender   
      ID="DragPanelExtender1"  
      runat="server"   
      TargetControlID="ViewUploadImageMain"  
      DragHandleID="Header">  
  </ajaxToolkit:DragPanelExtender> 
Marin Bratanov
Telerik team
 answered on 06 Mar 2015
5 answers
85 views
On the latest version, when I resize the appointment form the top, it will show me a 30 mins earlier than the time I expect.  eg:  resize the appointment from 3:00pm to 2:00pm, but it will end at 1:30pm
Plamen
Telerik team
 answered on 06 Mar 2015
7 answers
726 views
Hello,

I have issue with date format while export to excel the RadGrid,

I have set  ExportSettings-Excel-Format="Biff" format to avoid the warning message while open the excel sheet.

Now i have DateTime column in my RadGrid and i am exporting Radgrid view , but i am not able able change the datetime format while exporting to excel.

The format of DOS, follow up date, appt time and pick up time when exporting to excel (pic 2) should have the same format as in the (pic 1)

For more details please check the attach screen shot.

Let me know if you required more information.

Awaiting for the positive and quick response.

Thanks,
Hiren
Kostadin
Telerik team
 answered on 06 Mar 2015
3 answers
101 views
Hi, I need to have (for a mobile web-app) a menu.
RadNavigation is very easy and nice for this target, but I want a menu with fly-out effect.
(example : http://mobify.github.io/pikabu/)

In the example of RadNavigator (http://demos.telerik.com/aspnet-ajax/navigation/mobile-and-touch-support/responsive-behavior/defaultcs.aspx?product=navigation)
I see that I want.. but isn't the RadNavigation but it's the SkinChhoser.

If is possibile with .js trasform the effect of RadNavigation ?


lupotana
Top achievements
Rank 1
 answered on 06 Mar 2015
2 answers
194 views
Hi all, 

I'm working with Telerik Web UI 2014.2.724.45
My Master Grid has some Sub Grids, but the Expand/Collapse button not show even though the Sub Grids have values

I used IE Developer Tool to view HTML source and found that the "<tr>" has inline style "display: none;" I remove this style then the Sub Grids appears.
Also, as I observed, the Sub Grids have Expand/Collapse button for their Sub Grids (level2). (see attachment)

---------------------------------------------------------------------
PrintableRadGrid inherits RadGrid

<trstk:PrintableRadGrid id="ListRadGrid" AutoGenerateHierarchy="false" AutoGenerateColumns = "false"
     AllowPaging="true" OnItemCreated="ListRadGrid_ItemCreated" OnNeedDataSource="ListRadGrid_NeedDataSource"
     OnDetailTableDataBind="ListRadGrid_DetailTableDataBind" runat="server" Visible="false">
     <MasterTableView NoDetailRecordsText="No records to Display" HierarchyLoadMode="Client"
      PageSize="10" AllowCustomPaging="true" AutoGenerateColumns="false" TableLayout="Auto">
     </MasterTableView>
     <PagerStyle AlwaysVisible="true" />
   </trstk:PrintableRadGrid>

Please help.
Konstantin Dikov
Telerik team
 answered on 06 Mar 2015
3 answers
1.1K+ views
HI ,
        In my Radgrid i have a checkbox column , I binded it with the data

 

 

 

<telerik:GridCheckBoxColumn DataField="IsActive"

HeaderText="IsActive"

SortExpression="IsActive" UniqueName="chkIsActive">

 

</telerik:GridCheckBoxColumn>
In edit mode the check box is in edit mode , but getting the value from the particular checkboxcolumn is the problem.. Please help me to retreive the value from the checkbox on clicking update after editing. Thanks in advance..


I tried this but its not working
aspx.cs
----------

CheckBox

 

chkIsActive = (CheckBox)item.FindControl("chkIsActive");

if

 

(chkIsActive != null)

{

if (chkIsActive.Checked)

isActive =

"1";

else

isActive =

"0";

}
please help me with a code

John
Top achievements
Rank 1
 answered on 05 Mar 2015
1 answer
68 views
Hi,
Is there any way to get the changes that were made to a RadInput control on the client side when the page posts back? For example, I know that a RadTextBox can be set_visible() or enable() on the client side. How can I detect whether the box was visible/hidden or enabled/disabled by the client after the page posts back?
Maria Ilieva
Telerik team
 answered on 05 Mar 2015
2 answers
109 views
I have painted this graph.png (please, find attached) with RadChart component. My problem is that I need to paint Red, Blue, Yellow, Green and then White again or transparent, How can I do it? I only need four colours so I need to paint white solid in my last serie or something like that.
Thanks
Víctor
Top achievements
Rank 1
 answered on 05 Mar 2015
2 answers
109 views
I have an interface with several tabs and a RadMultiPage where all content is loaded so that you don't have to do a postback as you switch tabs.  I have a RadEditor on 3 of the tabs with a custom toolbar (via toolbar file).  The toolbar buttons work on the first editor, but when I click on a button in the second or third, It scrolls me to the top of the page and adds a # to the end of the URL in the browser address bar.

I'm using IE 11.

Any thoughts would be appreciated.

Thank you.
LeBear
Top achievements
Rank 1
 answered on 05 Mar 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?