Export from RadFixedDocument to Stream
Hi, any news about split PDFs ? I install the 2016.3.1018 and add blank pages.ThanksDim Provider1 As New Pdf.PdfFormatProviderDim Stream1 As Stream = File.OpenRead(ArqPDF)Dim Doc1 As RadFixedDocument =...
View ArticleCompatibility with PRISM
Martin That is a very cool way on how you did the layout of the MailGroupView.XAMLYou coded the view alot more professional than I did, and I learn a great deal more insight.Thanks Steve Frierdich
View Article${xxx} vs #:xx# vs #=xxx#
I've been using #:xx# or#=xxx# until I saw the usage of ${xxx} in this example:http://demos.telerik.com/kendo-ui/sparklines/remote-data-bindingThe template documentation...
View Article'Sort' parameter of DataSourceRequest in MVC action is null.
Hi Kostadin, I have download your example but was missing a valid Kendo.mvc in the package so i used NuGet to update the project. Now the project starts but crash straight after beginning. regards,...
View ArticleMissing C# and VB.NET Code Templates
Hello Nikolay,It's good to know that this feature has become high priority, because I'm also waiting for it since i moved to VS 2015 (already one year ago). The previous handling of the templates with...
View Article'Sort' parameter of DataSourceRequest in MVC action is null.
Hi Kostadin, I cannot see any difference between my project and your project. To my own interpretation, the only way the DataSourceRequest parameter can be set is from the client side and server side....
View ArticleFilter in headers
Thanks for the response Vessy. Can you please also provide example where data is filtered accordinglyi.e. 1. on dropdown selection2. on free text filter
View ArticlePosition of categoryAxis labels
how do I force position of categoryAxis labels to bottom?$(".kpi-development-chart", row).kendoChart({ theme: "bootstrap", chartArea: { height: 200 }, dataSource: { data: dev...
View ArticleHow to make the radtreeview's item expand?
Thank you Milena. I solve the problem with IsExpanded property and DataBinding.
View ArticleHow to change the RadPane's order in RadPaneGroup?
Thank you Nasko. I use your code and it's well.
View ArticleHow to set enable=false for GridEditCommandColumn,GridButtonColumn?
Hi JayashCould you please guide me to find the controls text, There are 3 buttons in single tag.<telerik:GridEditCommandColumn HeaderStyle-Width="50px" ButtonType="ImageButton"...
View ArticleDatabase migration (how to check if table will be created)
Hello.I have added parent table to existing child table with existing data. I want all current data from child table to be deleted during automatic database update.Here is the code (...
View ArticleSetting and Changing RadNumericTextBox Positive and negative patterns Through...
I know this is an old post, but I'm trying to change a RadNumericTextbox formatting client side and I followed the code above and it seems to be working but when I type in a number I get the previous...
View ArticleImmutable Elements not working as intended?
This defeats the purpose of immutable elements!!!!!Any way to prevent this ?
View Articlechart selection behaviour is not working
I have the following code to make a pie chart: public void MakeChart (List<Report> data) { var chart = new RadPieChart (); var series = new PieSeries ();...
View ArticleUndefined variable in kendo.web.js in leafDataCells functio
We had this problem too... turns out to be an unrelieable array.prototype.sort() algorithm in the IE8 JavaScript runtime. Kendo.web.js reuses the a and b parameters in it's sort compareFunc - which IE8...
View ArticleGridView ExportCommand
Hi,thanks helped a lot, but how can i export some empty columns which are not in the GridView? ThanksRene
View ArticleGridView ExportCommand
Hi, solved, but one last Questions. How do i add some GrindLines to the exported pdf? I Use the "GridLinesVisibility="Both"" Property in my GridView, but on my Document they are not visible?! Thanks Rene
View ArticleGroup Footer row style messed up on expand/collapse group
Hi Stefan,After modifying code you have provide I am able to reproduce the bug. I am attaching t the screen shot of the bug.The difference I can see in code setup is, I am setting ShowGroupFooters...
View Article