This is a migrated thread and some comments may be shown as answers.

sql data source - accessing data

1 Answer 38 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 1
Richard asked on 18 Aug 2011, 07:32 PM
I have a radscheduler bound to a sqldatasource.  I would like to get access to the data as it is being read into the radscheduler from the sqldatasource.  What I would like to do is change a 'field' value for one of the fields.  I've been searching all over the place for this but have not found any code to do so.

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Richard
Top achievements
Rank 1
answered on 19 Aug 2011, 01:48 PM
Never mind.  I was able to find it. 

I used the 'RadScheduler1_DataBound' event.  Then:

Dim a As Appointment
For Each a In RadScheduler1.Appointments
    'a.Start
    'a.End
Next

As an interative step through the appointment details.  I was able to successfully change there.
Tags
Scheduler
Asked by
Richard
Top achievements
Rank 1
Answers by
Richard
Top achievements
Rank 1
Share this question
or