I have a very annoying problem. When I apply a filter on design this filter does not work propertly:
<
telerik:PivotGridReportFilterField
DataField
=
"PolReemNumID"
Caption
=
"NÂș Interno (Reemp. por)"
FilterType
=
"DoesNotInclude"
FilterValues
=
"0"
></
telerik:PivotGridReportFilterField
>
In running the app the filter is applied and filtering but when I open the filter window and I change this filter it does not change the results.
I have seen that when I change the filter options running the app the filter collection (RadPivotGrid1.Filters) still has the previous filter.
For example:
I set the filter to DoesNotInclude and filter value 0 then running the app I set the filter to Include and filter value 0, the rows doesn't change and the filter collection shows as you can see in the QuickWatch result attached file the previous filter is not deleted so the new filter does not work.
Is there any way to solve this? Is there a method fired when the filter change to delete the previous filter?
Hi Everyone!
I'm new to Telerik Styling and I had and old web skin style (Forest Skin).
I'm trying to "Upgrade" the style to a new custom skin that is still available (Ex. Boostrap) and customize it with colours I need.
The problem relays on that when I finish my DLL of my custom Skin with Boostrap base and load it on my website, when I ran te program the controlers (Ex. Button) doesn't show it's css (It appears all transparent) when I use the Inspect Element of Chrome it looks like it's getting it's css from a WebResources that brings class "RgDecorated". But in my DLL "RgDecorated" does not exist.
I think this is that is getting css from a Telerik Default, buy I can't find it.
As an example of what I'm seeing I leave you two references pictures. One with old Forest.Skin.dll and one with new Forest.Skin.dll
I'm trying to disable or hide the toolbar buttons of a RadGrid on PageLoad, using the following code as suggested in one of the answers from http://www.telerik.com/forums/enable-disable-add-edit-button-in-rad-grid
radGrid.MasterTableView.CommandItemSettings.ShowAddNewRecordButton = false;
However, the buttons keep visible and working after this. Why? And how can I fix this?
I have a Heirarchical RadGrid on my page where MasterTable columns are different from DetailTable.
MasterTable Columns:
<telerik:GridEditCommandColumn EditImageUrl="~/Content/Telerik/Grid/Edit.gif" ButtonType="ImageButton" UniqueName="EditCommandColumn"></telerik:GridEditCommandColumn>
<telerik:GridBoundColumn UniqueName="PEER_SK" HeaderText="Peer ID" DataField="PEER_SK"></telerik:GridBoundColumn>
<telerik:GridBoundColumn UniqueName="PEER_NAME" HeaderText="Peer Type Name" DataField="PEER_NAME"></telerik:GridBoundColumn>
Detail Table Columns:
<telerik:GridBoundColumn UniqueName="PEER_SK" HeaderText="Peer ID" DataField="PEER_SK" Visible="false" ReadOnly="true"></telerik:GridBoundColumn>
<telerik:GridBoundColumn UniqueName="GRP_ID" HeaderText="Grp ID" DataField="GRP_ID" Visible="false" ReadOnly="true"></telerik:GridBoundColumn>
The grid displays fine. But When I try to expand MasterTable row, I get an error saying Cannot find a cell bound to column name 'EditCommandColumn'
I have set up a fairly complex notification system that is working pretty well... except for one small problem, whenever the update interval fires(with or without a notification to display) it interrupts the user. For example if you are typing into a text box and the update fires as you are typing, the typing either stops and then catches up in dumber controls, or is lost all together in controls like the RadEditor. In other words it is not firing asynchronously, it seems to freeze the browser as it calls the NotificationUpdate (server side) method. I have ajax timers in other places that don't seem to have this behavior and thought this should behave the same way.
The Notification is in the Master page (see control below), I have tried registering it in various ways with the Script/Ajax manager however it does not seem to make a difference... but I feel like maybe I am missing something there? What is the correct way to set this up so that it does not interrupt page load?
I think I amdoing the same thing as the demo here: http://demos.telerik.com/aspnet-ajax/notification/examples/updateinterval/defaultcs.aspx
except I can't really tell if it has the same behavior as there is nothing to type into there, and I am also doing more on the server side that would be taking longer.
<
telerik:RadNotification
ID
=
"rnNotice"
ShowCloseButton
=
"false"
runat
=
"server"
Skin
=
"Black"
LoadContentOn
=
"TimeInterval"
EnableRoundedCorners
=
"true"
EnableShadow
=
"true"
OnCallbackUpdate
=
"NotificationUpdate"
UpdateInterval
=
"3500"
Title
=
"Notification"
onclientupdated
=
"OnClientUpdated"
Font-Strikeout
=
"False"
Opacity
=
"95"
AutoCloseDelay
=
"0"
TitleIcon
=
"App_Themes/Blue/Images/bell.png"
>
<
ContentTemplate
>
<
div
class
=
"NoticeBody"
><
asp:Literal
ID
=
"lMessage"
runat
=
"server"
></
asp:Literal
></
div
>
<
telerik:RadButton
ID
=
"rbDismiss"
runat
=
"server"
Text
=
"Dismiss"
OnClick
=
"rbDismiss_Click"
SingleClick
=
"true"
SingleClickText
=
"Dismissing Notice(s)..."
>
<
Icon
PrimaryIconCssClass
=
"rbRemove"
/>
</
telerik:RadButton
>
</
ContentTemplate
>
</
telerik:RadNotification
>
<!-- RadGrid for Articles --> |
<telerik:RadGrid runat="server" ID="rgArticles" AutoGenerateColumns="false" AllowSorting="false" GroupingEnabled="true"> |
<MasterTableView ShowHeader="false"> |
<%-- Columns --%> |
<Columns> |
<%-- Title --%> |
<telerik:GridTemplateColumn> |
<ItemTemplate><a href="<%#Eval("EditionLocation")%>" title="<%#Eval("Summary")%>" target="_blank"><%#Eval("Title")%> (p<%#Eval("EditionPages")%>)</a></ItemTemplate> |
</telerik:GridTemplateColumn> |
</Columns> |
<%-- GroupByExpressions --%> |
<GroupByExpressions> |
<telerik:GridGroupByExpression> |
<SelectFields> |
<telerik:GridGroupByField FieldName="Edition" HeaderValueSeparator="Edition: " HeaderText="<%=String.Empty %>" /> |
</SelectFields> |
<GroupByFields> |
<telerik:GridGroupByField FieldName="Edition" /> |
</GroupByFields> |
</telerik:GridGroupByExpression> |
</GroupByExpressions> |
</MasterTableView> |
</telerik:RadGrid> |
Hi,
Is there any possibility of exporting the radgrid to JSON file. If yes please let me know how to do it. Thanks in advance.
Hi Telerik Team.
I'm using Telerik.Web.UI.2014.2.618.40 in my web application, and i have encountered a problem in chrome (and FF).
I'm using the RadEditor in some of my pages, when I open the document manager, then press the '+Upload' button in the toolbar,
in the popup (or modal) with the title 'Upload' the Select button doesn't respond (in chrome and FF, in IE it works great).
after opening the developers tools, I've found out that the file input which is hidden behind the select button and the text input of the file (if I understand correctly) is not wide enough, meaning, the file explorer opens only when i press the textbox input (becuase the file input is behind it) but when i press the select button (which the file input is not behind) nothing happens. I'/ve tried overriding the css and set the file input (it's class is ruFileInput) width to 100% without any success. I did override the css of the document manager popup itself using !important in my view in style tags, but when i did the same thing to the css classes in the file upload popup it changed nothing.
the css code i used:
input.ruFileInput {width: 100%}
to sum up, i'm not able to override the css of the file upload popup
the code for the radEditor
<telerik:RadEditor runat="server" Skin="MetroTouch" ToolsFile="~/*.xml" NewLineMode="Br"
StripFormattingOptions="MSWordRemoveAll,Css,Font,Span,ConvertWordLists"
Height="475px" Content='<%#Bind("*") %>'>
<DocumentManager UploadPaths="~/Files/Announcement"
DeletePaths="~/Files/Announcement"
ViewPaths="~/Files/Announcement"
EnableAsyncUpload="True" MaxUploadFileSize="10485760"></DocumentManager>
</telerik:RadEditor>