Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
116 views
I have the following code below. In my codebehind I am trying to find the div 'EditBody1' through the findControl method, but the page never recognizes it. Does anyone have any suggestions in order to find the div?

<

 

telerik:RadEditor runat="server" ID="RadEditor1" >

 

 

<Content>

 

 

<asp:Button ID="btnSubmit2" runat="server" Text="Submit"/>

 

 

<table>

 

 

<tr>

 

 

<td><div id="EditBody1" runat="server" contentEditable="true" unselectable="off">My content area 1</div></td>

 

 

</tr>

 

</table>

 

 

</Content>

 

 

</telerik:RadEditor>

Thank you

Mike

 

Michael
Top achievements
Rank 1
 answered on 14 Dec 2009
3 answers
204 views
Hello,

Is there a way to fix the date headers (Sun, Mon, Tue, etc..) so they align properly in week view? I am using the WebBlue skin and the time column down the left hand side of the calendar throws the alignment off on the day columns. I'm sure I must be missing a property to do this somewhere...

I am using version 2008.1.415.20 of the scheduler.

Thanks for the help.

Peter
Telerik team
 answered on 14 Dec 2009
3 answers
79 views
Hello,
is it possible to make a weekview dateheader a link  and select the correspondent day (DayView)?

Best regards
Bernie

Peter
Telerik team
 answered on 14 Dec 2009
5 answers
107 views
I have all of the functionality for a RadScheduler inside of a user control.  On the page where I'm referencing the user control, I have additional functionality that uses a RegularExpressionValidator. 

While in TimeLineView, I am unable to change to the "Previous" or "Next" day for an appointment that spans multiple days.  Whenever I try to do this, I get redirected to the folder where the usercontrol is located.  If I remove the "RegularExpressionValidator", the functionality works correctly.

This only appears to be an issue with IE 7 and above (ie: FireFox works correctly), and it only occurs when clicking the "Previous" or "Next" buttons for multi-day appointments.  It also only appears to be an issue when the scheduler functionality is encapsulated inside a user control. 

To see an example go to:

http://209.242.61.43:1027/rpm/secure/myportal/portal/client/Test2.aspx

Click on the arrow to the left of the first appointment listed (ie: ID: 13 - Verifying Save works ok).
Theresa Repta
Top achievements
Rank 1
 answered on 14 Dec 2009
1 answer
128 views
Hi,
I am using rad grid version 2008.1.415.20. It doesnt have any GridExporting event.
While exporting data to excel I need to have customized header and footer information which should be added with the grid data.

My actual requirement is, while exporting report I need to send the report header and footer (which will be displayed in UI using a label control) also along with the grid data.
If any one know any information about this, pls share with me. 

Thanks
Daniel
Telerik team
 answered on 14 Dec 2009
8 answers
156 views
is it possible to turn off the display of resource selection?  Basically I would just create a generic resource in my provider or not use them at all.  Thanks!

adam     
Peter
Telerik team
 answered on 14 Dec 2009
3 answers
164 views
Hi,
I put a RadSplitter onto a MasterPage. On the left side there is a navigation menu. If you click on an item of the menu, it will open the content on the right side next to the navigation menu. Now I want to open a link not next to the menu, but I want to redirect to a complete new website.

How can I fix it?

For example:
Login at http://www.afs-software.com/webcrm with user "Peter" and password "Peter". Now you click on "Abmelden" in the navigation-menu. The content is shown in the content area but I want to redirect to http://www.afs-software.com/webcrm/Default.aspx.


Greets Marco
Svetlina Anati
Telerik team
 answered on 14 Dec 2009
1 answer
73 views
Hello,
I'm using the Scheduler from Telerik.
Now I was looking at the website, demo's and documentations how to group items
I get the items from database which is filled with loads of data.
And its possible that one 1 day there are many appointments. If u put too much appointments u don't see anything or only 1 appointment that rules over the others.
So the question is. is it possible to group the items and if u click on it then u can choose an item from the group?
and if its not possible how can I fix this problem? I think maybe write an own class like a collection or something but I don't know where or how to start. Please help me out someone.
Thanx VRC ;)
Peter
Telerik team
 answered on 14 Dec 2009
1 answer
93 views

Hello:

 

We have a RadGrid which is populated dynamically, it has 9 columns. The grid is grouped on 1 column using GroupByExpressions/GridGroupByField.

The header of the grid is actually supposed to display that grouped column, plus sum of 2 other columns with that group. Here is the relevant portion of the code:

<GroupByExpressions>
<telerik:GridGroupByExpression>
<SelectFields>
<telerik:GridGroupByField FieldName="GBF" />
<telerik:GridGroupByField FieldName="S1" Aggregate="Sum" HeaderText=".."/>
<telerik:GridGroupByField FieldName="S2" Aggregate="Sum" HeaderText=".." />
</SelectFields>
<GroupByFields>
<telerik:GridGroupByField FieldName="GBF" />
</GroupByFields>
</telerik:GridGroupByExpression>
</GroupByExpressions>

Now the problem is, these grouped columns are not aligned to their respective top-level headers. Everything appears in a single line (in html output, I see colspan=9).

Is there a way to align GroupBy headers to top-level headers and display blanks in other places.

Thanks in advance .. Rohit Dehar

Iana Tsolova
Telerik team
 answered on 14 Dec 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?