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

I am having an issue with enabling the keyboard interface on a TabStrip.

I have seen articles and code that indicate this can be an 'out of the box' feature of tabstrip, but I'm not getting the effect I want or expect.

I have a TabStrip with three tabs. Underneath it I have a RadMultipage with three PageViews.

I have added the AccessKey attribute to each of the tabs, and yes the focus rectangle moves from Tab to Tab.

But I also want the selection to change AND the appropriate PageView to become active.

Does anybody have ideas on how to pull this off.

TIA
Nencho
Telerik team
 answered on 05 Feb 2014
1 answer
232 views
I have chart with some values as shown on the picture. I want X label value to be project name, but now I have data in series and on x i have (1) not the project name. so How to force X values to bound the project name from database Programmatically ?
 heres my code:

ChartSeries series1 = new ChartSeries("Estimated Hours", ChartSeriesType.Bar);
ChartSeries series2 = new ChartSeries("Actual Hours", ChartSeriesType.Bar);
ChartSeries series3 = new ChartSeries("Variance", ChartSeriesType.Bar);

foreach (DataRow dtrow in dt.Rows)
{
series1.Items.Add(new ChartSeriesItem(Convert.ToDouble(dtrow["estimated_total"]), dtrow["estimated_total"].ToString()));
series2.Items.Add(new ChartSeriesItem(Convert.ToDouble(dtrow["actual_total"]), dtrow["actual_total"].ToString()));
series3.Items.Add(new ChartSeriesItem(Convert.ToDouble(dtrow["variance_total"]), dtrow["variance_total"].ToString()));

}

RadChart1.Series.Clear();
RadChart1.Series.Add(series1);
RadChart1.Series.Add(series2);
RadChart1.Series.Add(series3);
mahmoud
Top achievements
Rank 1
 answered on 05 Feb 2014
1 answer
90 views
Hello,

I am using telerik radfileexplorer. when i try to rename a file or folder, right and left arrow key are not working.
Shinu
Top achievements
Rank 2
 answered on 05 Feb 2014
1 answer
184 views
Hi,
I have a grid with detail table.
I want to allow only one row selection on Master Table.
But I want to allow multi row selection on Detail Table.

How can i do in Javascript.?
Princy
Top achievements
Rank 2
 answered on 05 Feb 2014
1 answer
40 views
editor's insert media is not working , when placed inside jquery tabs

This is happening in chrome only.

Thanks
Dobromir
Telerik team
 answered on 05 Feb 2014
1 answer
139 views
If you add a form element to the Rad Editor then click on it you should get the Rad Editor Node Inspector to show on the bottom (if it is enabled). However, if I add any elements to the Rad Editor in IE11 I am having trouble getting the Node Inspector to display consistently.

If I were to remove all content from the Rad Editor and add a textbox and click on it I will get the Node Inspector, if I then enter a space and add another textbox and click on that one, there will be no Node Inspector. It also seems that it will completely stop working at times, then randomly start working for some elements, then stop.

I was able to reproduce this behavior on the demo site.

Does anyone know of a work around for this?
Slav
Telerik team
 answered on 05 Feb 2014
8 answers
893 views
This really should be a very simple task to perform, but so far, we have only been able to find quite complex solutions based on "faiking postbacks" for it, that also seem hard to maintain over time (think Classic ASP). How do we  catch Close events of a RadWindow in server side code so that we can execute some of our own code? This must be a very common scenario so I can't believe it not to be a simple built in solution for it? In case there really is not good solution for this, what is the least bad one to achieve the same thing? 
Marin Bratanov
Telerik team
 answered on 05 Feb 2014
5 answers
132 views
Hi.  I'm trying to get the DAValidation control to render client side errors with the telerik ListView control in either InsertItemTemplate or EditItemTemplate.  At the minute nothing is rendered when I break one of my entity rules.  The DAValidation control works fine within templates in a standard asp FormView template but not with Telerik controls.  Any help would be greatly appreciated.  I have provided a sample ListView below:


<telerik:RadListView ID="frm" runat="server" OnPreRender="frm_PreRender" >

<ItemTemplate>
<asp:Label ID="lbl" runat="server" Text='<%#: Bind("Forename") %>' />
</ItemTemplate>

<EditItemTemplate>

<dav:MetadataSource ID="MetadataSource1" runat="server" ObjectType="<%$ Code: typeof(LE.Entities.Employee) %>">
</dav:MetadataSource>
<dav:DataAnnotationsValidator ID="davName" runat="server" ForeColor="Red" ValidationGroup="PersonalDetails" MetadataSourceID="MetadataSource1" ControlToValidate="txtName"
ObjectProperty="Name" />
<asp:TextBox ID="txtName" runat="server" ></asp:TextBox>

</EditItemTemplate>
</telerik:RadListView>




















Marin
Telerik team
 answered on 05 Feb 2014
1 answer
67 views
Hi all,

I have a a editor tool group with a editordropdown in it, it is being loaded server side which populates the items into it - when clicked it is pasting in its contents into the editing field.  In all other browsers the control works as expected, but in chrome and opera, when you click on a item it does not paste the text into the editor box, and in opera you can not scroll down the list as it closes the drop down altogether !

Any suggestions ? Thanks

Telerik RadControls for ASP.NET Ajax - version no 2013.3.1114.40
Marin Bratanov
Telerik team
 answered on 05 Feb 2014
2 answers
48 views
Hi,
I am using the trial copy of telerik for asp.net. It's working fine for all type of browsers. In a scenario where the IT team have restrict the user access and allowing the domain URL on which the Application is hosted, the browser giving error : 'Telerik' is undefined".
Telerik controls are then stuck and fails to populate. I am using .net 4.0.

Regards
Jiten
Top achievements
Rank 1
 answered on 05 Feb 2014
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?