HI, I am migrating from RadShceduler control from RadScheduleView for some performance problem. The requirement is to invoke the appointment create event in single click. In scheduler we have the TimeSloteItem which is not in RadScheduleView. I created a control template for timeslotitem and had the inputbindings to invoke the radscheduler appointment create event. I dont know how to achieve this in RadScheduleView. Plz Help... I used the following style.. <Style x:Key="AllDayTimeSlotStyle" TargetType="{x:Type telerik1:TimeSlotItem}"> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="{x:Type telerik1:TimeSlotItem}"> <Grid x:Name="LayoutRoot"> <Grid.InputBindings> <MouseBinding MouseAction="LeftClick" Command="commands:SchedulerCustomCommands.CreateAppointment" CommandParameter="{Binding RelativeSource={RelativeSource Mode=TemplatedParent}}" /> </Grid.InputBindings> . . . . . </ControlTemplate> </Setter.Value> </Setter> </Style>
Jeyakumarbics1
Posts
-
Migration from RadScheduler to RadScheduleView -
AppointmentCreate event in RadScheduleViewHi, I want to invoke the appointment create event in RadScheduleView with mouse single click instead of double click. By default it is invoked in mouse double click. How to get this done? Plz Help? Urgent...
-
Calculating Internet Explorer BandwidthThanks for ur reply..
-
Calculating Internet Explorer BandwidthHi All, I want to calculate the bandwidth used by Internet explorer for each domain(google,yahoo,aol,etc). The number of bytes received and sent for each domain need to be calculated. Solutions can be c# as well as in VC++. Thanks in Advance...
-
How to control over Internet Explorer upload and download events? [modified]Hi All, I want to control over Internet Explorer's upload and download events. Upload and download should happen only for allowed file types. And the file type need to be identified based on the file MIME type. Policy is set for each user. Based on the policy upload and download should happen. Can anybody help me? Sample Policy: Allowed URL: www.gmail.com UPload: jpg,gif,zip,doc Download : rar,xls,doc Allowed URL : www.yahoo.com Upload : .txt Download : .xls Solution can be either in VC++ or C#. Any suggestion is appreciated.
modified on Wednesday, September 16, 2009 7:04 AM
-
How get the post data in the web using API hook?hi all ! i wana get all the post data i am using socket level tracking it takes times. can any one suggest some other techniques Thanks