How can I prevent a filter row from hitting the server unless the user clicks...
I have a filter row on a grid and it seems that every time the filter inputs are used (loss of focus from tabbing out, or clicked on if radio button, or selected if dropdown) the grid hits the server....
View ArticleResult set is discarded : New database transaction was started
I am getting the 'Result set is discarded : New database transaction was started' error in code. I am retrieving data from DataAccess using the below LINQ query and then in code I am just filtering and...
View ArticleDoughnut pie chart in UWP
Hi, - You can find a tutorial and sample code for implementing a Doughnut Chart here - You can also find a tutorial and sample code on how to implement a Legend that uses the same colors of the...
View ArticleGet word count
I have a RichTextBox bound via a DocxDataProvider. I'm able to get the wordcount via the StatisticsInfo object.Wondered if I have the RichTextBox content in a byte array, can I convert this to a...
View ArticleRadEditor Loses Entered Value
I am trying to access text entered into a RadEditor but when I try to retrieve the value in a button click event there isn't any value there. It works fine in Chrome but not IE 11. Here is the UI...
View ArticleBug? Cannot hide column from column menu
With the following grid setup, I cannot hide a particular column through the column menu. Is it a bug?Grid setup (plunk <= try reproduce it here!)columnMenu: true1 column (FirstName) with locked =...
View ArticleVisual studio 2015: build failed
ok forget , i found the bug. There was a self reference and the model doesn´t like it.
View ArticleSilverlight disable
My page is requesting silverlight and I cant figure out which control might be requesting this or how to disable the optionIs there a way to disable this entirely as the page runs fine without...
View ArticleExport pdf and send to the server instead of the client?
Hi, do you have a rough example of this method? Thanks
View ArticleSpreadsheet issues
hello Alexander, I am trying to import excel file to kendo spreadsheet. public ActionResult Upload(HttpPostedFileBase file) { var workbook = Workbook.Load(file.InputStream,...
View ArticleModel class sets dirty = true even if set event is cancelled
When calling set() on a kendo Model object, the 'dirty' field appears to be set to true even if the set is cancelled from the "set" event. See http://dojo.telerik.com/UMOVU for an example of this...
View ArticleScale valueAxis line chart
Thanks for the reply. I will take look at the scatter chart and see if that will fit our needs. And see if changing the values to numbers helps out at all.Thanks
View ArticleRadSchedulerDialog with custom appointment
I have fixed this issue. I was manually adding appointment based on the .NET appointment class and then trying to edit them using the editor.Next issue is now I cannot get the editor to save a new...
View ArticleUnable to clear values programmatically when using virtualization
I am trying to clear values in a MultiSelect widget that utilizes virtualization. If I filter to an item that is outside of the initial data load and attempt to clear the value via javascript I get the...
View ArticleClearing unexpected message boxes
Is there a way to clear unexpected browser message boxes that might display when running an automated test?Occasionally, our AUT will display a message box if the test fires an event before the UI is...
View ArticleDocumentation not working
Hello Guys, We had a slight issue with the hosting provider and the problem should be resolved now and docs are up and running. Regards, Kiril Nikolov Telerik Join us on our journey to create the...
View ArticleHow is Fiddler 'fixing' a CORS error in MS Edge?
Ah, right, there's another factor at work here if you're using an Intranet site as the target of an XHR from a site in the Internet zone.Edge runs in Enhanced Protected Mode (AppContainer). That has a...
View ArticleColumn Graph Showing Sums
I have a report with a stored procedure for a datasource, returning 196 rows, which contain current month and YTD sums of database fields. I want to generate a column graph that displays 6 of these...
View ArticleGantt Tooltip ignoring tool tip properties?
If I try to use tooltip properties described here: http://docs.telerik.com/kendo-ui/api/javascript/ui/tooltip In the Tooltip section of the Gantt configuration they get ignored? For example the Height...
View Articleexport excel and pdf export, no file created
I am trying to create a kendo grid with excel export. My data is shown precisely as I want it and the grid works fine. However, the saveAsExcel function triggers the excelExport event, but no file is...
View Article