<telerik:RadToolBarButton Text="<%$ Resources:AdminLoc, btnAddDailyEquipment %>"ImageUrl="~/Web/Images/Icons/ress_equipement.gif"Group="DailyEquipment" CommandName="AddDailyResource" CommandArgument="DailyEquipment"Value="DailyEquipment" Visible="<%# KeyValueTools.GetActivitekRepentignyDev %>">case "AddDailyResource":<br> $find('<%= RgPanelSummary.ClientID%>').get_masterTableView().fireCommand(args.get_item().get_commandName(), argument);<br> break;
If I have more than one element in my grid. The server-side ItemCommand is fired
But my problem occuring when I have no data in my RadGrid. The server-side called the ItemDataBound (RadGrid), the PageLoad, PageRender, etc. But the ItemCommand is never called. I have this problem for each custom action "Print, DailyEquipement". But If I using a default Radgrid action (DeletedSelected, InitInsert) the ItemCommand is called.
Can I resolve my problem? And If Yes how ?
Thank you and have a good day

Hello
I am looking for a little assistance in developing Facebook like notification counts like the attached image. I have the image displaying properly, just didn't know if there was any functionality built with the menu item to do something like the attached image.
Thanks in advance,
Tom

Hello,
I am using a template form on which I have a dropdown list. Depending on the selection, I need to hide or show a couple of different labels/date pickers. While I can access the dropdown list using the SelectedIndexChanged as follows, can you please help me figure out how I can show/hide the controls? I have found similar questions asked before but have yet to found a clear response. Really appreciate your help as I've put in quite a bit of time figuring this out.
protected void ddDuration_SelectedIndexChanged(object sender, DropDownListEventArgs e)
{
RadDropDownList ddDuration = (RadDropDownList)sender;
sDuration = (string)ddDuration.SelectedValue;
if (sDuration == "0")
{
//Need to show lblStartTime and timeStart, and Hide lblFullDate. dateFull
}
else
{
//Need to show lblFullDate, dateFull and Hide lblStartTime and timeStart.
}
}
<telerik:RadDropDownList Width="16.8em" ID="ddDuration" runat="server" OnSelectedIndexChanged="ddDuration_SelectedIndexChanged"
AutoPostBack="true">
<Items>
<telerik:DropDownListItem Text="Please Select" Value="">
</telerik:DropDownListItem>
<telerik:DropDownListItem Text="Partial" Value="0">
</telerik:DropDownListItem>
<telerik:DropDownListItem Text="Full Day" Value="1">
</telerik:DropDownListItem>
</Items>
</telerik:RadDropDownList>
</td>
</tr>
<tr>
<td>
<asp:Label Font-Bold="true" ID="lblFullDate" runat="server"
Text="FullDay Closure Date: "></asp:Label>
</td>
<td>
<telerik:RadDatePicker ID="dateFull" runat="server" RenderMode="Classic"></telerik:RadDatePicker>
</td>
</tr>
<tr>
<td>
<asp:Label Font-Bold="true" ID="lblStartTime" runat="server"
Text="Partial Closure Start Time: "></asp:Label></td>
<td>
<telerik:RadDateTimePicker Width="21.2em" RenderMode="Classic"
runat="server" ID="timeStart"></telerik:RadDateTimePicker>
</td>
</tr>

Hi all
I have a this problem: I don't find RadToolTip in Telerik.Web.UI client side. I find all other controls but not RadToolTip.
I recivede this error: Telerik.Web.UI.RadToolTip is undefined
Why?
Thank you



Is it possible to download the edited image as pdf into browser.
Thanks.


