Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
476 views

Hi,

we have hierarchical radgrid where on expansion of main grid it expands and shows a detail table. each detail table will have multiple records of either type A or Type B. we need to show only one record of type A and one record type B on page load.

The first column of detail table will have an expand button, on click of this it should display all type A rows from client side, and on click of that button it should hide all those rows.

 

I don't want 3 level hierarchy. since the hidden rows and row with expand button belongs to same level

Maria Ilieva
Telerik team
 answered on 18 Feb 2016
5 answers
227 views
Hi,

I use a RadTreeView to display a multi-level tree of news categories with their respective news items.

I want only the deepest node leveI (being the news item nodes) to be selectable, And so I would like the category nodes to be expandable, but not selectable. 

Setting the 'enabled' property of a category node to True also blocks its expandability, so that doesn't work for me.

Can you give me any pointers on how to make a RadTreeNode expandable but not selectable?
Thanks in advance.

Best regards, Marja
Veselin Tsvetanov
Telerik team
 answered on 18 Feb 2016
3 answers
140 views

Hi :)

Since a few days my file upload isn't working. In my opinion i didn't change anything. Is there any possibilty to check why my image cannot upload? I checked the response header of the image post and got "Invalid characters" but ist e normal file name xy.png and I got AllowedFileExtensions -> png.

Can I check what FileName is getting through? I alawys get this red dot which stands for file upload failed.

 

Thx for your help

Gabriel

Veselin Tsvetanov
Telerik team
 answered on 18 Feb 2016
1 answer
438 views

Hello,

Is it possible to show modal Telerik AjaxLoadingPanel control from <asp:UpdateProgress section ?

Here is some example but only with css.

http://blog.oscarscode.com/dot-net/use-updateprogress-to-cover-screen/

Thank you

Best regards

Vasssek

Viktor Tachev
Telerik team
 answered on 18 Feb 2016
1 answer
79 views

Hi,

I want to show a pop up message(RadWindow or alert) when addnewrecordbutton is clicked.

How can I add a JavaScript method for click event.

 

Thanks

TelDev
Top achievements
Rank 1
 answered on 18 Feb 2016
4 answers
75 views

I use the RadEditor in my RadGrid and vant remove padding and color around the editor.

RenderMode="Classic" And Skin="Silk"

See attached image.

How?

Kjell
Top achievements
Rank 1
Iron
Iron
 answered on 18 Feb 2016
1 answer
105 views

 Telerik RadDateTimePicker is not working after i register script using ScriptManager.RegisterStartupScript in C# code

Code :  ScriptManager.RegisterStartupScript(Page, typeof(Page), "mykey", "showSummaryPopup('TEst Message')", true);

 <telerik:RadDateTimePicker id="txtSendingScheduleDate" runat="server" skin="Vista" EnableAjaxSkinRendering="true" EnableViewState="true" 
            dateinput-readonly="false" />
Eyup
Telerik team
 answered on 18 Feb 2016
5 answers
74 views

following the demo here - http://demos.telerik.com/aspnet-ajax/scheduler/examples/export/defaultcs.aspx

 I get a script error on ": 'demo' is undefined" on "demo.ajaxManager = $find("ctl03_RadAjaxManager1")"

here is the script:

  <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
            <AjaxSettings>
                <telerik:AjaxSetting AjaxControlID="RadScheduler1">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="RadScheduler1" LoadingPanelID="RadAjaxLoadingPanel1"></telerik:AjaxUpdatedControl>
                    </UpdatedControls>
                </telerik:AjaxSetting>
            </AjaxSettings>
        </telerik:RadAjaxManager>
        <telerik:RadScriptBlock runat="Server" ID="RadScriptBlock1">
            <script type="text/javascript">
                /* <![CDATA[ */
                Sys.Application.add_load(function () {
                    demo.ajaxManager = $find("<%= RadAjaxManager1.ClientID %>");
                });
                /* ]]> */
                (function () {
                    var demo = window.demo = window.demo || {};

                    window.Export = function (sender, e) {
                        demo.ajaxManager.__doPostBack(sender.name, "");
                    }
                }());
            </script>
        </telerik:RadScriptBlock>

Plamen
Telerik team
 answered on 18 Feb 2016
3 answers
82 views

Hi Telerik:

I am using .skin file and would to know what properties can be set via the template

<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> 
...
<telerik:RadTextBox runat="server" Skin="MetroTouch" >
</telerik:RadTextBox>
...

I tried Height and CssClass, but that did not get layered onto the control.

Phil

 

Phil H.
Top achievements
Rank 2
 answered on 17 Feb 2016
5 answers
238 views

Hello,

I have a RadFileExplorer on my web form.  When I select an Excel file (.xlsx) and choose 'Open' from the context menu the file is converted into a '.Zip' file and my options are either of the following: 'Open (The file wont' be saved automatically), Save, and Save As).

How can I prevent the file from being changed to a '.Zip' file?  Is it possible to set a property that would just keep the file as is, an Excel file with (.xlsx) extension?

Here's my markup for my RadFileExplorer:

<telerik:RadFileExplorer ID="rfeNASFileExplorer" runat="server"
    Width="980px" Height="750px"
    AllowPaging="true" PageSize="50"
    EnableEmbeddedSkins="true" Skin="Windows7"
    EnableFilterTextBox="true" 
    EnableOpenFile="true" >
</telerik:RadFileExplorer>

Thanks,

Shawn A.

Vessy
Telerik team
 answered on 17 Feb 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?