Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
161 views
This control very good. But DropDownTree support check box on Tree and support multis value?
Santhosh
Top achievements
Rank 1
 answered on 26 Dec 2013
1 answer
215 views
Hi,
          we do Fortify scan for our application. we are getting issue under category  "JavaScript Hijacking: Vulnerable Framework" where ever we use Rad Script Manager. Do i need to do anything to avoind this or i can ignore this issue? Please suggest me.

Thanks,
Vidya.
Peter Filipov
Telerik team
 answered on 26 Dec 2013
2 answers
99 views
i have a radgrid with columns:  "x" and "Total" 
what i need is to display accumulated value in each row , e.i. :
first row contains x : 90 and total should be = 90+0;
second row contains : x= 15 and total should be : 15+ 90(previous value)= 105

etc ...


how can achieve that, by using itemDataBound event to set total value ,

thanks in advance
Princy
Top achievements
Rank 2
 answered on 26 Dec 2013
3 answers
139 views
In Q3 2013 SP1, the OnClientClicking handler of the RadButton will not get called after using the keyboard (enter key or spacebar) to activate the RadButton. 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<head runat="server">
    <title></title>
    <telerik:RadScriptBlock ID="RadScriptBlock1" runat="server">
        <script type="text/javascript">
            function clickHandler(sender, args)
            {
                args.set_cancel(true);
            }
        </script>
    </telerik:RadScriptBlock>
</head>
<body>
    <form id="form1" runat="server">
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager>
    <div>
        <telerik:RadButton ID="btnTest" runat="server" Text="Test Me" OnClientClicking="clickHandler"></telerik:RadButton>
    </div>
    </form>
</body>
</html>


The issue seems to have something to do with the set_cancel() call; if the button is changed to "AutoPostBack=false" and the set_cancel() call is removed, the behavior returns to (mostly) normal. In that case, things work as expected when the enter key activates the button, but the spacebar still causes erratic behavior.

Is there a different way to preserve OnClientClicking behavior with keyboard activation of RadButtons or is this a bug?
Nikolay
Telerik team
 answered on 26 Dec 2013
3 answers
102 views
Batch mode is really very useful.We love it so much althrough it has many limits.
The grid enables scrolling.when I apply batch mode in the Detail tables ,it works fine.we can scroll horizontally and vertically.
Unfortunately,after I apply batch mode in both Master and Detail table, the grid seems like applying the UseStaticHeaders property.Scroll bars are disappared.I think you guys konwing what I'm talking about. 
I wish some could help me ,otherwise I will not use the batch mode any more.
Here is the key settings.
thx in advance.
 
        <ClientSettings>
            <Scrolling AllowScroll="True" ScrollHeight="600px" UseStaticHeaders="false" />
        </ClientSettings>
 
<MasterTableView DataKeyNames="Id,OrderId,SourceAreaId" EditMode="Batch" CommandItemDisplay="Top">
 
<telerik:GridTableView runat="server" Name="OrderDetailsOfArea" EditMode="Batch" CommandItemDisplay="Bottom" DataKeyNames="Id" >
Vasil
Telerik team
 answered on 26 Dec 2013
3 answers
113 views
In Visual Studio 2013 Telerik RadGrid shows Detail Table empty after the Row Expand in
Both version 2012.2.724.40 and Version 2013.3.1114.45


for  Visual Studio 2012 Telerik RadGrid shows information in the detail table within the grid  after the Row Expand in
Both version 2012.2.724.40, but Empty in Version 2013.3.1114.45


any idea about this issue?


Vasil
Telerik team
 answered on 26 Dec 2013
1 answer
90 views
From a couple of things I'd seen I gathered that by building a dataset, populating it with the master table and any needed related tables, then setting the proper data relationships within the dataset that RadGrid would automatically create drop down columns for foreign key relationships that I had defined.

I haven't been able to get this to work to date, or find an example that matches this particular scenario as I'm dynamically defining all that in code.  Everything I see that does anything close just has fixed columns in markup.  But, this will connect to different tables rather than the same one all the time.

Is this something that can be done?  Or do we have to explicitly build each column and add them to the grid?

Shinu
Top achievements
Rank 2
 answered on 26 Dec 2013
1 answer
66 views
I am using RadGrid with Client-Side Binding (WCF Data Service), but Filtering and Sorting from the "Header Context Menu" don't work.
Any possible solution ?  
Tarek
Top achievements
Rank 1
 answered on 26 Dec 2013
1 answer
87 views
Hi,
  I have a requirement to upload multiple files, when i have files which having file names are very small. In this case the progress bars comes side by side instead of in a row. how can i avoid that.

Thanks,
Jagadeeswararao Chappa.
Princy
Top achievements
Rank 2
 answered on 26 Dec 2013
1 answer
254 views

Hello all,










I have a little problem: I have a modal popup that opens whenever the user click radbutton..I'm trying to open the modal popup from the code behind if the user click on the button how can I check if the user click on the button from the code behind?







(I don't want to use JS front code to open the modal popup)











*************code behind***********







 Protected Sub GenerateLinks()















        If Not String.IsNullOrEmpty(btnAddNewPerson.?????) Then







            ' ''Open RadWindow







            Dim script As String = "function f(){$find(""" + modalPopup.ClientID + """).show(); Sys.Application.remove_load(f);}Sys.Application.add_load(f);"







            ScriptManager.RegisterStartupScript(Page, Page.GetType(), "key", script, True)







            Exit Sub







        End If







End Sub















***********aspx code***********







 <telerik:RadButton ID="btnAddNewPerson" runat="server" Visible="false"  ClientIDMode="Static" Text="Add Person" AutoPostBack="false" OnClientClicking="OnClientClicking"/>







                                    <Icon PrimaryIconCssClass="rbAdd" PrimaryIconLeft="4" PrimaryIconTop="4" />







                                </telerik:RadButton>















******JS function*********















 function OnClientClicking(button, args) {







                window.location = button.get_navigateUrl();







                args.set_cancel(true);







            }
















Princy
Top achievements
Rank 2
 answered on 26 Dec 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?