Hello,
I am having an issue where I have set a schedule to have no end date, but it does not give us enough occurrences. It gives me only 98. When I look inside the ReccurenceRule object, it looks like it should be giving me more than 98 occurrences. My schedule does have one exception date. I have attached screenshots of my parse rule, list of given occurrences, the pattern, and the range allowed. Is this a bug in Telerik or do I have something set incorrectly?
My parse rule:
{DTSTART:20140109T170000Z
DTEND:20140109T200000Z
RRULE:FREQ=MONTHLY;INTERVAL=1;BYSETPOS=2;BYDAY=TH
EXDATE:20150312T170000Z
}
The scenario:
I have a MasterTableView and it contains one DetailsTable. And the GridTableView contains a button in its CommandItemTemplate section. I want to manipulate that button programatically on its own click. For example, change its caption or visibility when it is clicked by certain user etc.
The markup for the CommandItemTemplate is below:
<CommandItemTemplate>
<div style="padding: 5px 5px; text-align:right" >
<asp:Button ID="btnSaveAction" runat="server" SkinID="Save"
CausesValidation="false" Text='​Save' CommandName="​Save" CommandArgument='<%# Eval("ID") %>' />
</div>
</CommandItemTemplate>​

Hi,
Is there a way to enable groupable: true after a grid was created?
Thks

I have a TreeView and buttons to expand and collapse the tree within an AjaxPanel.
When the Expand or Collapse button is clicked, I call a js function to perform the action. However, there's a slight delay and it looks like nothing is occurring.
I'd like to show the Loading Panel over the TreeView at this time. I've seen the demo to explicitly show the LoadingPanel but that does not seem to be working. In our application, the treeview will either use load on demand or client side loading. I can get the Loading panel to appear for the LOD tree. But when the tree is loading client side, the Loading Panel does not appear. I assume because there is no postback?
How can I get the panel to appear in this case?

I'm using EditItemTemplate. I have included a user control in it.The user control has 2 drop downs. When I click update on the form, I want to retrieve the selected values from these 2 drop downs. How can do this using the ExtractValue method of RadDataFormEditableItem.
Thanks in Advance,
Siddharth Tandon.
The documentation here:
http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/data-binding/model-binding-and-strongly-typed-data-controls-support
gives a Signature for Modelbinding Delete like this.
public void DeleteProduct(int ProductID
)
I tried to implement it, but first I get an ASP.NET error, saying the Method has to allow Reference-Types, because the Grid wants to pass NULL to it.
I changed it to (int? ProductID), the error disappeared, but still the key ID null, although I have specified the
DataKeyNames="ProductID"
Also:
SelectMethod="Select" DeleteMethod="Delete" UpdateMethod ="Update" InsertMethod ="Insert"
Attributes in the RadGrid Tag, sometimes in the MasterTableView Tag, does this make a difference ?
The question is not just on Delete, Update behaves in the same way, saying it hast to be an "int?"
May be I'm mixing up different binding models here ?
Why is Delete(int ProductId) not working ?
Is thery any Switch to say "I want to do Model binding" ?

Can I use the control to upload (by drag and drop) a folder ( folder and all files)?
Thanks
Paolo
Hi all,
How to export RadChart to pdf ?
I have tried and generated pdf but not able to download.
Please help me.
Thanks