Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
88 views
I can't imagine that I'm the only user of the MultiPage who seems to find himself constantly typing something like ...

PageView pv = RadMultiPage1.PageViews[RadMultiPage.SelectedIndex]; 
Just to save my poor aching fingers can we have a RadMultiPage.SelectedPageView property please?

--
Stuart
Paul
Telerik team
 answered on 10 Apr 2009
0 answers
66 views

 

Hello,

I think there is a problem with the insert method...
For example, after this code:

 

 
            ListItem itemddl = new ListItem("ici""1");  
            DropDownList1.Items.Insert(0,itemddl);  
            DropDownList2.Items.Insert(0,itemddl);  
 

 i will get 2 dropdown list with both the itemddl.
but i can't do the samething with radcombobox and radcomboxitem

for example the code:

 RadComboBoxItem item = new RadComboBoxItem("Choose""");  
 RcbFinOcc.Items.Insert(0, item);  
 RcbFinSec.Items.Insert(0, item);  
 RcbFinPri.Items.Insert(0, item); 

doesn't give me 3 radcombox with 3 three items "choose", but just one for the first.

I must make

 

RadComboBoxItem item = new RadComboBoxItem("Choose""");  
RcbFinOcc.Items.Insert(0, item);  
RadComboBoxItem item2 = new RadComboBoxItem("Choose""");  
RcbFinSec.Items.Insert(0, item2);  
RadComboBoxItem item3 = new RadComboBoxItem("Choose""");  
RcbFinPri.Items.Insert(0, item3);  
 
It's unbeleveable beause we are far of the OO best practices. I hope there is a good reason ?

David
Top achievements
Rank 1
 asked on 10 Apr 2009
3 answers
118 views
Hello,

I am using a menu without embedded style, attaching the css file of the menu.

The menu looks OK in all browsers (ff, chrome, ie6) EXCEPT ie7. I am using 2008 q3 version. Specifically, the first item is not aligned (about 100px off!), and on hover the item text disappears on all items.

Is there a fix for this?

Tris
Paul
Telerik team
 answered on 10 Apr 2009
1 answer
104 views
I was wondering is there any control in ASPNET AJAX similar to RadCarousel for Windows Forms?
Paul
Telerik team
 answered on 10 Apr 2009
3 answers
122 views
We have three comboboxes.

Country, State, and City.

When you select country, we want (without postback) alter state selections.

when you select state, we want (without postback) alter city selections.

Any code examples?

We are using Q2 2008.

thanks much!
Veselin Vasilev
Telerik team
 answered on 10 Apr 2009
1 answer
87 views
Hi telerik team,

I have a serious issue with tabstrip child seletion

My scenario is

According to demo of below URL
http://demos.telerik.com/aspnet-ajax/tabstrip/examples/populatingwithdata/hierarchicaldatabinding/defaultcs.aspx


Onpage load
selectedindex=0(politics) for that child links are CNN , NBC , ABC  .in which NBC should get highlighted,also if i select ABC it will get postback and should get highlight(select mode).

please guide how to acheive
Paul
Telerik team
 answered on 10 Apr 2009
3 answers
99 views
Hi telerik team,

How do i highlight selected child tab even if page get post back .
i m able to highlight parent selected tab with the below css 
/* Orientation: Top */ 
.RadTabStripTop_WhiteTab .rtsOut { background: transparent url('../images/TabStrip_New1.gif') no-repeat 100% 0; } 
.RadTabStripTop_WhiteTab .rtsSelected { background-position: -12px -26px;text-decoration:underline;color:#ff7101; } 
.RadTabStripTop_WhiteTab .rtsFirst .rtsSelected { background-position: 0 -26px;text-decoration:underline;color:#ff7101; } 
for child to highlight  i followed below piece of css
/* Orientation: Bottom */ 
.RadTabStripBottom_WhiteTab .rtsOut { background: transparent url('../images/TabStrip_New1.gif') no-repeat 100% -78px; } 
.RadTabStripBottom_WhiteTab .rtsSelected { background-position: -12px -104px;text-decoration:underline;color:Red; } 
.RadTabStripBottom_WhiteTab .rtsFirst .rtsSelected { background-position: 0 -104px;text-decoration:underline;color:Red; } 
but child selected link not getting highlighted as red

Any help appreciable
Paul
Telerik team
 answered on 10 Apr 2009
3 answers
139 views
Hi,
In radupload,
I'm trying to make the background image of the button to rollover, so that when you click it changes color.  But I don't know where to touch it in css.
Could anyone help me??

Thanks in advance,
T
Veselin Vasilev
Telerik team
 answered on 10 Apr 2009
1 answer
99 views
Hi All,

I am using Telerik Grid's Group feature, whe i drag a column on to Grid's Grouppanel or Drop a column back from Grouppanel on to Grid some time is shows and error message alert says
"owner.MasterTableView.get_element().style' is null or not an object.
Since i have unchecked script advance option in Internet explorer browser
Desiable Scrip Debugging(Internet Explorer) and Disable Script Debugging(Others)  then this error occurs.
my requirement is that we can keep both option checked.

Please let me know the soluns to this error.


Thanks,
Hrushikesh
Nikolay Rusev
Telerik team
 answered on 10 Apr 2009
5 answers
156 views
Hi  - I am using the calendar control and the Q1 2009 version. I have a resource called Status
I have my calendar configured so that if a status of an event is Completed then it is green.
I have defined two possible statuses for an event - Completed and NotCompleted. Below is the markup:

 <telerik:RadScheduler ID="RadScheduler1" runat="server" DataEndField="ENDTIME"
        DataKeyField="ID" DataRecurrenceField="RECURRENCERULE"
        DataRecurrenceParentKeyField="RECURRENCEPARENTID" DataSourceID="SqlDataSource1"
        DataStartField="STARTTIME" DataSubjectField="DESCRIPTION"
        HoursPanelTimeFormat="htt" SelectedView="MonthView" Skin="Office2007"
        style="top: 0px; left: 0px" ValidationGroup="RadScheduler1">
        <ResourceTypes>
            <telerik:ResourceType DataSourceID="SqlDataSource2"
                ForeignKeyField="VQEMSTATUSID" KeyField="ID" Name="Status" TextField="NAME" />

            <telerik:ResourceType DataSourceID="SqlDataSource3"
                ForeignKeyField="LOCATIONID" KeyField="ID" Name="Location" TextField="NAME" />
            <telerik:ResourceType DataSourceID="SqlDataSource4" ForeignKeyField="USERID"
                KeyField="ID" Name="Analyst First Name" TextField="FIRSTNAME" />
            <telerik:ResourceType DataSourceID="SqlDataSource4" ForeignKeyField="USERID"
                KeyField="ID" Name="Analyst Last Name" TextField="LASTNAME" />
        </ResourceTypes>
        <ResourceStyles>
            <telerik:ResourceStyleMapping ApplyCssClass="rsCategoryGreen"  
                 Type="Status" Text="Completed" />
        </ResourceStyles>

    </telerik:RadScheduler>

Is there a way to add a third condition that
if a status is NotCompleted and the date is <  today then make it red?


If u have a code sample or even just a two line snipped that does that it would be great.

Thanks Very much

Susan
T. Tsonev
Telerik team
 answered on 10 Apr 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?