
MinutesPerRow
="10"
But it shows only 12,12,12 or 1am , 1am , 1am etc instead of 12:00 am ,12:10am,12:20 am etc
what to get the time in with minutes format. i.e hh:mm .
Thanks and Regards,
sriharsha
| function OnClientAppointmentInserting(sender, eventArgs) { |
| var sTime = escape(eventArgs.get_startTime()); |
| } |
Fri Apr 16 13:00:00 PDT 2010
and passing it to a new url. In the code behind, I am having a problem converting this back into a datetime.On the other hand, if you use <asp:CheckBox inside <ItemTemplate> </ItemTemplate> and if you store the values of true/false or 1/0 as field of type bit in your database, then you can do that as follows:
I'm using the Telerik GridTableView and have the following html:
<code>
<tr>
<td>
Item Type
</td>
<td>
<asp:RadioButtonList ID="rblItemType" RepeatDirection="Horizontal" runat="server" >
<asp:ListItem runat="server" Text="Visible System Wide" Value="1" />
<asp:ListItem runat="server" Text="Invisible System Wide" Value="0" />
</asp:RadioButtonList>
</td>
</tr>
</code>
I would like to set the selectedvalue thru the html as you described above, but didn't work for me. No intellisense was available for the Checked item.
If it didn't work thru the html, I wanted to do it thru the code-behind. Here is the following, but can't seem to get it right.
<code>
RadioButtonList itmtype = e.Item.FindControl("rblItemType") as RadioButtonList; // this has 2 items in the list - 1 & 0
itmtype.SelectedValue = itmtype.Items.FindByValue("the value coming back from the database").ToString();
</code>
I don't know what should be placed in the unbold faced itme above inside the findbyvalue.
I really need some help on this one.....
| <telerik:RadMenu ID="Testing" runat="server" CollapseDelay="60000" > |
| <DefaultGroupSettings RepeatColumns="3" RepeatDirection="Vertical" /> |
| <Items> |
| <telerik:RadMenuItem runat="server" Text="Root RadMenuItem1"> |
| <Items> |
| <telerik:RadMenuItem runat="server" Text="Child RadMenuItem 1" /> |
| <telerik:RadMenuItem runat="server" Text="Child RadMenuItem 2" /> |
| <telerik:RadMenuItem runat="server" Text="Child RadMenuItem 3" /> |
| <telerik:RadMenuItem runat="server" Text="Child RadMenuItem 4" /> |
| <telerik:RadMenuItem runat="server" Text="Child RadMenuItem 5" /> |
| <telerik:RadMenuItem runat="server" Text="Child RadMenuItem 6" /> |
| <telerik:RadMenuItem runat="server" Text="Child RadMenuItem 7" /> |
| <telerik:RadMenuItem runat="server" Text="Child RadMenuItem 8" /> |
| <telerik:RadMenuItem runat="server" Text="Child RadMenuItem 9" /> |
| <telerik:RadMenuItem runat="server" Text="Child RadMenuItem 10" /> |
| </Items> |
| </telerik:RadMenuItem> |
| </Items> |
| </telerik:RadMenu> |