Hi all,
I am evaluating if the RadScheduler is fit for (our) use.
I have a very simple test project: a radscheduler with minimum plumbing (trivial datasource etc.)
If I set the DayEndTime to "23:40:00" and the MinutesPerRow to "26" I get the error:
"Microsoft JScript runtime error: 'this.cells.0.offsetHeight' is null or not an object"
in the line:
d.each(l.rows,function(){Array.add(n,this.cells[0].offsetHeight);
If I set the value of MinutesPerRow to "25" it does not crash, but 26 or higher and bam...
There are also other settings that crash but I report one here. It is reproducable on my system so it
never does not crash with the 23:40:00, 26 values.
Am I doing something wrong here?
regards,
Johan
<radM:RadMenuItem Text="SelectDate">
<ItemTemplate>
<telerik:RadGrid ID="RadGrid1" runat="server">
</telerik:RadGrid></ItemTemplate>
</radM:RadMenuItem>
How to do the above one in cs page?