Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
130 views
Hi

Does numeric textbox support indian currency? Now its showing dollar
Shinu
Top achievements
Rank 2
 answered on 01 Oct 2013
1 answer
334 views
Hi I was able to get the notification working with a single page application.  http://demos.telerik.com/aspnet-ajax/notification/examples/sessiontimeout/defaultcs.aspx

 Works great.  My question is:  I have another application in which I need to implement this functionality, however that application uses multiple browser tabs all tied to the same session.  Is the notification designed to handle this kind of scenario?  If the user is working in one tab I don't want the second tab to timeout automatically and invalidate the session.

Thanks
Marin Bratanov
Telerik team
 answered on 01 Oct 2013
4 answers
101 views
Hello Telerik,

It will be nice and powerful to have a radcontrol which can play video files and stream URL's. Such a control is missing in the radcontrols suite. Hope telerik will come up with one such control like the one available for SL suite. I have a requirement to play some tutorial H.264 video files from project folder.

Henry
Shinu
Top achievements
Rank 2
 answered on 01 Oct 2013
1 answer
95 views
I am using Telerik.Web.UI version 2011.1.315.35, and the default location of the dialog is centered in the browser. I am trying to explicitly specify the startup location. I have seen an example that involved setting the "OnClientLoad" property in the code-in-front (ascx or aspx), but that Javascript method doesn't seem to be being called.

How can I specify the startup location of the dialog?

Thanks,
Scott
Marin Bratanov
Telerik team
 answered on 01 Oct 2013
1 answer
165 views
Hello,

I have a Radgrid where I an creating the columns dynamically on page_load, when databound the data shouws fine except where I created columns bound to a child object which in this case is a list of integers, those columns are created as shown below

for (i = 0; i < weeks; i++)
                   {
                       AddGridColumns(Grid, "ChildList[" + i.ToString() + "]", "HeaderText");
                        
 
                   }

private void AddGridColumns(RadGrid Grid, string DataField,string HeaderText)
        {
              
            GridBoundColumn boundColumn = new GridBoundColumn();
            Grid.MasterTableView.Columns.Add(boundColumn);
            boundColumn.DataField = DataField;
            boundColumn.HeaderText = HeaderText;
            boundColumn.UniqueName = DataField;
   
        }


I have confirmed that the list contains data at the respective indexes and the rest of the columns show data as expected, any help would be appreciated.
Princy
Top achievements
Rank 2
 answered on 01 Oct 2013
1 answer
105 views
I am trying to show a RadScheduler in an XmlHttpPanel and it is not displaying the appointments.  I call DataBind after the DataSource is set.  If I add a call to rebind I get a partial view of the appointments but its just the outline.  I tried setting RegisterWithScriptManager=False and I then get javascript errors.

<telerik:RadXmlHttpPanel ID="radXmlHttpPanel" runat="server" OnServiceRequest="radXmlHttpPanel_OnServiceRequest" RenderMode="Block" EnableClientScriptEvaluation="true" LoadingPanelID="loadingPanelSupervisorHome" >
        <div id="listEmployeeCoverages" runat="server">
            <div id="employeeCoveragesSchedule">
                <telerik:RadScheduler ID="schedulerEmployeeCoverage" runat="server" SelectedView="TimelineView" ReadOnly="True" OverflowBehavior="Expand"
                    OnNavigationComplete="schedulerEmployeeCoverage_OnNavigationComplete"
                    OnNavigationCommand="schedulerEmployeeCoverage_OnNavigationCommand" OnAppointmentDataBound="schedulerEmployeeCoverage_OnAppointmentDataBound"
                    DataKeyField="Detail.Key" DataSubjectField="Subject" DataStartField="Detail.StartDateTime" DataEndField="Detail.StopDateTime">
                    <TimelineView UserSelectable="False" GroupBy="Employee" GroupingDirection="Vertical" ShowInsertArea="False" SlotDuration="01:00:00" ShowDateHeaders="true" ColumnHeaderDateFormat="htt"></TimelineView>
                    <DayView UserSelectable="False"></DayView>
                    <WeekView UserSelectable="False"></WeekView>
                    <MonthView UserSelectable="False"></MonthView>
                </telerik:RadScheduler>
            </div>
        </div>
    </telerik:RadXmlHttpPanel>
Slav
Telerik team
 answered on 01 Oct 2013
8 answers
491 views
I have an asp.net web page with several groups numeric input boxes on it. Each group has a  subtotal box (numeric input) that store a summed value that is calculated through on page javascript. This all functions correctly and displays correct as well. However, when the code behind executes, the subtotal boxes, the ones which get their values from javascript, are treated as if no value was assigned to them. All the other user entered values from the numeric inputs come through just fine.
Vasil
Telerik team
 answered on 01 Oct 2013
1 answer
130 views

Hi..
Is it possible to align a column to right using javascript.someone please help.

Thanks,
Ryann. 
Princy
Top achievements
Rank 2
 answered on 01 Oct 2013
1 answer
80 views
All browsers except Opera maintains the same high, but with the Opera browser is the largest high.
Shinu
Top achievements
Rank 2
 answered on 01 Oct 2013
2 answers
111 views
Hi,

following is my code for drag assignments in Rad Schedular

var lastArgs = null;
var lastContext = null;
var longTouchID = 0;
var menuShown = false;
function longTouch()
{
    longTouchID = 0;
    menuShown = true;
    var scheduler = $find('RadScheduler1');
    var eventArgs = null;
    var target = null;
   
    
        target = scheduler.getAppointmentFromDomElement(lastContext.target);
        eventArgs = new Telerik.Web.UI.SchedulerAppointmentContextMenuEventArgs(target, lastContext);
        MoveAssignments(eventArgs);
    
}

But I am unable to find the next day of the current appointment date
with the use of  eventArgs.get_newStartTime() 

please help me it very impotent and very urgent for our team.

Thanks,


K. R.Murthii
Top achievements
Rank 1
 answered on 01 Oct 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?