RadGridView problem using ExpandAllGroups
Hi Stefan, thanks for the reply. Yes, the Flat GroupRenderMode is showing the value of the property, but I don't need it to be displayed. Is there a way to hide it?
View ArticleCustom Validation
Is there a way to use validation on spreadsheet cells that includes a regex? I have two validators I need to set up. The first is just to make sure it is an integer, and the second needs a string...
View ArticleChanging the background color of the itemstyle dynamically
Hi David, You can accomplish this with a Converter. As an example, imagine we have a list of cars, where a car is:public class Car{ public string Make {get; set;} public double Price {get;set;}}...
View ArticleCompatibility with Excel XLSX Files
I have begun implementing a prototype application using RadSpreadsheet. In this app, we would like to be able to copy/paste from exisiting Excel spreadsheets and also open existing Excel spreadsheets....
View ArticleRenamed files on the server
Hi, I would like to follow-up on this with another question. I have the exact same scenario, where the file is being renamed on the server-side. I understand how to get the meta data from the response...
View ArticleDynamically set options.rows
I am adding data to a spreadsheet using the following:varspreadsheet = $scope.spreadsheet;spreadsheet.fromFile(newDataFile) .then(function() { // do something here });Is there a way to...
View ArticleRefreshing On Interval Clears Content
I have a simple update on interval application (pretty much same as this demo: http://demos.telerik.com/aspnet-ajax/notification/examples/updateinterval/defaultcs.aspx ). The problem is if you set the...
View ArticleRadgrid master With several Details
Hi Telerik!I wounder If it Possible to assign two or more different details tables to one grid?actually I want to have conditional details tables depends on master's selected row that makes me able to...
View Articledata binding
I have a similar application, but I'm not able to bind to the UI dropdown list. The step allows selection by Index, Text or Value, but the Step Properties does not show a property for Bindings, as...
View ArticleUnable to locate Page Element by Find.ByXPath
Hello, I'm having trouble with using Find.ByXPath function in the Test Studio api. <li class="k-item" role="treeitem" aria-selected="false "...
View ArticleSpreadsheet issues
I am putting spreedsheet is div . and hide that div on load. and on button click show the div . but spredsheet giving error like _grid is undefined and no rows and column are coming. even if i put grid...
View ArticleBing Map end of life
I've noticed that MS is ending their Bing Map control. https://www.microsoft.com/maps/discon-control-migrat-guide.aspx I want to be sure that Telerik RadMap with the BingMapProvider will not be...
View ArticleSpreadsheet issues
I am also trying to put Kendo spreadsheet UI in kendo window UI ..then it is also giving same error i.e _grid is undefined or null.here is code . please help.@(Html.Kendo().Window().Name("Window")...
View ArticleDropDownList in nested grid
Thanks Peter! I'm getting the following errorVM529:3Uncaught ReferenceError: IssueCaretaking is not defined I have my IssueCaretaking template (ClientCategory.cshtml) in the...
View ArticleTooltip visibility toggle based on task field
I can and have done that for different task types already. What I am trying to do is completely turn off tooltips for specific tasks. I'm not sure that's feasible. Here's the latest version I tried -...
View ArticleRadGrid
I want to create a radgrid for student gpa's per semester and the yearly cumulative. It would look like this Academic Term GPA Detailed GPA Fall 2014-2015 3.00 Springs 2014-2015 3.5...
View ArticleResize height of Spreadsheet widget to fit
When the spreadsheet loads, the width loads perfectly well and it automatically adjusts to browser resizing. Awesome sauce.Is there a way to coax the height of the widget to do the same? Something...
View ArticleOnBatcheditopen event of rad grid
Hello, I assume that if you inspect your browser's console you will notice that a JavaScript error is thrown which most probably prevents editor to close. Regards, Pavlina Telerik by ProgressDo you...
View ArticleHow to highlight parent(s) of checked node
I want to do something like what happens at http://demos.telerik.com/aspnet-mvc/treeview/checkboxes, where when you click a node, its parent nodes light up but are not checked. I've looked at the demo...
View ArticleBug? Provider order
Was this ever fixed? We are switching to Bing Maps and have the same problem. OSM had no issues. We are using 2014.3.1202.Our custom provider is on top of the bing map. When the user zooms we have to...
View Article