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

I am trying to create a simple RadTabStrip with 2 RadTab's.  I would like the RadTabStrip width to be 100% and each RadTab to be 50%.  But when I put a percentage in the RadTab like below it seems to ignore it.

I am using Telerik UI  for ASP.net Ajax v.2014.3.1209.40.  Thanks in advance.  I appreciate the help.

<div style="width: 100%; max-width: 1000px;">
    <telerik:RadTabStrip runat="server" ID="RadTabStrip2" MultiPageID="RadMultiPage1" SelectedIndex="0" Skin="BlackMetroTouch" Width="100%">
        <Tabs>
            <telerik:RadTab Text="Sign In" Width="50%"></telerik:RadTab>
            <telerik:RadTab Text="Sign Out" Width="50%"></telerik:RadTab>
        </Tabs>
    </telerik:RadTabStrip>
</div>
Ivan Danchev
Telerik team
 answered on 27 Jan 2015
1 answer
187 views
I have a radgrid and i have added radtreeview control in the item template. We have enabled the checkbox option for radgrid. I have a normal checkbox (like select all) at the radgrid header template. if I check this normal checkbox, then all the checkboxes (of the tree nodes) of all treeviews in the item template of the radgrid should be checked and if we uncheck then it should uncheck. I need to achieve this by using jquery. Because, we don't have option to handle this on server side. I have written the below script but id does not work for me.


function SelectAllNodes(check, parentID) {
    var parent = $("#" + parentID)[0];
    if (parent) {
        $('#' + parent.id).find('tr').each(function () {
            var row = $(this);
            row.find("#RadTreeView1").find("INPUT[type='checkbox']").each(function () { $(this).attr("checked", check) });
        });}}
Here 'parentID' is the radgrid control id and 'RadTreeView1' is the radtreeview control id placed in the item template. I want to loop through each tr of radgrid row's instead of using radgrid client side methods to get each row of radgrid. 

Please help me on this.

Thanks







Jithendra
Top achievements
Rank 1
 answered on 27 Jan 2015
2 answers
341 views
Is there a way to force a page-break into an Excel (HTML) export file - at a row of my choosing?  I can't find anything in the documentation about page breaks - and the forum search also turned up nothing for me.
Kostadin
Telerik team
 answered on 27 Jan 2015
1 answer
591 views
Hello, I'm a current customer. We just purchased DevCraft not long ago...and I've been implementing a bunch of controls.

I have a spec from a customer to build an image map of a movie theater, and then you click a seat and I add it to a cart. Also, seats will be colored...red if unavailable, green if available.

With that being said, can the ASP.NET Map control be used for this? Or only for 'live' maps, such as Bing? 

If this control is not suitable, is there another in your Suite?

I realize .Net has an ImageMap control, but it doesn't support Styling or IDs on hotspots.

Thanks!

Jay
Ianko
Telerik team
 answered on 27 Jan 2015
3 answers
219 views
Hi
I want to use RAdHtmlchart for our new project. We use asp.net.vb Is there any 3D bar/column  chart  available in RadHtml Chart. How do I pass the dataset in creating Column chart /bar chart in code behind

Thanks
Rajeswari Raman
Danail Vasilev
Telerik team
 answered on 27 Jan 2015
2 answers
224 views
Hi All,

I'm using RadFileExplorer for network shared folder. I can view folder correctly but when i cliec the file to open
i get this error "CS0433: The type 'PathHelper' exists in both 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET ...

I added the error page photo.

Can you suggest any solution

best regards





YUNUS EMRE
Top achievements
Rank 1
 answered on 27 Jan 2015
5 answers
226 views
Hi,

I have a weird problem with the WebResourse.axd. I am getting the attached error when i deploy the code to test region and is working fine in my local.

If i remove the Rad Ajax Panel, it is working fine.

Did i miss any configurations?

Thanks,
Prabhakar Bolla
Konstantin Dikov
Telerik team
 answered on 27 Jan 2015
1 answer
154 views
Hi Guys,

May I ask for your opinion if this graph is possible with telerik Bar Chart?
The one with erasures has texts on it that holds the Categories.

Thank you for your responses.
Danail Vasilev
Telerik team
 answered on 27 Jan 2015
1 answer
744 views
I am new and just started using telerik tools.  I have an application where I am using a radtextbox to input a phone number. I have used "maxLength" to control max number of characters.  Now, to just make sure the user enters the minimum number of characters, I am not sure what to do.  Was wondering if there was a minLength property within telerik or not. Thanks 
Eyup
Telerik team
 answered on 27 Jan 2015
1 answer
75 views
I have looking everywhere for a simple step by step method for enabling basic grouping in a grid either design or code. This link (http://www.telerik.com/help/aspnet-ajax/grid-design-grouping.html) shows fields for selection, I do not see the fields for selection. I have attached a screen print of what I can see. Thanks in advance.
Kostadin
Telerik team
 answered on 27 Jan 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?