Here attached sample RadMenuDemo for telerik version “2013.3.1217.45” and “2016.3.1018.35”.
Tab order (move from the top left to the bottom right) which comes under 508 compliance is not working properly from keyboard for telerik version (2016.3.1018.35).
Whereas tab order was working fine with telerik version (2013.3.1217.45).
Steps to reproduce issue.
1. Browse file RadMenuOnly.aspx.
2. On click of tab button from keyboard, the cursor should navigate to each menu (move from left to right).
3. But radmenu for telerik version (2016.3.1018.35) switch between “Home” and “Product” menu tab.
Configuration details
The attached applications is deployed in IIS version 8.
Operating System :- Window server 2012 R2 Standard.
Browser IE11 (11.0.9600.17690).
Hi all,
Our customer is using a Telerik version 2008.3.1125.20. However, when upgrading to the latest windows server (test environment), many of the components are not working.
They plan to purchase the latest version of the Telerik, but before that, they need some information:
1. Is the new version drastically different from the version indicated above. Meaning, do they have to re-write a lot of code?
2. Can the existing system work as it is (with minimal changes at the script level without touching code-behind) till such time their procurement process goes through?
Please do let me know. Apologies for the brevity. I will respond to questions that you may have with regards to the environment or any other matter.
Best Wishes
Prasso
Hello,
if i bind a RadGrid with a DataTable as DataSource.
There are no columns in the RadGrid only the DataSource had some.
Displaying the data works.
I have to let the user group the columns. It don't work if there are none.
GridColumnGroup colGrp =
new
GridColumnGroup();
colGrp.Name = TextBox1.Text;
colGrp.HeaderText = TextBox1.Text;
RadGrid1.MasterTableView.ColumnGroups.Add(colGrp);
RadGrid1.MasterTableView.Columns[0].ColumnGroupName = TextBox1.Text;
RadGrid1.MasterTableView.Columns[1].ColumnGroupName = TextBox1.Text;
Please take a look at the added pictures.
I have an odd issue with the display date being in the wrong culture. When simply adding the control on the HTML side, there is no problem.
However, in our situation, we have the datepicker embedded in a user control. The user control is then dynamically created on the fly when needed using the TemplateControl.LoadControl method.
I have read an older article in the UI for WPF forum that I can set the Culture to Null. However, I cannot seem to do this programatically on the ASP.NET side, as we are using UI for AJAX. Any help with this issue would be greatly appreciated.
I am facing an issue with close and rebind radwindow when i click button to close window and rebind radgrid in parent page.
it work on IE, chrome but it does not close and rebind data on safari.
RadWindow code behind
protected void Button1_Click(object sender, EventArgs e)
{
InjectScript.ClosePopup(this, "CloseAndRebind('navigateToInserted')");
}
InjectScript class
public static void ClosePopup(Page p, string jsFunc)
{
ScriptManager.RegisterStartupScript(p, p.GetType(), "CloseWindow", jsFunc, true);
}
t
I've got a custom Context Menu that is accessible from anywhere in my grids for setting gridlines (horizontal, vertical, both, none), or export to excel, which I've gotten to work very well.
I would also like to include the HeaderContextMenu (columns) only, so the users can customize the columns displayed. I've been completely unsuccessful in getting those to work as one item. In short, is there an easy way to add the columns like those shown in the HeaderContextMenu to my custom context menu and have it function like it does from the HeaderContext menu, with persisting the displayed columns after the users makes their column display choices.
As it is now, I have my custom context on the grid and the headercontext columns accessible from the header only.
I would like to fire a RadComboBox's SelectedIndexChanged event from another function in JS. For a standard dropdown list I would use "onchange()" but for the RadComboBox I get TypeError: RadComboBox1.onclick is not a function. Is there a way to fire a selectedindexchanged event from javascript on a radcombobox?
Example:
function
fireSelectedIndexChanged() {
var
comboBox = $find(
"<%=RadComboBox1.ClientID%>"
);
comboBox.onchange(); <---- fire selectedindexchanged event
}
Hi,
I would like to know if the gantt web control for ASP.NET, have a feature to export the content to Ms project