Hi,
I want reorder rows in javascipt, move some rows up to first. I don't want to use Drag and Drop row.
Ideally, I have some sort expression and I want to to move some rows which contain value in expression up to first.
Is it possible to do this in javascript ?
Many thanks,
Quang Anh
I have bootstrap 3.3.6 in my .NET project and Telerik 2016.2.607.45 and have put a RadDatePIcker on my page. I have set the skin to Bootstrap, but the calendar icon is only half appearing. Are there any thoughts as to why this might be occurring?
When I look at the Developer Tools it appears to be linked to the box-sizing: border-box css property in bootstrap.min.css, as when I untick this the calendar appears correctly, but then the rest of the page's structure changes.
hello, i have a pivot grid in an asp.net web app. I have configured de localization using the resx files this way:
in app_globalresources i have the translated files
RadPivotGrid.Main.es-ES.resx
RadPivotGrid.Main.es-MX.resx
and the original RadPivotGrid.Main.resx
in the pivot grid i have this configuration:
<telerik:RadPivotGrid ID="RadPivotGrid1" runat="server" OnNeedDataSource="RadPivotGrid1_NeedDataSource" OnPreRender="RadPivotGrid1_PreRender"
AllowSorting="true" EnableConfigurationPanel="true" Height="545px" OnPivotGridCellExporting="RadPivotGrid1_PivotGridCellExporting"
OnCellDataBound="RadPivotGrid1_CellDataBound" OnFieldCreated="RadPivotGrid1_FieldCreated" Culture="es-ES" >
in the code behind i also include this line : RadPivotGrid1.Culture = System.Globalization.CultureInfo.CurrentCulture;
(the current culture in my PC is es-MX and it is the same in the server
after publish for deploy i have inside the bin folder 2 more folders named es-ES and es-MX inside that folder there are one dll named this way: Presentation.resources.dll (presentatio is a application layer)
when i deploy the app to the server the texts in the pivot grid remain in english, i only can se the spanish text in compilation time.
what i need to do to make this to show the text in spanish?
I've attached a mega menu example in the pictures below where the only thing I changed between the "Good" and the "Bad" was the "Display Intranet Sites in Compatibility Mode".
Basically when compatibility mode gets in the way the display of the menu gets completely messed up. Has anyone else had this problem / fixed it? The menu is part of a master page - which seems to drive the problem somewhat too - the master page was the generated single menu one that Telerik supplies.
The solution – according to the web – is to force IE to
display using the latest engine (EDGE) by doing the following with the
web.config:
<system.webServer>
<httpProtocol>
<customHeaders>
<add name="X-UA-Compatible" value="IE=Edge" />
</customHeaders>
</httpProtocol>
</system.webServer>
Or you can do the following in each page:
<head>
<meta
http-equiv="X-UA-Compatible" content="IE=Edge" />
</head>
Unfortunately in the environment I'm in – neither of those solutions
accomplishes the objective – the application stays in compatibility mode either
way – at least when a master page is involved.
I've noticed that the radGrid gets messed up to - the columns don't resize correctly. Plus the fonts get messed up somewhat when compatibility mode is engaged.
HELP!!!
Thanks,
Cory Aston
Hi,
I have a RadGrid with batch edit. Edititemtemplate has drodownlist that needs to have different values based on the datakey value of the row.
I have tried: 1. Grid Prerender, but cannot access dropdown at row level
2. Grid Item databound, cannot access edititemtemplate dropdown
Please suggest any ideas
Thanks
We are having an issue with the Delete command firing in Chrome when using a Command Text. I was able to duplicate this on your demo site.
1) Go to the following link: http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/manual-crud-operations/defaultcs.aspx
2) Delete a record in IE. You will see it works fine. The record disappears as expected.
3) Then do the same using Chrome. The command text pops up as expected, but if you click OK nothing is deleted.
I can duplicate this at will and have uploaded a video demonstrating the issue: https://youtu.be/_-KmZWCE8x8
Hello,
I'm using a RadTabStrip control and its OnTabClick event
It's working fine except for when the tab clicked is the active tab.
Then the event doesn't fire at all.
Is there a way to listen to a click event for an active tab ?
Thanks!

I am using a stored procedure to get a DateTable of ID (int) start date and end date (both Date Time). The columns are autogenerated. I want both date time fields to have just the date. I saw in the ItemDataBound to select the columns that have DateTime, but I do not see how to change the values to just date. I am using C#
(if (col,DateType == typeof(DateTime))
{
item(col.?
}
Thanks
