Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
145 views
Admin ,

i have fileexplorer inside the telerik:RadPageView , i have totally have 4 telerik:RadPageView , in which first and fourth has file explorer,when page loads the first telerik:RadPageView is loaded where the configuration paths are given from code behind and works fine as expected , the issue comes when i click the fourth telerik:RadPageView where the control gets loaded and the configuration path is given from the code behind but the file explorer does not show me any path its jus shows only the control on first time and when i go to other telerik:RadPageView and come back here to the fourth telerik:RadPageView it shows me the path with expected result ,

the html is as follows,

<telerik:RadTabStrip runat="server" BackColor="#C9D9ED" BorderWidth="0px" ID="RadTabReport"
    OnTabClick="RadTabReport_TabClick" Skin="Office2007" ShowBaseLine="True" SelectedIndex="0"
    MultiPageID="RadMultiPageReport" CausesValidation="false" Height="110px" Width="100%">
    <Tabs>
        <telerik:RadTab Text="Plans and Reports" runat="server" SelectedIndex="0" Selected="True">
            <Tabs>
                <telerik:RadTab CssClass="icon_padd" PageViewID="SelectReport" Text="Select Report"
                    runat="server" Selected="true">
                </telerik:RadTab>
                <telerik:RadTab CssClass="icon_padd" PageViewID="ViewReport" Text="View Report" runat="server">
                </telerik:RadTab>
                <telerik:RadTab CssClass="icon_padd" PageViewID="ReportHistory" Text="Report History"
                    runat="server">
                </telerik:RadTab>
                <telerik:RadTab CssClass="icon_padd" PageViewID="SendReport" Text="Send Report" runat="server">
                </telerik:RadTab>
            </Tabs>
        </telerik:RadTab>
    </Tabs>
</telerik:RadTabStrip>
<telerik:RadMultiPage ID="RadMultiPageReport" runat="server" SelectedIndex="0" Width="100%">
    <telerik:RadPageView ID="SelectReport" runat="server" BackColor="#C9D9ED">
        <div>
            <telerik:RadFileExplorer runat="server" ID="RadFileExplorer1" Width="575px" Skin="Office2007"
                BackColor="white" Height="375px" EnableOpenFile="false">
            </telerik:RadFileExplorer>
        </div>
    </telerik:RadPageView>
    <telerik:RadPageView ID="ViewReport" runat="server" BackColor="#C9D9ED">
        <div>
            ViewReport
        </div>
    </telerik:RadPageView>
    <telerik:RadPageView ID="ReportHistory" runat="server" BackColor="#C9D9ED">
        <div>
            ReportHistory
        </div>
    </telerik:RadPageView>
    <telerik:RadPageView ID="SendReport" runat="server" BackColor="#C9D9ED">
        <div>
            Select Report :
            <br />
            Note : This report will be send as attachment
            <br />
        </div>
        <div>
            <telerik:RadFileExplorer runat="server" ID="RadFileExplorer2" Width="575px" Skin="Office2007"
                BackColor="white" Height="375px" EnableOpenFile="false">
            </telerik:RadFileExplorer>
        </div>
        <div>
            <table>
                <tr>
                    <td>
                        Email Subject :
                    </td>
                    <td>
                        <asp:TextBox ID="txtEmailSubject" runat="server" Width="250px"></asp:TextBox>
                    </td>
                </tr>
                <tr>
                    <td>
                        Receipients :
                    </td>
                    <td>
                        <asp:TextBox ID="txtReceipients" runat="server" Width="250px"></asp:TextBox>
                    </td>
                </tr>
                <tr>
                    <td>
                    </td>
                    <td>
                        Seperate multiple receipents by commas
                    </td>
                </tr>
                <tr>
                    <td>
                        Message:
                    </td>
                    <td>
                        <asp:TextBox ID="txtMessage" runat="server" Width="250px" TextMode="MultiLine"></asp:TextBox>
                    </td>
                </tr>
                <tr>
                    <td>
                    </td>
                    <td align="right">
                        <asp:Button ID="btnPreview" runat="server" Text="Preview"></asp:Button>
                        <asp:Button ID="btnSend" runat="server" Text="Send"></asp:Button>
                    </td>
                </tr>
            </table>
        </div>
    </telerik:RadPageView>
</telerik:RadMultiPage>

Please Advice me , thanks in advance :)

Regards,

Ashok.c
Fiko
Telerik team
 answered on 09 Nov 2009
6 answers
135 views
Hi there,
     I can't seem to see any event that is raised when the Cancel button is pressed on the RadProgressArea.  How can I perform a ClientSide action when the Cancel button in the RadProgressArea is pressed?

Regards,

        Scott.
Vesko
Top achievements
Rank 2
 answered on 09 Nov 2009
3 answers
235 views
I'm trying to use the ComboBox to allow a user to pick a shipping method based on their address.  I am populating the ComboBox's context with address information on the page using the OnClientItemsRequesting event, and then calling a server side OnItemsRequested event.  This works the first time, but has inconsistent behavior every time after that.  Since the user can change their address on the page, the shipping costs might need to be recalculated after the initial ItemsRequested event.  However, the event will not fire unless I select the text and clear it out.  I want the ItemsRequested event to fire every time the dropdown is opened (is caching possible in this situation in case they just want to change their shipping method without changing their address?).  Also, it would be great if the textbox could be disabled, since there is no real purpose for it.  I'll post a code example if necessary.

Thanks.
Veselin Vasilev
Telerik team
 answered on 09 Nov 2009
2 answers
210 views
The following piece of code does not render properly in Internet Explorer, but it works fine in Firefox. I have attached the screenshots IEPanelBar.jpg and FirefoxPanelBar.jpg.  I would like to have the first Panel Item Expanded and the second Panel Item collapsed as shown in the screenshot FirefoxPanelBar.jpg. I would like to have the second PanelItem collapsed by default as show in the screenshot FirefoxPanelBar.jpg. Please let me know of any fix for this issue.
<telerik:RadPageView ID="radPageViewAdvancedSearch" runat="server" Width="100%">  
                <telerik:RadPanelBar ID="radPanelBarAssetListFilter" runat="server" Width="100%">  
                    <Items> 
                        <telerik:RadPanelItem Text="Valuation Queue Filter " Expanded="True" PostBack="false">  
                            <Items> 
                                <telerik:RadPanelItem runat="server" BackColor="#E7F1FF" Text="">  
                                    <ItemTemplate> 
                                            <div class="span-24 height-1">  
                                            <runway:AssetListSearchFilter ID="runwayAssetListSearchFilter" runat="server"   
                                            FilterLabelCssClass="span-4 color-a-4 basic-filter-label" 
                                            FilterFirstColumnCssClass="span-12 last advanced-search-filter" 
                                            FilterSecondColumnCssClass="span-12 last advanced-search-filter" 
                                            FilterEmptyName="AssetSearchParamWide" 
                                            FilterDateTimeToLabelCssClass="color-a-4 datetime-label" 
                                            FilterContainerCssClass="span-8 last"   
                                            FilterFromTextBoxCssClass="AdvancedSearchText" 
                                            FilterToTextBoxCssClass="AdvancedSearchText"/>  
                                            </div> 
                                    </ItemTemplate> 
                                </telerik:RadPanelItem> 
                            </Items> 
                        </telerik:RadPanelItem> 
                    </Items> 
                </telerik:RadPanelBar> 
                <br /> 
                <telerik:RadPanelBar ID="radPanelBarAssetFilter" runat="server" Width="100%">  
                    <Items> 
                        <telerik:RadPanelItem Text="Asset Filter" Expanded="False"  PostBack="false">  
                            <Items> 
                                <telerik:RadPanelItem runat="server" BackColor="#E7F1FF" Text="">  
                                    <ItemTemplate> 
                                            <div class="span-24 height-1">  
                                            <runway:AssetSearchFilter ID="runwayAssetSearchFilter" runat="server"   
                                            FilterLabelCssClass="span-4 color-a-4 basic-filter-label" 
                                            FilterFirstColumnCssClass="span-12 advanced-search-filter" 
                                            FilterSecondColumnCssClass="span-12 last advanced-search-filter" 
                                            FilterEmptyName="AssetSearchParamWide" 
                                            FilterDateTimeToLabelCssClass="color-a-4 datetime-label" 
                                            FilterContainerCssClass="span-8 last"   
                                            FilterFromTextBoxCssClass="AdvancedSearchText" 
                                            FilterToTextBoxCssClass="AdvancedSearchText"/>  
                                        </div> 
                                    </ItemTemplate> 
                                </telerik:RadPanelItem> 
                            </Items> 
                        </telerik:RadPanelItem> 
                    </Items> 
                </telerik:RadPanelBar> 
        </telerik:RadPageView> 

Thanks
Satyaprakash J
Satyaprakash J
Top achievements
Rank 1
 answered on 09 Nov 2009
2 answers
156 views

vs2008

q2 2009


hiya,

 

I’m using the binaryImage column in the samples:

http://demos.telerik.com/aspnet-ajax/controls/examples/integration/raduploadinajaxifiedgrid/defaultcs.aspx?product=grid


When the user edits a row, the “image name”, and “description” are correctly assigned.

 

However, the “Image” GridBinaryImageColumn contains nothing…This is counter intuitive.

How can I assign the current value to this GridBinaryImageColumn, so that the user can save the record without having to manually browse for the image?

 

Many thanks,

 

yogi

Chris Yoker
Top achievements
Rank 1
 answered on 09 Nov 2009
3 answers
126 views
Hi!

I have recently upgraded ASP.NET Ajax Controls directly from Q3 2008 to Q3 2009.
I see that there is a change in the way the DateInput control (I use the RadDatePicker) is shown when getting focus in Q3 2009.

When I move to DateInput with tab key in 2008 then the text is selected (high lighted). In 2009 it is not, it is hard to see that it gets focused at all.
When I click with mouse in text of DateInput in 2008 then the cursor is positioned where I click. In 2009 cursor moves automatically to the first position of DateInput field.

I would prefer to have it the old way...

Thanks
/Mats
Mats
Top achievements
Rank 1
 answered on 09 Nov 2009
2 answers
69 views
Hi,

I have successfully plotted a StackedBar chart and a StackedLine chart in a single chart.  The Y axis has custom values and each value has its own stacked bar and stacked line. 

As the two chart series use the same underlying data points, the StackedLine line endpoints always appear in the middle of the bar (see attached image chartimage.axd.png).   However, my requirement is to have the lines start at the edge of the bars, so it's linking the bars together like in the attached requirement.jpg. 

How can I accomplish this?   I've tried a number of methods

- Setting PointMark padding / margins
- Setting Y axis item values to numerical values and trying to plot the StackedLine chart items by using these values
- Tried to create a step chart by following the steps here

Any help would be appreciated.


Tracy Nagel
Top achievements
Rank 1
 answered on 09 Nov 2009
1 answer
132 views
Hello, I am binding a radtreeview to my custom business objects.  I am able to properly display a hierarchy, but I would like to template out the nodes differently, depending on which level I am at.  For example, I need one template for the root nodes, and another template for the first child nodes.  Is this possible?  After searching through documentation and samples, it seems you can either create one "global" template, which applies to all nodes, or template out each node, but this only seems to be possible if you are declaratively building your nodes.

- Edit:
After posting this question, I found another forum post with the same question:
http://www.telerik.com/community/forums/aspnet-ajax/treeview/are-multiple-node-templates.aspx

The example in the download requires generating the templates in code.  Is it possible to build the templates declaratively in the aspx file?
Yana
Telerik team
 answered on 09 Nov 2009
1 answer
110 views
Intermittently based on certain users the RadMenu will display as a sorted list instead of the expected behavior.  The RadMenu is in a ASP.NET user control (.ascx) packaged as a SharePoint webpart.  We are currently used a trial version of the 2009 Q2 controls.  It seems that the controls can't find the style sheets.  I'm using the "Default" skin without modification.  The behavior happens with both IE 7 & 8.

Attached are 2 screenshots that show a "bad" menu and a "good" menu.

Any help would be appreciated.
Paul
Telerik team
 answered on 09 Nov 2009
1 answer
218 views
Hello, Please Help me , when i want to use : Telerik 2009.1.311.35, visual studio 2008 sp1 give me this error :
-------------------------------------------------------------------------------------------
Could not load file or assembly 'Telerik.Web.UI, Version=2009.1.311.35, Culture=neutral, PublicKeyToken=121FAE78165BA3D4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
-----------------------------------------------------------------------------------------------------
i add some tag to my web.config but my problem didb't solve , whould you please help me ? thanks


Atanas Korchev
Telerik team
 answered on 09 Nov 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?