IWorkbookExporter?
Sorry, the code I posted was for my export method. Here is the import code:FileInfo file = FileSystem.GetFile( "Select File",...
View ArticleLicensing cuestions
Hello, I have copied in your Sales Rep, Yuliana, on this ticket. She will be reaching out to you shortly to discuss. Please let me know if you need anything else. Regards, Jennifer Telerik by Progress...
View ArticleNuget
Hi Norman, You won't see it in the default list when you select the "Browse" tab. Instead, you need to search for it explicitly. I've attached a screenshot of me performing the search as of a couple...
View ArticleTelerik UI for Winforms or WPF ? which one would be the right option
Hi AllWe are currently migrating one of our application from which is built on Third Party software( don't want to name it) to Telerik . The Application is an Windows Forms application and we need to...
View ArticleMap tooltip template
Hello Adam, The fields that can be used for the template are the location and marker. In order to set the location like you've described into the template, use the following:<script...
View ArticleExporting transparent gradients
Hi,Is it possible to generate PDFs containing transparent gradients?Setting the alpha component on a solid object (RgbColor) works as expected; it's not fully opaque and any colours behind the show...
View ArticleRadAjaxManager making ajax calls only first time
I'm having the same issue but found something that may shed some light on the problem. My ajax call is updating a repeater. Even though I can't see the new value on the page it is there. By that I mean...
View ArticleExporting Unicode characters
Hi,Is it possible to export Unicode characters from supplementary planes (above Plane 0), i.e. those that need more than 2 bytes of storage? They seem to be silently ignored (normally a replacement...
View ArticleInline Editing of Dynamic Columns
I have a model with a dynamic number of attributes that I am displaying in a grid using the method described here. The ajax read, edit, and destroy functions work properly, but I can't get the create...
View Articlemaking specific labels bold on RangeBar series
I have created a rangebar series here: http://dojo.telerik.com/ePeLo/6What I'd like to do is make specific x-axis labels bold or have some kind of a "marker" line (see the attached image) - that marks...
View ArticleRadAjaxManager making ajax calls only first time
One more thing to add to my above post. If you do a Control-F for Search or View Source as stated above you must be using Chrome, did not do it in I.E.. I'm using Chrome Version 52.0.2743.116 m (64-bit).
View ArticleKey Delete disable to prevent the appointment elimination
Hi, it's possibile not delete the appointment then the user press the key Delete ?I have the ShowAppointmentDeleteButton="False" and the user delete the appointment usign the contexmenu, but if press...
View ArticleIssue with CheckBox in Grid - Batch mode
I'm struggling with this as well. I'm finding I have to click near the box, and then click the checkbox. Like Shreesh reported. So I looked at the code library work-around that Petur provided. That...
View ArticleReport Viewer and High DPI
We are having similar issues in our application when customers are using 4k monitors with 150% DPI. I may have overlooked it somewhere, but is there a way we can track the status of this bug/support...
View ArticleAdding ID of object submitted through AJAX request to my Grid
Okay, but how do I get the ParentID to the function? I'm able to store the ParentID in a div, but I can't access it until after the saveChanges() function has finished executing. When I try to look at...
View ArticleWeighted average
Does anyone know how to get a Weighted Average Aggregate out of the PivotGrid? Thanks, Erik
View ArticleNamespace Telerik.QuickStart can not found
I Have UI for Asp.NET Ajax Q2 2016 and there is no folder with the name of liveDemos\App_code so what will i doand give a valid answer above discussion answer are not working correctly plz provide a...
View ArticleRadgrid with multi detail tables
I managed to find a solution: protected void RadGrid_ItemDataBound(object sender, GridItemEventArgs e){ String sName = e.Item.OwnerTableView.Name;... if ( e.Item is GridEditFormItem &&...
View ArticleSwitching to Server Side binding gets "Object reference not set to an...
I got it to load by changing the view to:@(Html.Kendo().Grid<vNPISearch>() .Name("npi-grid") .DataSource(dataSource => dataSource .Server()...
View Article