Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
47 views
 How to migrate SharePoint Application into Jboss environment.
What procedure should I will follow? Any step-by-step instructions would be
very helpful.
avinash
Top achievements
Rank 1
 asked on 30 Aug 2010
2 answers
382 views
HI! 
Im trying to see if the tree view works for my solution.
Im doing a more advance note system that will be based on categories, which can have 0-many subcategories. 
The treeview would be perfect to organize the catgegories. Is it possible to bind the treeview to a LINQ Category class. How does the tree view store the values of where certain category should be placed in the tree?

Thanks for your answers! 
Lautaro.
Lautaro
Top achievements
Rank 1
 answered on 30 Aug 2010
1 answer
121 views

I have 3 level hierarchical Panel bar. How Do I access Top level radpanelItems collection and inside top level second level panel item collection.

I would like to set different font settings for Top most level and second level. I would also like to expand only Top most level panel items. How do I do this?

I don’t see down arrow in the second level even if it has chid items it only show plain text when user clicks on it , it expands and shows child item. But I think I am supposed to see down arrow on right hand side indicating that it has child items. I see this arrow only on Topmost level.

This is how I am binding the data to the panel bar

 

      With pnlbarCategory

                        .DataSource = dtCategory

                        .DataTextField = "Name"

                        .DataNavigateUrlField = ""

                        .DataFieldID = "Id"

                        .DataFieldParentID = "ParentId"

                        .DataValueField = "value"

                        .DataBind()

                 

                  End With

Simon Wolters
Top achievements
Rank 1
 answered on 30 Aug 2010
1 answer
129 views
Hello,

I am using telerik example given below:
http://demos.telerik.com/aspnet-ajax/panelbar/examples/applicationscenarios/accessingnestedcontrols/defaultcs.aspx

Here i've used required field validation in step 2 as well. And thats why  Next button on step 1 is not working. If click on the Next button in step 1 then application remains standstill. No operation happens unless and untill all the required values in the step 2 are filled up.

How to solve this issue? I saw this example once again. In step 3 there is one condition on the check box. But that is not a required field validator. Validation is checked using some Javascript.

So how to solve this issue? I want to use required field validations in each PanelItem. Also Next buttons are working in each panelItem and should not wait for to fill up data in next PaneIltem. And panels should expand and collapse normally on button click.

Thanks,
Prayag
Simon Wolters
Top achievements
Rank 1
 answered on 30 Aug 2010
1 answer
69 views
I have a situation where the LIst returned for getappointmentsinrange will return duplicate items for the following:

Modified Recurrences for the first date of the recurrence series.

Example: Create a recurrence for every Monday starting on 9-13-2010 the modify the 9-13-2010 individual occurence.

WHen you do this the list returned from GetAppointmentsInRange will return two items for that specific event.

One with the recurrence rule and one with the recurrence parent id set to the former.

How can I eliminate the unneeded recurrence record? I only need the relevant record which is the one that was modified.

This does only seem to affect a mofified occurence in a recurrence set on the first scheduled occurence.

Thanks!

Andrew
Andrew N
Top achievements
Rank 1
 answered on 30 Aug 2010
1 answer
119 views
Hey!

I am trying to put a RadPanelBar inside a listview. If I put it outside it works fine, but when I insert it in ListView nothing works...

I put this inside <ItemTemplate> <FieldSet> of my listview:

<telerik:RadPanelBar runat="server" ID="pnlComments" Height="300px">
                        <Items>
                            <telerik:RadPanelItem Expanded="True" Text="Comments">
                                <Items>
                                    <telerik:RadPanelItem Text="Comment1">
                                    </telerik:RadPanelItem>
                                    <telerik:RadPanelItem Text="Comment2">
                                    </telerik:RadPanelItem>
                                </Items>
                            </telerik:RadPanelItem>
                        </Items>
                    </telerik:RadPanelBar>

Nikolay Tsenkov
Telerik team
 answered on 30 Aug 2010
2 answers
167 views

I have a grid that opens a UserControl using the

<EditFormSettings UserControlName="SomeControl.ascx" EditFormType="WebUserControl"></EditFormSettings>

The user control contains another grid using another control for editing
<EditFormSettings UserControlName="Another.ascx" EditFormType="WebUserControl"></EditFormSettings>

The outer grid works like a champ, but the inner grid doesn't gets a blank line where the user control should be rendering.  I put a break point in Page_Load on the inner grid's control in Another.ascx.cs, but it never breaks.

Is there a bug or limitation with nesting grids using a UserControl.

Thanks,
Greg

Greg Ogle
Top achievements
Rank 1
 answered on 30 Aug 2010
2 answers
150 views
I am having a problem with tab widths and something like a feint border appearing around the tabs. I am using the RadTabStrip in a DNN moduel that I am developing to work with any DNN 5 version. I am using the 2009.3.1103.35 version of RadControls and developing the module with DNN 5.01. Everything works fine in the development environment.

I installed the module to a site using DNN 5.2.3 and all works correctly. But when I installed the module to a site using DNN 5.4.4 I ran into a problem. The attached screenshot shows how the tabs are stacking vertically and have some odd border. I am thinking this is some CSS issue, but I have not been able to figure out exactly what is causing it.

UPDATE: I did find that by changing DNN to use the ICONBAR control panel, instead of the RIBBONBAR, fixes the problem. If any can shed sone light on why this is I would appreciate it. Thanks.
Cori
Top achievements
Rank 2
 answered on 30 Aug 2010
3 answers
506 views
Hello,

Is there an event for RadAsyncUpload that tells me that all the uploads are finished?
It would be nice if I could show/hide controls according to this event, or even better: initiate a postback when all the files are uploaded.

Thank You!
Genady Sergeev
Telerik team
 answered on 30 Aug 2010
2 answers
211 views
Hello,

I'm trying to change view the date columns in telerik:RadDatePicker date popup to be right-to-left.
When I wrap telerik:RadCalendar in a div with dir="rtl" it works but it doesn't work for telerik:RadDatePicker.
 
How can I acheive this behaviour?

The code that works for telerik:RadCalendar :

 

<div dir="rtl">

 

 

<telerik:RadCalendar ID="RadCalendar1" runat="server" Width="235px"

 

 

Height="144px" Skin="Web20" CultureInfo="Hebrew (Israel)"

 

 

ondayrender="RadCalendar1_DayRender" AutoPostBack="true"

 

 

onselectionchanged="RadCalendar1_SelectionChanged"

 

 

EnableMultiSelect="False" ShowOtherMonthsDays="False" ShowRowHeaders="False"

 

 

UseColumnHeadersAsSelectors="False" onprerender="RadCalendar1_PreRender">

 

 

</telerik:RadCalendar>

 

 

</div>

 



The code that doesn't work for telerik:RadDatePicker :

 

<div dir="rtl">

 

 

<telerik:RadDatePicker ID="RadDatePicker1" runat="server" Width="258px"

 

 

Skin="Web20" MinDate="1900-01-01" PopupDirection="BottomRight">

 

 

<Calendar RangeMinDate="01/01/1900 00:00:00" runat="server"

 

 

ViewSelectorText="x" Skin="Web20" CultureInfo="Hebrew (Israel)" EnableMultiSelect="False" ShowOtherMonthsDays="False" ShowRowHeaders="False"

 

 

UseColumnHeadersAsSelectors="False"></Calendar>

 

 

<DatePopupButton ImageUrl="" HoverImageUrl=""></DatePopupButton>

 

 

<DateInput DisplayDateFormat="dd/MM/yyyy" DateFormat="dd/MM/yyyy" runat="server" Culture="Hebrew (Israel)"></DateInput>

 

 

</telerik:RadDatePicker>
</
div>


Thanks,
Shay.

 

Shay Grinstein
Top achievements
Rank 1
 answered on 30 Aug 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?