Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
74 views
Hi,

I am using vs2008 v3.5 sp1 and telerik ajax controls in my project.  I also have the old rad control set pre ajax.  Running non XP Pro service pack 3.  I also run coderush. 

Very consistenly, visual studio will place 

           &nbsp....

 

in my calendar tags and date inputs.  I am using the pre ajax calendar and date inputs. 

There are a number of posts about this already but no solutions I can find.  All post end with Telerik saying it can not be reporduced on thier end. 

Please let me know what the work around if any is for this. 

Thanks,
Dean

Chris
Top achievements
Rank 1
 answered on 13 Feb 2009
7 answers
163 views
Hi,

I have the following situation in which AjaxPanel is doing full postback at first click.

I'm developing a custom feature for SharePoint 2007 which has inside some webparts. In one of the webparts I have a RadTreeView in an AjaxPanel.
At the first click on a node , it is doing a full postaback after this working fine

Reading the info from an older thread ( http://www.telerik.com/community/forums/thread/b311D-bdktmm.aspx#578016 )

it seems that in my situation, when I have 3 pages (SP master page, feature page and ascx page) the solution is not working.

Do you have some ideas about it?

Regards
Andrei Gosman
Brian O'Halloran
Top achievements
Rank 2
 answered on 13 Feb 2009
10 answers
293 views
I have found a few articles in the KB about multi image upload functionality being available in Q1 prometheus, but I cannot find any examples. Please would you give me an example (preferably in  Q2 code).

Is it possible to use the DialogManager in Q2 to open the image manager as an indipendant dialog?

Regards,
Greg
Tervel
Telerik team
 answered on 13 Feb 2009
6 answers
140 views
Using version 2008.3.1314.35.

If you set TextMode="MultiLine" and Rows="10" then you can't paste text into the control using IE7. It works fine in FireFox.

I believe it has to do with the security settings in IE7 (though I can't figure out which one) because if you move the site into the "Trusted" zone (or, presumably the "Intranet" zone) then it works. It does NOT work if the site is in the "Internet" zone with default security level (Medium-High).
Pavel
Telerik team
 answered on 13 Feb 2009
14 answers
172 views
I am not certain whether this would be for RADSchedule or RADCalendar, so for now I'll start here. I am wanting to develop a calendar that has all the normal properties of a calendar with DayRender modifications. In addition to that though, I need a cell at the end of each week that I can also add items to (totals specifically, but basically any type of "normal" .Net control collection like I can do inside DayRender currently). Is this possible with either RADCalendar or RADSchedule (in it's month view layout)?
Sebastian
Telerik team
 answered on 13 Feb 2009
1 answer
83 views

I have some problems with RadGrid if I wanna use the paging function with AJAX. I got this error message:

The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).


The page i wanna use the grid has a master-page. The controls on this page are ScriptManager, RadAjaxManager, RadCodeBlock and RadScriptCodeBlock. I cannot find any code to add into code-block controls, because there's nothing in aspx file about JavaScript codes.

I only use the codes like <% Response.Write(kategoriHiyerarsi); %>  , but it only writes text and not JS code. I do the same things on seperate page, which has not a master page, and get no error.

Thanks...

 

Nikolay Rusev
Telerik team
 answered on 13 Feb 2009
1 answer
88 views
Hi!

i am using Rad Window to display an other aspx site, this action is fired on a button Click Event. The Problem is when i Click on the button the Window pops up, but display the page in which the button is located. Here is my source code

Ajax Settings

<asp:ScriptManagerProxy ID="SM_Login" runat="server" /> 
<telerik:RadAjaxManagerProxy ID="RAM_Login" runat="server"
<AjaxSettings> 
<telerik:AjaxSetting AjaxControlID="btnRequestAccount"
<UpdatedControls> 
<telerik:AjaxUpdatedControl ControlID="btnRequestAccount" /> 
<telerik:AjaxUpdatedControl ControlID="AccountRequest" /> 
</UpdatedControls> 
</telerik:AjaxSetting> 
</AjaxSettings> 
</telerik:RadAjaxManagerProxy> 

JavaShript Code

<script type="text/javascript"
function ShowRequestAccount() 
    window.radopen("Support.aspx","AccountRequest"); 
    return false;  
</script> 

Window Declaration

 <telerik:RadWindowManager ID="RadWindowManager1" runat="server" Skin="Vista"
        <Windows> 
            <telerik:RadWindow Skin="Vista" ID="AccountRequest" runat="server" Title="Request Account" Height="400px" 
                        Width="300px" Left="150px" ReloadOnShow="true" Modal="true" /> 
        </Windows> 
  </telerik:RadWindowManager> 

Event Registratio

btnRequestAccount.Attributes.Add("onclick","return ShowRequestAccount();"); 
 

I tried to load different websites in my solution none of them werde displayed, when i enter the google url, then it works. Could you please help me to solve this problem.

greetings
Martin



Georgi Tunev
Telerik team
 answered on 13 Feb 2009
6 answers
130 views
I recently upgraded and went back in to one of my projects to update some text.  When I started testing I noticed that one of my TreeViews was no longer clickable - it was just a plain list.  A similar type TreeView on a seperate page continues to behave as expected.

I've seen at least one other post where it sounds like this has happened.  Is there a solution or possible additional bug patch available?
Ged
Top achievements
Rank 1
 answered on 13 Feb 2009
5 answers
170 views
I have a radgrid with <formtemplate>, and 2 buttons save and cancel.

How do I make the save button either run the insert code or the save new code. I'm not using any of the automatice operations as I have to use a dataclass

I have the example ManualInsertUpdateUsingFormTemplate, and it has the following that I cant decypher nor make sense of. 

<

 

asp:Button ID="btnUpdate" Text='<%# (Container as GridItem).OwnerTableView.IsItemInserted ? "Insert" : "Update" %> 

 

runat="server" CommandName='<%# (Container as GridItem).OwnerTableView.IsItemInserted ? "PerformInsert" : "Update" %>'>

 

</asp:Button>

The page has reference to 

<%

@ Register Assembly="RadGrid.Net2" Namespace="Telerik.WebControls" TagPrefix="radG" %>

 

 

 

 

but I dont want to add any extra that I dont need too.

I have also found this, but it still wont work   <%# (Container is GridEditFormInsertItem) ? "PerformInsert" : "Update" %>'

Can anyone offer any help please.

Andy

 

 

 

 

 

 

 

 

 

 

 

Andy Green
Top achievements
Rank 2
 answered on 13 Feb 2009
2 answers
116 views

When I double click on the schedule the text in the schedule disappear

<telerik:RadStyleSheetManager ID="RadStyleSheetManager1" runat="server">

 

 

</telerik:RadStyleSheetManager>

 

 

<telerik:RadScheduler Height ="1200" Width ="1500" ID="RadScheduler1"

 

 

runat="server" Skin="Vista" DataKeyField="ID"

 

 

DataSubjectField="Description" DataMember ="RequestorID"

 

 

DataStartField="Start" DataEndField="End"

 

 

CustomAttributeNames="Description,RequestorID" EnableAdvancedForm="False"

 

 

OnClientAppointmentInserting="OnClientAppointmentInserting" OnClientAppointmentDoubleClick="dblclick"

 

 

FirstDayOfWeek="Monday" HoursPanelTimeFormat="h:mm" LastDayOfWeek="Friday"

 

 

MinutesPerRow="15" NumberOfHoveredRows="1"

 

 

onappointmentinsert="RadScheduler1_AppointmentInsert"

 

 

onnavigationcommand="RadScheduler1_NavigationCommand"

 

 

onnavigationcomplete="RadScheduler1_NavigationComplete"

 

 

ontimeslotcreated="RadScheduler1_TimeSlotCreated1"

 

 

TimeLabelRowSpan="1" ValidationGroup="RadScheduler1"

 

 

OverflowBehavior="Scroll" EnableRecurrenceSupport="False"

 

 

RowHeight="40px"

 

 

StartEditingInAdvancedForm="False" AllowDelete="False">

 

 

<AppointmentTemplate>

 

 

 

<asp:Label runat =server ID="Label1" Visible ="true" Text =<%# Eval("Description")%> ></asp:Label>

 

 

<asp:Label ID="requestorId" Text ="<%# Eval("RequestorID")%>" ></asp:Label>

 

 

 

</AppointmentTemplate>

 

 

<TimelineView NumberOfSlots="4" SlotDuration="15:00:00" />

 

 

 

</telerik:RadScheduler>

 

Sibin
Top achievements
Rank 1
 answered on 13 Feb 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?