Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
102 views
Hi,
I am evaluating RadControls and so far I'm very impressed.  During testing, I found the following problem.  Here's my combo box control:

<

 

telerik:RadComboBox ID="fruit" AllowCustomText="true" runat="server" Width="200px"

 

 

        Height="200px" EmptyMessage="Type to create new route"

 

 

        EnableLoadOnDemand="true" Filter="Contains">

 

 

    <WebServiceSettings Method="GetFruitNames" Path="fruits.asmx" />

 

 

</telerik:RadComboBox>

 


The combo box has the following two items:

item1 name: apples
item1 value: [1,1]

item2 name: apples and oranges
item2 value: [1,1]

If I type in "apples", these two items are displayed as expected.  However, if I select "apples and oranges" and then click outside of the combo box, the selected item will change to "apples".

Is this behavior by design?  Thank you in advance for your help.

Len
Veselin Vasilev
Telerik team
 answered on 12 May 2009
1 answer
91 views
Hello, in trying to have a sql table on the backend (named like 'tblAppointmentDefaults') that holds predefined appointments as the defaults for newly created appointments on the calendar (in automating this instead of the front end user having to manually enter in through the calendar)...say we had as an example an entry in this default talbe for an appointment that will always be created on the calendar to occur on June 1, 2009 from 8am up until before noon of that one day with no recurrences would the string need to be changed like from:

DTSTART:20090601T080000Z
DTEND:20090601T115959Z
RRULE:FREQ=WEEKLY;UNTIL=99991231T235959Z;INTERVAL=1;BYDAY=MO


to the following?:

DTSTART:20090601T080000Z
DTEND:20090601T115959Z


...in basically removing the entire text in the 3rd line that starts with 'RRULE:'?


And also since this 'tblAppointmentDefaults' can have other entries where they do have recurrences would the syntax in c# to check this be something like:

if IsNull(Temp_Default_Recurrence_Rule.HasOccurrences)
    // then use and insert into main appointment table...
    ...
else
    // do the recurrence string parsing and manipulations before inserting into main table...
    ...


Please excuse if I'm a bit off on things as I'm novice to c# and radscheduler.  Thanks in advance.

Peter
Telerik team
 answered on 12 May 2009
6 answers
170 views
Hello


I need a small scheduler on a very busy homepage with loads of other things on it.
I cannot make it smaller than 450px wide and  400px high without scrollbars showing.
I tried to resise the cells with css

.RadScheduler

 

.rsMonthView td.rsCell

 

{

 

height: 15px !important; /* controls container height */

 

}

Still, it is quite big.
Is it possible to make this control quite small, like 350 px wide?

Thanks

Kati

Peter
Telerik team
 answered on 12 May 2009
1 answer
96 views
I got a radgrid which include name,surname and salary information of employees I want to export it to pdf when I export it to pdf, the report includes only column names and grid information but I have to include also our company logo in the middle our address at the bottom and some legal information as well, how can I make those kind of formatting. All help will be apreciated and sorry for my pidgeon english.
Shinu
Top achievements
Rank 2
 answered on 12 May 2009
3 answers
151 views
I would like to enable and disable showing resources much the same way you do in this demo:
http://demos.telerik.com/aspnet-ajax/scheduler/examples/resources/defaultcs.aspx

However, you staticly list the 3 resources in this demo and check against them.
For my purposes, I have made a checkboxlist that shows all the resources and has the resource's keyfield bound to it.
I can't seem to weave this into a usable filter using the code associated with this demo, any suggestions?

Chris
Peter
Telerik team
 answered on 12 May 2009
1 answer
97 views
Hello All,

Has anyone already created a menu system that mimics the menu in the attached link.

http://www.news.com.au/travel/

This is not particulary sharp example but it does have the features I am looking for which are:
  - the sub menu items for the root item in context are displayed in a horizontal sub menu
  - the remaining root menu items will still display their standard sub menu's on mouse over
 
It seems to combine the idea of a standard radmenu and a tabstrip.

Alternativley is there a way to make the second level of the radmenu stick until another item is clicked.

Regards
Mark.
Paul
Telerik team
 answered on 12 May 2009
1 answer
102 views
Hello. This week, we were looking forward to working on a team project to get the other programmer up-to-speed using Telerik controls, however, for some reason, we're having some huge issues with intellisence.

Rather than working on each of our local computers, we decided to store the project file in a shared project folder on another server. We can both access the project files, and we both have access to the same versions of the Telerik libraries (I thought this was the problem, so we both downloaded fresh copies...), however, anytime we work directly with the project file all of our intellisence goes away for Telerik controls.

We have two licenses for Telerik components and would eventually like to evolve from a company where each programmer works solo to a team of programmers, but I guess today we're failing.

Is there something we should know? What are we doing wrong??? It's not the code. I'm starting from clean, empty projects. The moment we work with a file on a shared drive, intellisence goes out the window...
Pavel
Telerik team
 answered on 12 May 2009
3 answers
130 views
is there any way to capture the pdf before it is generated 
i know you can get it by RadGrid1_PdfExporting and use e.RawHTML. or can i capture it by stream format. 

Tsvetoslav
Telerik team
 answered on 12 May 2009
1 answer
222 views
hello i want to save the HTML editor output in my database file ? how to save the HTML contatent directly ?
Only I want to save HTML code
e.g . if i can type the some text in radeditor and i will give the formating to that text the HTML viewer dynamically show the code like this

<strong><span style="font-size: 32px;">Hello Nedd help URGENT <br />
</span></strong><br />
<strong><em>Reply <br />
<br />
Thanks full</em></strong>

same content i want to save in database How to save this?

Thanks for your valuable time

Rahul
Tervel
Telerik team
 answered on 12 May 2009
1 answer
113 views
I have a masterpage with a single content page that dynamically loads usercontrols for content.
In the masterpage I have a combobox that allows selection of a skin.  That selection simply sets the appSettings Telerik.Skin value and things are ... almost OK.

At the end of the event cycle the form was only partially updated.  F5 fixed it.  So to force a refresh I just modified as follows:
protected void cmbSiteTheme_SelectedIndexChanged(  
   object o ,  
   Telerik.Web.UI.RadComboBoxSelectedIndexChangedEventArgs e )  
{  
  ConfigurationManager.AppSettings.Set("Telerik.Skin" , e.Value);  
  Response.Redirect(this.Request.Url.ToString());  
I haven't seen that pattern. Is that the right way to do it?

I was going to use the RadPageStylist.Skin (that class is defined in the RadControlsAjaxCourseware and was provided by Vladimir Enchev) but it looks like this functionality is now built into the RadControls rendering process.

Is there some current documentation on exactly what's required in the current release?

Thanks.
Svetlina Anati
Telerik team
 answered on 12 May 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
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
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?