Crosstab rows repeat
Crosstab rows are repeating for me when binding the DataSource to the parent DataObject (table group data). I'm using this as my group field: =Fields.StartDate.ToString("D"). This happens if I try to...
View ArticleRadGridView with Print option
Hi Praneeth, The ExportToWorkbook method was introduced in R1 2016. Can you please confirm what is the version of the controls that you are using? Please review the following article from our...
View ArticleValidation Issue
To make it simple, i isolated DropDownList (retained datasource, etc) and ran the project. Still a small validation baloon with exclamation mark (without message) shows up at DropDownList when i try to...
View ArticleOpening File Explorer control from another user control
Issue seems to be caused by 'EnablePartialRendering' on the master page. Removing this property, it works fine.<asp:ScriptManager ID="scriptManager" runat="server" EnablePartialRendering="False"...
View ArticleTall and Wide table causing extra pages in report
Hello Joe, This is the expected behavior when horizontal paging occurs - Understanding Pagination (Horizontal Paging). To avoid the empty pages, test using custom PaperSize that will gather the widest...
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 Article