Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
104 views

 

Sorry I can't find the answer - it must be really simple.

How can I disable (not show) the 'Show All Results' link that appears at the bottom of the search list?

Cheers,

J

Ivan Danchev
Telerik team
 answered on 24 Mar 2016
1 answer
96 views

Hi Team,

I'm using radgrid with Grouping option .I'm sharing my master table view setting.

 

<MasterTableView GroupLoadMode="Client" ShowGroupFooter="true" TableLayout="Fixed" GroupsDefaultExpanded="false"
EditMode="InPlace" Width="110%">

 

By default all groups are collapsed and when I expand a group and click on edit then that particular group is collapsing.

How can I keep the group  expanded when I click on edit button

 

Regards

Sai Teja

Pavlina
Telerik team
 answered on 24 Mar 2016
1 answer
147 views

If you have a GridBoundColumn in your grid with a row that contains an apostrophe - such as o'reilly and do an export to ExcelML, it works fine.  But if you group by that column and export, you get a yellow screen of death:

[SyntaxErrorException: Syntax error: Missing operand after 'reilly' operator.]

-Randy

 

Kostadin
Telerik team
 answered on 24 Mar 2016
2 answers
45 views
HI

When EditorToolGroup.DockingZone is Right then the ToggleScreenMode have a problem - unable to restore the Editor.

Editor - Docking Zones
http://demos.telerik.com/aspnet-ajax/editor/examples/dockingzone/defaultcs.aspx

In online demo 'Editor - Docking Zones' as above, 
the ToggleScreenMode's EditorToolGroup.DockingZone is Right,
When I press the ToggleScreenMode button then the Editor was full-screened,
But there have no method restore the Editor to non-full-screen mode.

Best regards

Chris
Ianko
Telerik team
 answered on 24 Mar 2016
8 answers
108 views
Hi,



I had a site that was working fine on windows Server 2008R2 and then upgraded this server to Windows Server 2012.  The moment I did this the website in question starting eating all available cpu, Upon looking at the process I noticed it was the telerik .axd, it would launch and never shut down it and just churn away CPU, for each new page loaded, another instance of the .axd would also be created.  after four or five instances the cpu would skyrocket.  It took me a couple of days to figure out what the culprit was and I wanted to make it know as others might and most likely will encounter the same situation until telerik releases a fix...



Thanks,
Danail Vasilev
Telerik team
 answered on 24 Mar 2016
1 answer
126 views

We have two licences for the UI for ASP.net Ajax and installed one copy for Visual Studio 2010 back in 2013. 

I recently installed Visual Studio 2015 on the same computer and had problems running an application developed in VS2010 on .net 4.0 in VS2015 upgraded to .net 4.5.

I tried installing the latest telerik trial version (2016) and this seemed to fix the problems for Visual Studio 2015.  The only problem is it is a trial edition and I now have two versions of Telerik installed.

What I want to achieve is:

  • My .net 4.0 application working as-is in Visual Studio 2010
  • The updated .net 4.5 application working and licenced in Visual Studio 2015.

Please let me know what I need to do to achieve this.

Kind regards

 

Steliyan
Telerik team
 answered on 24 Mar 2016
3 answers
137 views
Is there is some way of getting a transistion fade effect on the ajax loading panels?

Currently the loading image just flashes in and out during a callback and I like to acheive a nice fading effect instead. Telerik seem to do this on their own site for the "Example Source Code & Description" section of the demo pages. Not sure if they are using their own radAjax panel here though?

Searching the forums seems to suggest that you may be able to integrate with some jQuery functions but I cannot find any specific examples.

Thanks in advance
Maria Ilieva
Telerik team
 answered on 24 Mar 2016
2 answers
123 views

How can I resize the SearchBox from javascript ?

I want to resize the SearchBox based on some available width between a min and max value I provide.

I tried the following but nothing changed

searchBox._dropDownWidth = "100px";
searchBox._element.clientWidth = "100px";

Mickael
Top achievements
Rank 1
 answered on 24 Mar 2016
1 answer
416 views

Hi,

when it comes to RadHtmlChart I can use InvokeLoadData="AfterPageLoad" to load the chart data after page load.

What is the equivalent for RadGrid?

Konstantin Dikov
Telerik team
 answered on 24 Mar 2016
3 answers
272 views

Hi,

I have 2 numeric textbox, gridcalculated column and footer column.
Once the value is entered in the numeric textbox (something like onblur), i want to calculate the value for gridcalculated column and footer column. The lblTotalValue should have the total of the "GridCalculatedColumn".
This is the UI which I have:

<telerik:GridTemplateColumn UniqueName="OrderQuantity" HeaderText="Order Quantity" DataField="OrderQuantity">
            <EditItemTemplate>           
                <telerik:RadNumericTextBox ID="txtOrderQuantity" runat="server" >
                </telerik:RadNumericTextBox>                
            </EditItemTemplate>        
        </telerik:GridTemplateColumn>
  
        <telerik:GridTemplateColumn UniqueName="UnitPrice" HeaderText="Unit Price" DataField="UnitPrice">
            <EditItemTemplate>
                <telerik:RadNumericTextBox ID="txtUnitPrice" runat="server" >
                </telerik:RadNumericTextBox>              
            </EditItemTemplate>
            <FooterTemplate>
            <asp:Label ID="lblTotal" Text="Total: " runat="server"></asp:Label>
            <asp:Label ID="lblTotalValue" runat="server"></asp:Label>
            </FooterTemplate>  
        </telerik:GridTemplateColumn>
  
            <telerik:GridCalculatedColumn DataFormatString="{0:C}" DataType="System.Double" HeaderText="Extended Price"
                UniqueName="ExtendedPrice" DataFields="OrderQuantity,UnitPrice" Expression="{0}*{1}"
                Aggregate="Sum" Visible="true">                
            </telerik:GridCalculatedColumn>

How to achieve this?
Thanks
Pavlina
Telerik team
 answered on 24 Mar 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?