Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
77 views
How can I set an indication that on certain days there is days off ( Holidays and such) for a set of TimeSlots?

Thanks,


Peter
Telerik team
 answered on 03 Feb 2009
1 answer
78 views
When I'm trying to bind data, all my schedules are displayed as recurring. Even some RecurrenceRule are null. This is displayed with  recurrence icon with a red line in it.



 

//Load Resources

 

 

ResourceType resourceType = new ResourceType();

 

resourceType.ForeignKeyField =

"UsersID";

 

resourceType.KeyField =

"UsersID";

 

resourceType.Name =

"Devices";

 

resourceType.TextField =

"Name";

 

resourceType.AllowMultipleValues =

true;

 

 

//Load Scheduled Events

 

RadScheduler1.DataKeyField =

"UserScheduleID";

 

RadScheduler1.DataStartField =

"BegDateTime";

 

RadScheduler1.DataEndField =

"EndDateTime";

 

RadScheduler1.DataSubjectField =

"Subject";

 

RadScheduler1.GroupBy =

"Devices";

 

RadScheduler1.DataRecurrenceField =

"RecurrenceRule";

 

RadScheduler1.DataRecurrenceParentKeyField =

"RecurrenceParentId";

 

listOfUserScheduleResources = userScheduleResourceRepository.FetchByUsersID(

Helper.LoadFromSessionAsInt(Helper.SessionKey.SelectedUserID));

 

resourceType.DataSource = listOfUserScheduleResources;

RadScheduler1.ResourceTypes.Add(resourceType);

listOfUserSchedule = userScheduleRepository.FetchByUsersID(

Helper.LoadFromSessionAsInt(Helper.SessionKey.SelectedUserID));

 

RadScheduler1.DataSource = listOfUserSchedule;

RadScheduler1.DataBind();

Peter
Telerik team
 answered on 03 Feb 2009
1 answer
85 views
We are considering writing a Leave Time system using Rad Scheduler.  To do this, we need the ability to run reports that show how much time a person took off in any given range.  If a person creates a recurring event for say 5 days of vacation, a single entry is entered into the database.  How can I get the total time off on a day-by-day basis and total level for that person for a given date range?  We need to be able to do this for payroll purposes, so the reports must be accurate.  We need to be able to check the recurrence rule, as well as any requests that do not use the rule, but use the parentID.

Thanks! 

Peter
Telerik team
 answered on 03 Feb 2009
1 answer
139 views
I am trying to delete an occurrence of an appointment.  This does not seem to work, but if I delete the series, the 

 

AppointmentDelete event is called and the appointment gets deleted.  Not sure why this event would not be called when only one particular occurrence has to be deleted.

Would appreciate if I could get some help with this as well as with the RecurrenceExceptionCreated event?

Thanks.

 

Peter
Telerik team
 answered on 03 Feb 2009
9 answers
277 views
We are using a RadComboBox with the load on demand feature as demoed here:
http://www.telerik.com/demos/aspnet/prometheus/ComboBox/Examples/PopulatingWithData/AutoCompleteSql/DefaultCS.aspx

We have a required field validator associated with this ComboBox.  In the case that a user types in some gibberish and hits "submit", since a valid option was not selected, we would expect the required field validator to fire on the client-side and stop the postback, but this is not the case.

Is there something I'm missing here?
Veselin Vasilev
Telerik team
 answered on 03 Feb 2009
5 answers
156 views
I need to customize the resource header in timelineview (add tooltips to the resource text) but this is being ignored in timeline veiw, which is suprising given that i didnt find any documentation saying this is a non timeline view feature.

how can i customize these headers?
thank you
Peter
Telerik team
 answered on 03 Feb 2009
1 answer
119 views
Hi, is it possible to set the selected tab index and associated pageView page, using client side programming? I cant find much on the site regarding this. Thanks.
Paul
Telerik team
 answered on 03 Feb 2009
4 answers
228 views
Hi, I'm uuterly useless with Javascript but need to access a nested control in a RadPanelBar with it. I have used the following but still it returns a null value.

var myPlaceHolderIR = document.getElementById("<%= RadPanelBar1.FindItemByValue("Step3").FindControl("PlaceHolder_IPRestriction").ClientID %>");

Any help greatly appreciated.



Paul
Telerik team
 answered on 03 Feb 2009
2 answers
327 views
Hi,

I have a RadGrid and the AutoGenerateColumns is set to true.
I am setting the DataSource and binding the Grid. Everything is fine and I can see the result.
My columns are not defined on design time. And I  want to operate on the columns in runtime.

The Question is ,  how can I get the colums names. 

If I type RadGrid.Columns.Count  I receive  0 as value.  Is ther a way to get the Names of the columns.


Thanks in advance






Princy
Top achievements
Rank 2
 answered on 03 Feb 2009
2 answers
276 views
Hello,
        I am wondering if there is a we can disable drag and drop feature of RadDock without compromising the header which contains  title ,Close and Expand/Collapse commands?

Thanks
Saqib
Saqib
Top achievements
Rank 1
 answered on 03 Feb 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?