Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
95 views
Dear all,
I encountered a problem when I setuped the Dock's "forbiddenZone" property. If I setup the dock's forbiddenZone dynamically  to the Zone which "the dock has already been inside it". When I drag the dock out and drop it to it's original zone or to nothing
(I setup the DockMode property to  be Docked), the dock will return to original zone as prediction. But another "dock target space" appears in the original zone. Is it a bug? 

Sincerely,
andre'   
Pero
Telerik team
 answered on 09 Jul 2009
3 answers
147 views
Hello Friends,

I am having a slight problem with RadSplitter, what I am doing is that I am having 3 rad panes. Now on Click of 1st sliding zone of 3rd Rad Pane, I want to disable the 1st sliding zone of 1st Rad Pane. Find the code below :-

<telerik:RadSplitter ID="RadSplitter1" runat="server" Width="950" Height="500">
           <telerik:RadPane ID="LeftPane" runat="server" Width="22px" Scrolling="none" BackColor="#BDCAF4">
                <telerik:RadSlidingZone ID="SlidingZone1" runat="server" Width="22px" ClickToOpen="true">
                    <telerik:RadSlidingPane ID="RadSlidingPane1" Title="Dashboard Reports" runat="server"
                    Width="150px" BackColor="#BDCAF4" >
                        <telerik:RadTreeView ID="RadTreeView1" runat="server" OnClientMouseOver= "OnClientMouseOver"
                    EnableDragAndDrop="True" OnClientNodeDropping="OnClientNodeDropping" >
                    </telerik:RadTreeView>
                    </telerik:RadSlidingPane>
//This is the first rad sliding pane
                </telerik:RadSlidingZone>
            </telerik:RadPane>
            <telerik:RadSplitBar ID="Radsplitbar1" runat="server"></telerik:RadSplitBar>
            <telerik:RadPane ID="MiddlePane1" runat="server" Scrolling="None" BackColor="lightskyblue">
                <telerik:RadSplitter ID="Radsplitter2" runat="server" Orientation="Horizontal" VisibleDuringInit="false">
                    <telerik:RadSplitBar ID="Radsplitbar3" runat="server"></telerik:RadSplitBar>
                    <telerik:RadPane ID="Radpane2" runat="server">
                        <div id="SummaryDiv2" style="width:925px;height:480px;"></div>
                        
                        <telerik:RadWindowManager ID="RadWindowManager1" runat="server" VisibleOnPageLoad="false"
                            VisibleTitlebar="true" VisibleStatusbar="false"
                            ReloadOnShow ="true" ShowContentDuringLoad="true" RestrictionZoneID="SummaryDiv2"
                            Overlay="true" Animation="Fade"
                            MinimizeZoneID="MyMinWins" OnClientCommand="oCCWindow">
                        </telerik:RadWindowManager>
                        
                        <telerik:RadToolTipManager Width="300px" Height="300px" RelativeTo="element"
                            ID="RadToolTipManager1" runat = "server" OffsetX="15" Skin="Telerik" Position="MiddleRight"
                            OnAjaxUpdate="RadToolTipmanager1_AjaxUpdate" >
                        </telerik:RadToolTipManager>
                
                    </telerik:RadPane>
                </telerik:RadSplitter>
            </telerik:RadPane>
            <telerik:RadSplitBar ID="RadSplitBar2" runat="server"></telerik:RadSplitBar>
            <telerik:RadPane ID="EndPane" runat="server" Width="22px" Scrolling="None">
                <telerik:RadSlidingZone ID="Radslidingzone1" runat="server" Width="22px" SlideDirection="Left" ClickToOpen="true">
                    <telerik:RadSlidingPane ID="Radslidingpane5" Title="Company Dashboards" runat="server"
                    Width="150px" BackColor="#FFC486" ForeColor="red"  CssClass="LeftPaneCSS" OnClientExpanded="DisableDashboard" > //this javascript will be used to slide the first pane i.e. RadTreeView1
                        <telerik:RadTreeView id="CompTree" runat="server" >
                    </telerik:RadTreeView>
                    </telerik:RadSlidingPane>
                    <telerik:RadSlidingPane ID="Radslidingpane6" Title="Personal Dashboards" runat="server"
                    Width="150px" BackColor="#FFE086" ForeColor="Chocolate" CssClass="EndPaneCSS">
                       <telerik:RadTreeView ID="DBDTree" runat="server" OnNodeClick="DBDTree_NodeClick" AllowNodeEditing="true"
                         OnClientContextMenuItemClicking="onClientContextMenuItemClicking"  OnClientContextMenuShowing="onClientContextMenuShowing"
                          OnClientNodeClicked="ClientNodeClicked" OnNodeEdit="DBDTree_NodeEdit"
                         OnContextMenuItemClick="DBDTree_ContextMenuItemClick" EnableDragAndDrop="true" EnableDragAndDropBetweenNodes="true"
                          OnNodeDrop="DBDTree_HandleDrop">
                        
                        </telerik:RadTreeView>
                    </telerik:RadSlidingPane>
                </telerik:RadSlidingZone>
            </telerik:RadPane>
        </telerik:RadSplitter>

What should be the javascript :-
function DisableDashboard()
{} //I am unable to figure it out. Basically I need to disable drag and drop feature of RadtreeView1 once clicked on Company dashboard i.e RadTreeview ID = "CompTree"

Please suggest me a way!

Thanks
Arindam R


Svetlina Anati
Telerik team
 answered on 09 Jul 2009
22 answers
237 views
Hi
I am using "Timeview.Enabled" to disable the TimePicker in server side  code, and it was working in previous releases...
but now it doesn't work!!!
Thank you
Malek
Top achievements
Rank 1
 answered on 09 Jul 2009
2 answers
91 views
Hi,

I have a tabstrip with two rows and the Skin="Default" applied.

I have set for the end of the First Row last tab

tab.IsBreak = True
tab.CssClass = "rtsLast"

And I set for the second row first tab

tab.CssClass = "rtsFirst"




I discover that .rtsLast is applied on the <a> which works OK.
But the .rtsFirst for the second row is also applied on the <a> which should be applied on the <li>.

See my screen1 here

See my screen2 here

Do you have any suggestions how I can show the first Tab of Row2 as rtsFirst properly?

Regards,
Marc




Fit2Page
Top achievements
Rank 2
Bronze
Iron
Iron
 answered on 09 Jul 2009
1 answer
75 views

Hello All,
              I have pasted y code where I want to sort the date ,But plz tell me if any property is to be added to sort the date in MM/DD/YYYY.


<

 

telerik:GridBoundColumn SortExpression ="Act_Dt" UniqueName ="Act_Dt" DataField ="Act_Dt" HeaderText="Activity Date" ShowSortIcon="false" ItemStyle-HorizontalAlign="Left" HeaderStyle-HorizontalAlign="Left" HeaderStyle-Font-Bold="true">

 

<

 

HeaderStyle HorizontalAlign="Left" ></HeaderStyle>

 

<

 

ItemStyle HorizontalAlign="Left" ></ItemStyle>

 

 

</telerik:GridBoundColumn>


Regards
Ritzie

 

Pavlina
Telerik team
 answered on 09 Jul 2009
2 answers
141 views
Hi,

I am investigating the AdvancedEditTemplate option. I need to be able to put a lot of custom fields on my appointment and when updating them run some C# code to get the information from the template and put it on my appointment.

My problem is that the examples I can find on this websites demos uses XML data providers or Session Data providers and are not very custom.

I have a custom SchedulerProvider wich at the moment handles the whole thing. But after creating an AdvancedEditTemplate I don't know how to access the data in the scheduler.

The question is simple, how do I access my controls in the AdvancedEditTemplate from my SchedulerProvider?

Regards
Rune
Rune
Top achievements
Rank 2
 answered on 09 Jul 2009
3 answers
134 views
I have a grid that is being dynamically added to a page on a async postback.

With this grid, i am setting the following:

_radDataGrid.ClientSettings.Scrolling.ScrollHeight =

Unit.Pixel(440);

 

_radDataGrid.Width =

Unit.Percentage(100);

 

 

 

 


The problem I am having is that no vertical scrollbar is showing up when the columns I have added do not require horizontal scrolling. There is plenty of data however that would require vertical scrolling. If I cause the page to "repaint" at all, like resizing the window, the scrollbar will appear.

Do you have any suggestions on how I can get thsi scrollbar to appear correctly? I do not want to set the overflow-y to scroll because it is often that i dont need a scrollbar.

Thanks!
Brandon

Dimo
Telerik team
 answered on 09 Jul 2009
5 answers
156 views
When I use ShowOnFocus with an Editor, everything on the page (except the focused editor) is disabled (and grey) as soon I click on an editor.  It is similar to what you see with a modal RadWindow.  Then if I click on the toolbar, the toolbar disappears and the entire page is disabled.

The Telerik demo program compiles and works fine, and when I transfer my settings from the non-working program into the demo program, it still works fine.

Can anyone suggest where the problem might lie?
Tervel
Telerik team
 answered on 09 Jul 2009
1 answer
63 views
Hi,
I have copied the RadEditor.Dialogs.resx to make a swedish sv-SE file and started to translate but I cant find the tooltip for forward.
Is forward in another resource file?


Lini
Telerik team
 answered on 09 Jul 2009
3 answers
187 views
hi

The RadNumericInput hieght has a height that I can alter, i want to make it smaller so I can combione with normal textboxs that pick up height from style sheet attributes

is there a min height in this control?

Kieran

Dimo
Telerik team
 answered on 09 Jul 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?