Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
102 views
Hai
   Is it possible to show full path in textbox in client side ?
i need to select only one file and show in textbox with file name and remove file name in asyncupload control,only show button after select file in client side 

Pls reply asap
 
  Regards 
    Aravind
Peter Filipov
Telerik team
 answered on 11 Jul 2013
1 answer
62 views
while RadSocialShare is loading which takes unusual long time it expands website normally large and browser scrollbars appear. when its loaded its ok but while loading looks a lilttle ugly. how to fix this?
Danail Vasilev
Telerik team
 answered on 11 Jul 2013
3 answers
175 views
hi
i want to have 3 columns in radgrid. 1st column is gridNumericolumn and 2nd and 3th are gridButtonColumn. i want when user clicked on one of button, set a value in numeric cell (for example 600) and when clicked on another button, set another value in numeric cell (example 400) in client side.
help me please.
Princy
Top achievements
Rank 2
 answered on 11 Jul 2013
9 answers
248 views
I am getting this error: Uncaught Sys.InvalidOperationException: Sys.InvalidOperationException: Type Telerik.Web.UI.ExpandDirection has already been registered. The type may be defined multiple times or the script file that defines it may have already been loaded. A possible cause is a change of settings during a partial update.
On all my pages that have the RadTreeView control. Everything was working until I update today through the control panel. Any Ideas?
Bozhidar
Telerik team
 answered on 11 Jul 2013
1 answer
59 views
Hi,
I am using Telerik rad scheduler in my SharePoint 2010 dev project for a school district. Requirement was to build a school scheduler with day view, school week, work week, month and timeline view.

For work week I am using multiday view and all the things are working fine. But I stuck with one things:
My requirement is all the navigation tab should be in the following order: 1. Day view, 2. work week view, 3. week, 4. month and 5. timeline.

But in my case multiday view always coming at the end. I am not able to position it in no 2. Is there a way I can change this default ordering?

Thanks in advance,
Dibyendu
Boyan Dimitrov
Telerik team
 answered on 11 Jul 2013
1 answer
86 views


hello,
I want to custom my appointements (like the attached image).
I tried to create 3 labels in the AppointmentTemplate and to bind them but it's not working.
Any Ideas? Thank you

Kate
Telerik team
 answered on 11 Jul 2013
1 answer
95 views
I have a working demo of RadAutoCompleteBox on a Content page that uses a mater page. As soon as I drag a RadAjaxManager on to the Master page, the autocomplete stops working. I've tested and retested. Stripped the page down to the bared min below and reproduce the error each time. Cannot find any documentation on this. Do you have anything? Thanks.

CONTENT PAGE
Imports System
Imports System.Web.UI.WebControls
Imports System.Data
Imports System.Linq

Public Class testm
    Inherits System.Web.UI.Page

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        Dim suggestions As List(Of String) = New List(Of String)(New String() {"Europe", "America", "Asia", "Africa", "Australia"})
        RadAutoCompleteBox1.DataSource = suggestions
    End Sub

End Class
==============================
MASTER
<body>
    <form id="form1" runat="server">
        <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"></telerik:RadAjaxManager>
        <telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager>
        <asp:ContentPlaceHolder ID="MainContent" runat="server"></asp:ContentPlaceHolder>
     </form>
</body>


Nencho
Telerik team
 answered on 11 Jul 2013
3 answers
129 views
I am having an entity which acts as datasource for the grid. For a column A the datasource is Name.Subject. Now when I aplly sortexpression="Subject" or sortexpression="Name.Subject" it throws an exception "Column name doesnt exist". How to specify the sirtexpression in this case.
Radoslav
Telerik team
 answered on 11 Jul 2013
0 answers
105 views
Hello telerik
I have Implemented a dropdowntree but when ever I click on (+) to expand the tree it get closed. it is working on other page but when I put Dropdowntree in this  Srabon responsive admin template I get the problem and the firebug showing no error.
<asp:SqlDataSource runat="server" ID="SqlDataSource2"
          ConnectionString='<%$ ConnectionStrings:POSConnectionString %>'
          SelectCommand="select category_id,category_name,parent_id from Categories_tbl;"></asp:SqlDataSource>
      <br />
      <telerik:RadDropDownTree ID="RadDropDownTree1" runat="server"  ExpandNodeOnSingleClick="True"
          DataSourceID="SqlDataSource2"
          DataFieldID="category_id"
          DataFieldParentID="parent_id"
          DataTextField="category_name"
          DataValueField="category_id"
          >
          <DropDownSettings Height="140px" />
      </telerik:RadDropDownTree>
Danar
Top achievements
Rank 1
 asked on 11 Jul 2013
3 answers
98 views
Hi,

I m using the radscheduler with WCF service.I had made method call like GetAppointments,Insert,Update and delete from the javascript.In the IE browser everything is working fine.But with chrome its gives an error GetAppointments method failed.In the firefox no method is working.

Please provide me help.

Gaurav Rana  
Plamen
Telerik team
 answered on 11 Jul 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?