Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
77 views
When I try to modify the start/end time of the entire series of the recurring appointments, it modifies parent appointment's date/time only. So, it modifies the Start/End Date fields of the appointment, which is fine, but the RecurrenceRule remains unchanged.

AppointmentRecurrenceEditor.StartDate = StartDateValue;
AppointmentRecurrenceEditor.EndDate = EndDateValue;
RecurrenceRule rrule = AppointmentRecurrenceEditor.RecurrenceRule;

In the code above, the RecurrenceRule rrule does not reflect the new StartDateValue/EndDateValue from the previous lines. I am using the AdvancedEditTemplate and AdvancedInsertTemplate with a RecurrenceEditor to handle appointments. The code above is used in the AppointmentCommand event handler for the "Update" command. Am I missing something?
Peter
Telerik team
 answered on 01 Oct 2010
2 answers
147 views
Hi,

I am using RadGrid in Radtreeview node template. I have attached RadContextMenu to all the grids in treenode. Now how can i get the access of the grid on which contextmenu displayed in OnItemClick event in .cs.


Thanks
Veli
Telerik team
 answered on 01 Oct 2010
1 answer
98 views
Hi ALL, This i sameer

I am using telerik tree view in DotnetNuke Application. And i am writing NodeClick event in Code behind. This Event NOT Fire in DOtnetNuke Application. Cuz i disign page i wriiten code like this:

<

 

telerik:RadAjaxManager runat="server" ID="radAjax" DefaultLoadingPanelID="RadAjaxLoadingPanel1">

 

 

<AjaxSettings>

 

 

<telerik:AjaxSetting AjaxControlID="RadTreeView1">

 

 

<UpdatedControls>

 

 

<telerik:AjaxUpdatedControl ControlID="RadTreeView1" />

 

</UpdatedControls>

 

 

</telerik:AjaxSetting>

 

 

</AjaxSettings>

 

</

 

telerik:RadAjaxManager>

IF i comment above code then event will work and it'll happen postback with page load status bar.
I want this to be happen witout happen to show status bar.
How to implemt tihs corretly in nodeclick event for treeview controls.

Thanks in Advance

 

Nikolay Tsenkov
Telerik team
 answered on 01 Oct 2010
1 answer
110 views

I have downloaded the trial version of Rad Menu for ASP.NET AJAX for the mega dropdown menu and would like to use the Menu control on our SharePoint 2010 site to check if it works before purchasing.  Is this possible?  If so, are there any instructions on how to add the control to SharePoint 2010?

Thanks!

Peter
Telerik team
 answered on 01 Oct 2010
5 answers
101 views
Hey there,

I am new with Rad controls.I am using a rad grid in which i want to add,Edit and delete items on button clicks outside the grid.Such that the selected row data comes sliding under the grid on clicking Edit after selecting a row.

Could someone help!!
Thanks
Amit.
Shinu
Top achievements
Rank 2
 answered on 01 Oct 2010
1 answer
87 views
Hello,

I was wondering if there is any sample code for using RAd Filter with RAd Grid in sharepoint.
The Scenario is
I need to create search condition based on three columns of the list, once the condition is set in filter it should show results in the RAD Grid.
That means i have to handle all the stuff from code behind. Rather then using the standard demo shown for RAD Filter with RAD Grid.

Thanks,
Govind.
Iana Tsolova
Telerik team
 answered on 01 Oct 2010
1 answer
276 views
Hi Telerik Team,

I got a problem with datepicker. I used date picker as you used in Advanced edit/insert template (Advanced Edit/Insert template).

Problem occurred when i try to open any activity in edit mode and activity end date is some thing like "10/30/2010 12:00:00 AM" and start date "10/29/2010 12:00:00 AM". In this case it opens edit form with end date "10/29/2010" and start date "10/29/2010". In calender tag i set DayStartTime="00:00:00" DayEndTime="23:59:59".

here is the code:
<ul class="rsTimePickers">
    <li class="rsTimePick">
        <label for='<%= StartDate.ClientID %>_dateInput_text'>
            <%= Owner.Localization.AdvancedFrom +":" %></label><%--
         Leaving a newline here will affect the layout, so we use a comment instead.
        --%><telerik:RadDatePicker runat="server" ID="StartDate" CssClass="rsAdvDatePicker"
            Width="83px" Culture='<%# Owner.Culture %>' Skin="Office2007" MinDate="1900-01-01">
            <DatePopupButton Visible="False" />
            <DateInput ID="DateInput1" runat="server" DateFormat='<%# Owner.AdvancedForm.DateFormat %>'
                EmptyMessageStyle-CssClass="riError" EmptyMessage=" " />
        </telerik:RadDatePicker>
        <%--
         
        --%><telerik:RadTimePicker runat="server" Width="70px" ID="StartTime" CssClass="rsAdvTimePicker"
            Culture='<%# Owner.Culture %>' Skin="Office2007" On>
            <DateInput ID="DateInput2" runat="server" EmptyMessageStyle-CssClass="riError" EmptyMessage=" " />
            <TimePopupButton Visible="false" />
            <TimeView ID="TimeView1" runat="server" Columns="4" ShowHeader="false" Interval="00:30" />
        </telerik:RadTimePicker>
    </li>
    <li class="rsTimePick">
        <label for='<%= EndDate.ClientID %>_dateInput_text'>
            <%= Owner.Localization.AdvancedTo +":"%></label><%--
         
        --%><telerik:RadDatePicker runat="server" ID="EndDate" CssClass="rsAdvDatePicker"
            Width="83px" Culture='<%# Owner.Culture %>' MinDate="1900-01-01" Skin="Office2007">
            <DatePopupButton Visible="False" />
            <DateInput ID="DateInput3" runat="server" DateFormat='<%# Owner.AdvancedForm.DateFormat %>'
                EmptyMessageStyle-CssClass="riError" EmptyMessage=" " />
        </telerik:RadDatePicker>
        <%--
         
        --%><telerik:RadTimePicker runat="server" Width="70px" ID="EndTime" CssClass="rsAdvTimePicker"
            Culture='<%# Owner.Culture %>' Skin="Office2007" On>
            <DateInput ID="DateInput4" runat="server" EmptyMessageStyle-CssClass="riError" EmptyMessage=" " />
            <TimePopupButton Visible="false" />
            <TimeView ID="TimeView2" runat="server" Columns="4" ShowHeader="false" Interval="00:30" />
        </telerik:RadTimePicker>
    </li>
    <li class="rsAllDayWrapper" style="display: none;">
        <asp:CheckBox runat="server" ID="AllDayEvent" CssClass="rsAdvChkWrap" Checked="false" />
    </li>
</ul>


Please help me to resolve this issue.

Regards
Manmeet Singh
Dimo
Telerik team
 answered on 01 Oct 2010
4 answers
64 views
Dear Telerik-Team,

in my scenario, I show an aspx page inside a RadWindow in order to update an item of a radgrid. I got the code from your demo located at: http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandwindow/defaultcs.aspx?product=window .

Everything works fine for me but I want to ensure that my aspx-form is only accessible if it is inside the Window. In the current scenario a user could have found out that the page "behind" the window he is shown when he updates an item inside the grid is "myupdateform.aspx" and has a QueryString passed in order to load specific data.

Can I avoid that and ensure that the aspx-page cannot be called directly?

Can I somehow get a reference to the window that contains my form "myupdateform.aspx" and see if it is null (the user has typed the URL directly into the browser without clicking on an item inside the grid) or not null (he has called the window by double clicking an item in the grid?

Do you have an approach for me?

Kind regards,
Marco
Marco Beyer
Top achievements
Rank 1
 answered on 01 Oct 2010
7 answers
100 views
Hi all,

Is it possible to create a bar chart that has groups by a group of series but also stacks with another. For example a series for a breakdown of types of feedback but then a stacked bar series for how many of that type are over due and how many arent.

regards,

Ash
Velin
Telerik team
 answered on 01 Oct 2010
1 answer
30 views
Hi ppl!

I'm driving crazy, I have a Grid, that when in edit mode, i need to get one cells data [Id for the row in the db], for making the RadListBox1_ItemDataBound, that is another cell in the table,where i make a list of items for another db table.
So, why I need that id? because I need to check which items from the RadList are relevant for that specific row.

I hope you can help me... I been hours fighting with this, and I can't find the way!

Please help me!

Greetings
Princy
Top achievements
Rank 2
 answered on 01 Oct 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?