Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
65 views
Hello,

I want on my listview item user can drag it over some list as well they can click on that item as well,below is my code which works fine in firefox,google chrome and safari but IE is not happy with my code.   

<asp:LinkButton runat="server" ID="LinkButton1"  CommandName="profiledetails"  CommandArgument='<%# Eval("id")%>' >
                                            <div id="Div1" style="position: relative; z-index: 10;margin-top: -180px;top:0px;left: 0px;"  >
                                                <telerik:RadListViewItemDragHandle ID="RadListViewItemDragHandle1" Height="160" Width="160"   
                                                    CssClass="dragdrophandleimage" runat="server" ToolTip="Drag and drop it on the list to">
                                                </telerik:RadListViewItemDragHandle>
                                            </div>
                                            </asp:LinkButton>

Can anyone help me with this? I should be drag the whole item as well as i should be able to click listview item as well.Is there any better way to achieve this?

Please help,
Thanks
Foram
Maria Ilieva
Telerik team
 answered on 12 Nov 2013
3 answers
124 views
Hi,

I am trying to set the background for our main items in the bar.
Attached please find the current look , and what I want it to look like.

Main requirements are:
1. Rounded edges
2. Gradient color
3. Text on top of the image, and not as a part of it.

I don't mind setting the bg color directly, or setting bg image,
but I'm not sure how to do this.

Could you please advise?

Thanks,
Omer
Magdalena
Telerik team
 answered on 12 Nov 2013
1 answer
189 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
157 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.0K+ 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
103 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
95 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
84 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
76 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
213 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?