Hi, i want to show a 7 days dayview control on my webform. now i want select a hour ( or select a range of hours (like from 10:00 to 111:30) ) and call my own custom add appointment screen. how can i handle this . currently i use v10 vol.2 framework 4.0.when i now save the data in my sql server database, can i use the
GenericDataProvider To DataSet
samples to bind the data to my day/week/month view?thanks martin
Hello Martin,
There is online sample about Binding Generic DataProvider to DataSet:
http://samples.infragistics.com/2010.2/WebFeatureBrowser/contents.aspx?showCode=true&t=WebSchedule/WebSchedule_GenericDataProvider_DataSet.aspx~srcview.aspx?path=~srcview.aspx?path=WebSchedule/WebSchedule_GenericDataProvider_DataSet.src
Please let me know if you need further assistance.
hi Georgieva, thanks for your reply, with the custom dataset it works. But could you help me to inplement a custom add appointment dialog. where i have my own data.
thanks