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


We are using Telerik release   Q2 2013 version. Update panel is not working in Raddock. As suggested by Telerik team in previous post , we successfully implemented Update panel in previous versions of Telerik controls.Now, with this new version, it is not working.
Please look into this..

Thanks
Purojit

Slav
Telerik team
 answered on 26 Jul 2013
1 answer
231 views
Hi,

I want to set Text for TextBox in RadAsyncUpload control (not for Button)

If possible, when databinding i want to set the text for that.

Thank you,

Regards,
AGMRAJA
Hristo Valyavicharski
Telerik team
 answered on 26 Jul 2013
1 answer
52 views
We recently upgraded to the latest version of Telerik and at the same time moved our websites to .net 4.5. Now the Panelbars that we've had in place for years don't seem to be expanding completely leaving the top lines partially covered by the level above. We're just using the Default skin. The problem exists in both Chrome and IE and we've tried it in multiple browser versions. I've attached a screen shot.  Is there a way we can add padding to the top line?

   
Boyan Dimitrov
Telerik team
 answered on 26 Jul 2013
1 answer
75 views
Just wondering what this menu is called. It is boxed in red in the attached image. It appears when clicking the Month Year (July 2013) in the smaller calendar.

Also, what CSS do I use to change the formatting of it? Basically, I just want to change the month and year entries to be black text.

Thanks,
Kerry Wano
Boyan Dimitrov
Telerik team
 answered on 26 Jul 2013
1 answer
309 views
Hi,
I am using Radchart Control for Chart reporting. I am getting error while Loading Radchart Image.One of the Folder which is under the Login is going correct and loading chart successfully but the other one which is outside not working please need help.. Ongoing Project.


Regards.
Petar Kirov
Telerik team
 answered on 26 Jul 2013
1 answer
301 views
Hi there,

Firstly - yes I'm aware support for mobile Safari is shaky at best from googling about before posting this to try and find a solution to my RadGrid woes but well... I've been tasked to fix a part of our system which obviously is not working as it should on iPad from the subject of this post.

Issues: -
  1. As soon as you move your finger(s) to attempt to scroll it actually lifts the whole row in an attempt to drag it seemingly.
  2. The rest of the page starts to incrementally zoom out every moment you keep your finger(s) on the screen after the cell "picks up".

So in summation the only way to scroll currently is using AutoScrollOnDragDrop = true. Which as I'm sure you can understand is a nightmare considering while your trying to do this the screen is zooming out, causing other elements to distort and everything to shifted about...

Ok so, this is the aspx code we currently have for the RadGrid: -

<telerik:RadGrid runat="server" ID="TasksGrid" Width="100%" Height="642px" AutoGenerateColumns="false" AllowPaging="false" AllowFilteringByColumn="false" EnableViewState="false" CssClass="TasksGridClass">
     <GroupPanel Enabled="False">
         <PanelItemsStyle BorderColor="Red" />
     </GroupPanel>
     <MasterTableView ClientDataKeyNames="UniqueId,AllowOpenActivity">
         <GroupByExpressions>
             <telerik:GridGroupByExpression>
                 <SelectFields>
                     <telerik:GridGroupByField FieldName="ResourceName" HeaderText="Resource" />
                 </SelectFields>
 
                 <GroupByFields>
                     <telerik:GridGroupByField FieldName="ResourceName" HeaderText="Resource" />
                 </GroupByFields>
             </telerik:GridGroupByExpression>
         </GroupByExpressions>
 
         <Columns>
             <telerik:GridBoundColumn HeaderText="Tasks" Groupable="False"/>
         </Columns>
 
         <ItemTemplate>
             <%#TaskDisplayInfo.RenderGridRow(Container.DataItem)%>
         </ItemTemplate>
         <CommandItemSettings ExportToPdfText="Export to Pdf"></CommandItemSettings>
     </MasterTableView>
     <GroupingSettings CaseSensitive="False" />
     <ClientSettings AllowRowsDragDrop="False" AllowDragToGroup="False" >
         <Scrolling AllowScroll="true" UseStaticHeaders="true" SaveScrollPosition="true" />
         <Selecting AllowRowSelect="true" />
         <ClientEvents OnRowDblClick="OnTaskGridRowDoubleClick" />
         <Resizing AllowColumnResize="False" />
     </ClientSettings>
 </telerik:RadGrid>1

I've also attempted to add the following snippet found somewhere amongst the RadControl documentation with no joy (called in the init method called onload of the body): -

var touchScroll = false;
function initializeMobile() {
    if (Telerik.Web.UI.TouchScrollExtender._getNeedsScrollExtender() && !touchScroll) {
        touchScroll = new Telerik.Web.UI.TouchScrollExtender('body', { autoScan: true });
        touchScroll.initialize();
    }
}
 
Telerik.Web.UI.TouchScrollExtender._getNeedsScrollExtender = function () {
    return $telerik.isMobileSafari || $telerik.isAndroid;
};


So.... yea. From what I've read it is supposed to be a bit more functional than this so guessing I might be missing something.

Any input appreciated and thanks for reading
Marin
Telerik team
 answered on 26 Jul 2013
1 answer
74 views
Hi,

In the Month View of the RadScheduler I want to center the day of the month. I also want to add in the upper left corner a box with how many appointments for that day are there. 
Attached are two pictures with how is the scheduler now and what's the expected behavior.

Thanks in advance,
Plamen
Telerik team
 answered on 26 Jul 2013
1 answer
111 views
Hi

How can I display folders alone in the radfileexplorer? I want to hide the files from being displayed in the control?

Thanks
Ben.
Shinu
Top achievements
Rank 2
 answered on 26 Jul 2013
1 answer
82 views


Hi, please see attached image.

The radbuttons are rendering goofy in VS2012 design mode but they look OK at run time.. This doesn't happen in VS2010 

Should I not be using the controls in VS2012?

-Kim
Danail Vasilev
Telerik team
 answered on 26 Jul 2013
1 answer
126 views
Hi ,


Could you please explain what is the major difference between ASP.NET AJAX chart and HTML5 based  Chart . Currently we are using Dundas Chart also we using Telerik Controls .Now we need to migrate Dundas to Telerik .Currently we have

Telerik.web.UI.dll - 2008.2.826.20
Telerik.QuickStart.dll-1.0.2827
Telerik.Charting.dll -2.0.4

What we need to do achieve the Bar, Column ,Pie , Stacked Column, Stacked Bar same as dundas . As the reference I could  find Bar, Column ,Pie ,  Stacked Bar but Stacked Column I could not find .so kindly guide me the  exact details of chart and how to achieve this .



Petar Kirov
Telerik team
 answered on 26 Jul 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?