

| <telerik:RadEditor |
| height="500px" |
| width="700px" |
| ID="PageEditor" |
| Runat="server" |
| HasPermission="True" |
| DocumentManager-DeletePaths="~/uploads/documents/" |
| DocumentManager-UploadPaths="~/uploads/documents/" |
| DocumentManager-ViewPaths="~/uploads/documents/" |
| DocumentManager-MaxUploadFileSize="10485760" |
| FlashManager-DeletePaths="~/uploads/flash/" |
| FlashManager-UploadPaths="~/uploads/flash/" |
| FlashManager-ViewPaths="~/uploads/flash/" |
| FlashManager-MaxUploadFileSize="20971520" |
| ImageManager-DeletePaths="~/uploads/images/" |
| ImageManager-UploadPaths="~/uploads/images/" |
| ImageManager-ViewPaths="~/uploads/images/" |
| MediaManager-DeletePaths="~/uploads/media/" |
| MediaManager-UploadPaths="~/uploads/media/" |
| MediaManager-ViewPaths="~/uploads/media/" |
| MediaManager-SearchPatterns="*.mov,*.avi" |
| TemplateManager-DeletePaths="~/uploads/templates/" |
| TemplateManager-UploadPaths="~/uploads/templates/" |
| TemplateManager-ViewPaths="~/uploads/templates/" |
| MediaManager-MaxUploadFileSize="20971520" |
| ShowHtmlMode="True" |
| OnSubmitClicked="PageEditor_SubmitClicked" |
| ConvertToXhtml="True" |
| CssFiles="~/editor.css" |
| TemplateFilters="*.html" |
| ContentAreaCssFile="editorStyles.css"> |
| <Content> |
| </Content> |
| </telerik:RadEditor> |

_radScheduler.DataSource = dtFinalResult;
_radScheduler.DataKeyField = "FieldID";
_radScheduler.DataSubjectField = "LinkTitle";
_radScheduler.DataStartField = "EventDate";
_radScheduler.DataEndField = "EndDate";
_radScheduler.DataBind();
_radScheduler.TimelineView.GroupBy = "LinkTitle";
_radScheduler.TimelineView.GroupingDirection = GroupingDirection.Vertical;
_radScheduler.TimelineView.HeaderDateFormat = "MMM-dd";
_radScheduler.TimelineView.SlotDuration = TimeSpan.Parse("1.00:00:00");
But in timeline mode i did not get any records. with out the bold lines in the above code i got the records in timeline mode what is the problem i have>
Regards
Vairamuthu