Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
205 views
On my chart (see attached), the value is zero where the green arrow is.  I want the label to show "Current: 0" there.  Instead, it shows nothing.  The value is actually 0 and not null.  My users are going to think it's "missing".  How can I get the label to show?
Stamo Gochev
Telerik team
 answered on 12 Nov 2013
1 answer
165 views
Hi

When I click the select button the file browser dialog opens with all image files listed. There I am able to check the preview Option of the FileDialog to preview the files I am about to upload. So by default can I force the preview mode in all browsers?
Shinu
Top achievements
Rank 2
 answered on 12 Nov 2013
7 answers
1.1K+ views
Hi,

I have a website that uses common ASP.NET Ajax controls. The site is being scanned by IBM Rational AppScan 7.9.0.3, which flags it with a security vulnerability for having client-side SQL returned in some calls to Telerik.Web.UI.WebResource.axd. I understand that this is an HTTP Handler that simply returns JavaScript from Telerik.Web.UI.dll, but don't know how to get past having it flagged. I looked at the returned JavaScript and don't see any SQL.

Anyone else having issues with AppScan? I saw this related thread (http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/radcontrols-and-rational-appscan-web-site-security-software.aspx) but it doesn't really discuss how to satisfy AppScan. If I can't get it to scan, I need to convince the security team that it's not an issue.

Thanks,
Dan

Antonio Stoilkov
Telerik team
 answered on 12 Nov 2013
3 answers
110 views
Dears,
Telerik have any product is website authoring design tool?  It can use to layout the website full page in the first step in our website designing.

Thanks.

Kate
Telerik team
 answered on 12 Nov 2013
1 answer
103 views
Hi,

In our Org, we are using our internal Test management tool for all manual test cases and run it manually. But we are using telerik for automated scripts for testing.

I would like to know if we could integrate our in house test management application with telerik and invoke automated scripts of telerik from our application and store the Run results  corresponding to each test case present in telerik or not ?

Is there any service / configuration available for this currently in Telerik by which we can integrate with this tool . If yes what are the steps and if not how to achieve it ? :)
Ivaylo
Telerik team
 answered on 12 Nov 2013
3 answers
92 views
I've used this code to toggle a grid's expand-collapse state, but since installing the recent 2013 Q3 update the grid expands ok but then remains expanded when the expand/collapse command is triggered again. How do I collapse an expanded grid now?
if (e.CommandName == "ExpandCollapseAll")
{
    grid.MasterTableView.HierarchyDefaultExpanded = !grid.MasterTableView.HierarchyDefaultExpanded;
    grid.Rebind();
}
Kostadin
Telerik team
 answered on 12 Nov 2013
1 answer
82 views
When I export an asp.net grid to pdf, I want to display the total number of pdf pages in the footer section. Can someone help me with this.
Kostadin
Telerik team
 answered on 12 Nov 2013
4 answers
220 views

Hi All

I am using master detail grid and it is working fine . In detail table I have telerik:GridTableView with CommandItemSettings-AddNewRecordText enabled , I want to show/hide this option dynamically in item data bound , I am able to hide it when I use below code but my condition could only be checked when (e.Item is GridDataItem) , I tried to get commanditems using GridItem cmdItem = tableView.GetItems(GridItemType.CommandItem)[0]  but only Null values returned , can anybody suggest how go about the same

if (e.Item is GridCommandItem) 
    { 
        Button addButton = e.Item.FindControl("AddNewRecordButton") as Button; 
        addButton.Visible = false; 
        LinkButton lnkButton = (LinkButton)e.Item.FindControl("InitInsertButton"); 
        lnkButton.Visible = false; 
    }     

 
Thanks
Srujan.N

Princy
Top achievements
Rank 2
 answered on 12 Nov 2013
1 answer
75 views
Hi,

I have this UI dilemma:  When a user filters or sorts from the column header of a grid, the only indication that the grid is loading is the spinner down at the bottom of the grid.  It's possible, however, that the bottom of the grid is not visible on the screen, so the user might get clicky, thinking nothing is happening.  Is it possible to move the spinner or provide some other indication that work is happening, using off-the-shelf functionality?

Thanks,
JD
Princy
Top achievements
Rank 2
 answered on 12 Nov 2013
1 answer
95 views
I've been banging my head against the wall for the past few hours trying to get the text to show next to a toggled image. The images toggle fine, but I cannot seem to get the text to display no matte what. Anyone know what I'm doing wrong?

<telerik:RadButton ID="RadButton2" runat="server" Text="Walk in" AutoPostBack="false" ButtonType="ToggleButton" GroupName="HowFound" ToggleType="Radio" Style="top: 34px; left: 12px; position: absolute;" >
    <ToggleStates>
        <telerik:RadButtonToggleState ImageUrl="../Images/bad_mark.png" Height="22px" Width="22px" Text="Walk in" />
        <telerik:RadButtonToggleState ImageUrl="../Images/good_mark.png" Selected="true"  Height="22px" Width="22px" Text="Walk in"/>
    </ToggleStates>
</telerik:RadButton>
<telerik:RadButton ID="RadButton1" runat="server" AutoPostBack="false" Text="Ad" ButtonType="ToggleButton" GroupName="HowFound" ToggleType="Radio" Style="top: 34px; left: 62px; position: absolute;" >
    <ToggleStates>
        <telerik:RadButtonToggleState ImageUrl="../Images/bad_mark.png"  Height="22px" Width="22px" Text="Ad" />
        <telerik:RadButtonToggleState ImageUrl="../Images/good_mark.png" Selected="true"  Height="22px" Width="22px" Text="Ad"/>
    </ToggleStates>
</telerik:RadButton>
Steve
Top achievements
Rank 1
 answered on 12 Nov 2013
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?