Kendo Grid Filter Posting Twice
Hello Tony, The second filter will be sent because the built-in filter menu will still filter the dataSource if the default action is not prevented. You should call the event argument preventDefault...
View ArticleTFS / Telerik VSX
Hi Jerome,TFS on-premise (as you say) is supported, however, our VS extensions are not tested against Visual Studio Online (I think now it is called Team Services). They may work, but we are not...
View ArticleStrange behavior on resizing column in case last column has fixed size
Hi Telerik, I have using GridView with some text columns and button column as last one. Text's columns are resizable with minimum size declared. Button's column is non-resizable and must stay...
View ArticleHow to invert the Arrow direction (not using FlowDirection)
Hi,how to invert the Arrow direction >> to << the property flowDirection isn't good for me because it's change all the inner controls directions Thanks
View ArticleSystem.ArgumentException - Source type must be an enumerable type.
Explicitly setting the FilterMemberType to the GridViewDataColumn by which filtering is applied has solved the problem.
View ArticleUpdate Cell Value
I don't agree with you. Your solution is not logical and is so complex. I want admins of this forum to help me.
View ArticleIgnorePaging exports everything in RadGrid
Hello,I've been trying to solve the problem by myself for a while now, but in vain.I have a RadGrid, in which I have a GridClientSelectColumn. I've written JS functions so that selection is saved in a...
View ArticleCell Data validation Rule corrupts itself on failed validation
Hi Alessandro, The observed is not the expected behavior of the Spreadsheet and could be considered a bug. I have logged an issue on that in our public repo, so you will be able to track its status. As...
View ArticleDelete rows from Kendo Grid with Pagination
Hello Mohammad, The checked rows from different pages in the Grid can be deleted using the remove method of the Kendo UI DataSource, or its pushDestroy method. The difference between pushDestroy and...
View ArticleDisplay files on the Kendo File Upload Area
Hello Kedarnath,You could check the following approach for displaying initial files in the widget:http://demos.telerik.com/aspnet-mvc/upload/initialfiles Nevertheless it does not rely on the actual...
View ArticleKendo Upload with Display File
Hello Kedarnath,Is this thread a duplicate of the other one on the same topic? If that is the case, we could keep the discussion there. Regards, Dimiter Madjarov Telerik by Progress Get started with...
View ArticleAcessinf nested subreport properties.
Fixed! I had some issue finding my SubReport because i was looking in the "SubReport" and not in the "SubReport" . A SubReport is the Report Source of a SubReport. the frist on is an other report, the...
View ArticleGraphic synchronisation
Runnable sample here : https://mega.nz/#!WBtk2JDY!SBXQMdDL7BIIJ3qWz80-5o6O4l4o-6v9lciYAvEV9w0In this sample, the two graphs must start at the same time (11/08/2016 09:40:00) but one start at 09:43:30...
View ArticleCannot add a spreadsheet control inside a PanelBar
Hello Alessandro, Based on the code snippet send, I was able to reproduce the issue observed. I was able to solve the problem, by resizing the spreadsheet after expanding the PanelBar item. In order to...
View ArticleIncorrect Values being Plotted
Im trying to work out thisproblem using javascript. I currently have: series.TooltipsAppearance.ClientTemplate = "#=getToolTip(dataItem)#"; functiongetToolTip(dataItem) { try{...
View ArticleCustom PointSeries
Hello Martin,I try the example which is in this website, but I can't insert a picture in DataTemplate.How I can do reference to my picture ? Don't forget : I want to have my point (which can be red,...
View ArticleRadgrid borders are missing
Hi, I have radgrid created, populated dynamically from the cs page and it has horizontal scrollbar, I found the borders are missing at the right side when the grid appears, when I scroll to right I...
View Articleradeditor showing a box inside and multiple reject changes button issue.
we are using Telerik 2014.2.724.45. I know there are latest versions available. Since our application is already has gone live, we cannot upgrade the version now. So please suggest any hotfix...
View ArticleLimit the text that is shown in kendo scheduler month view box
Hello, You can use the ternary operator in the eventTemplate to display either the initial title, or a modified one, depending on the initial title length, e.g.:Title: #=title.length > 10 ?...
View Article