Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
115 views
Hi,

I want my radgrid to be in edit mode only when i clicks or enters the cell.I am not intented to put textbox or input columns inside the template..Is there any possible way to edit the bound column on click like editting in excel.

Help me
Thnx in advance
Remya
Top achievements
Rank 1
 answered on 09 Mar 2012
1 answer
196 views
Hello,

I have a simple updatepanel and a radnumeric texbox inside it... when the user changes the value and posts back, it is losing its value and displaying the old value.

please test and fix.

thanks.

sathish
Princy
Top achievements
Rank 2
 answered on 09 Mar 2012
2 answers
99 views
RadTimePicker1.TimeView.DataList.DataSource Not Working inside Radgrid template.  Heres my itemdatabound code:
Protected Sub RadGrid1_ItemDataBound(ByVal sender As Object, ByVal e As Telerik.Web.UI.GridItemEventArgs)  
        If TypeOf e.Item Is GridEditFormItem AndAlso e.Item.IsInEditMode Then  
            Dim item As GridEditFormItem = DirectCast(e.Item, GridEditFormItem)  
            
            Dim tmeStart As RadTimePicker = DirectCast(item.FindControl("tmeStart"), RadTimePicker)  
             
 
        Dim arrayList As New ArrayList  
        Dim dte As DateTime = CDate(Now.ToShortDateString)  
        arrayList.Add(dte.AddHours(14))  
        arrayList.Add(dte.AddHours(14).AddMinutes(15))  
        arrayList.Add(dte.AddHours(14).AddMinutes(30))  
        arrayList.Add(dte.AddHours(14).AddMinutes(45))  
 
        arrayList.Add(dte.AddHours(15))  
        arrayList.Add(dte.AddHours(15).AddMinutes(15))  
        arrayList.Add(dte.AddHours(15).AddMinutes(30))  
        arrayList.Add(dte.AddHours(15).AddMinutes(45))  
 
        arrayList.Add(dte.AddHours(16))  
        arrayList.Add(dte.AddHours(16).AddMinutes(15))  
        arrayList.Add(dte.AddHours(16).AddMinutes(30))  
        arrayList.Add(dte.AddHours(16).AddMinutes(45))  
 
        arrayList.Add(dte.AddHours(17))  
        arrayList.Add(dte.AddHours(17).AddMinutes(15))  
        arrayList.Add(dte.AddHours(17).AddMinutes(30))  
        arrayList.Add(dte.AddHours(17).AddMinutes(45))  
 
 
            tmeStart.TimeView.DataList.DataSource = arrayList 
              
 
            
        End If  
    End Sub 
I can do change of time view when timepicker is not inside radgrid template. Is there a way to do this also when timepicker is inside radgrid and using template? Thanks in advance.
Chandrasekhar
Top achievements
Rank 1
 answered on 09 Mar 2012
1 answer
154 views
I'm looking at the online documentation for the scheduler and it looks like it is yet to be updated with the recent changes in the 2012 version that was released recently.

I'm trying to understand how the Time Zone stuff works with the scheduler.

If I am in EST zone, and I set the control to the EST Id, and I create a schedule that should start at 9am EST,
Should the recurrence rule contain the time 9am EST? 
Because the scheduler time zone and the chosen appointment time zone are the same, I would think the timestamps in the recurrence rule wouldn't need to change.

Is there any dependence on the server time that is hosting the scheduler web page?

Just wondering if someone could explain to me the thinking behind the time zone Ids in the scheduler control and the appointment objects and how they relate to one another.


Regards,
towpse
Top achievements
Rank 2
 answered on 08 Mar 2012
1 answer
133 views
Hello Everybody,

I would like to know if it's possible to bind this type of object to the rad menu:

class Parent {
  string name
  int id
  List<child>
}

class child {
  string name
  int id
}

I tried many times without any luck.
Thanks.
Kevin
Top achievements
Rank 2
 answered on 08 Mar 2012
3 answers
128 views
I am working on an internal payroll application.  I have a grid with essentially 25 columns.  The first column is frozen and contains a row description of different pay types.  The other 24 are basically semi-monthly pay periods in a pay plan.  I want to "auto-scroll" the grid horizontally to the current pay period column (it varies when reloading plans ... sometime it may be column #1 ... sometimes #13 ... etc).  If anyone could point me to an example of how to accomplish this, I would greatly appreciate it.

Thanks,
Kevin M. Betts
Lead Microsoft Developer
Kimball Midwest
(not really John Fetherolf)
John Fetherolf
Top achievements
Rank 1
 answered on 08 Mar 2012
2 answers
213 views
In week view when I click a new appointment is created. In the appointment details, I can select a start and end time. No matter what I do only 8am to 5:30pm is available in the start time and end time drop downs (edit appointment dialogue). How do I change this to be all day? (00:00:00 to 23:59:59) 

I tried setting these properties but there was no effect on the edit appointment dialogue:

DayStartTime="00:00:00" DayEndTime="23:59:59" 
WorkDayStartTime="00:00:00" WorkDayEndTime="23:59:59"

I need appointments that pass midnight. say, 10pm to 2am. 
Michael
Top achievements
Rank 1
 answered on 08 Mar 2012
13 answers
281 views

Hi,

This is mahali. I am using radgrid for my application.

In that radgrid i have filter options. While i enter some text in filter textbox with semicolon for search, it showing script error 'Index was out of range'.

Please give any suggestion to avoid these kind of error.

Thanks in advance.

Regards
Mahali.

Pavlina
Telerik team
 answered on 08 Mar 2012
1 answer
202 views
Hi there
We are looking at implementing a combobox with fly outs and would like to know if this is possible to create with telerik (see attached).
The second example is a combobox, with multi-column flyouts. Would we need to combine different solutions to create this scenario?
Any help would be much appreciated.

Regards
Marisa 
Ivana
Telerik team
 answered on 08 Mar 2012
2 answers
193 views
I am trying to make a interactive gantt chart/scheduler and I want users to be able to view the chart at different levels.
Some customers have projects that are two hours long, while others have projects that are two months long.
I want to be able to have the same Timeline but view it with these different columns of time:
1 day per column, 7 Days
1 hour per column, 24 hours
15mins, however many we can fit on the screen at once.
I have days working well, but can quite workout how you would display just the hours in a single day.
Thanks in advance,
Edward
Plamen
Telerik team
 answered on 08 Mar 2012
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?