Doughnut Chart not displaying data in UWP
Please close. Issue resolved. In the legend definition, was using instead of doighnutseries.
View ArticleGrid / ForeignKey Column Demo Error
Hi thereI was trying to reproduce the Demo: http://demos.telerik.com/php-ui/grid/foreignkeycolumnAfter carefully writing the code almost exactly as the Demo in my TestPage.php (just changing database...
View ArticleMake node not selectable but expandable
That would be an ugly client side hack to compensate for lacking functionality.
View ArticleGetting error with [Everlive setApplicationId:myAppId]
When I'm calling [Everlive setApplicationId:myAppId] I'm getting this error: duplicate symbol _kAdfsSoapMessageTemplate in:...
View Articleformatting radgriddateView
I know this is older post. But related to this, is there a way to do it when binding data from a datatable to the grid?Or is the way to loop thru the columns created and set NullValueOr is the way to...
View ArticleHow to make tab title text update dynamically through data binding?
Another way I tried was to use AngularJS binding syntax in the text field value, like so:http://dojo.telerik.com/AYofE/2Please note that the first tab object has a name value of {{options}} and instead...
View ArticleAngularJS component with ng-if
Angular newby here,I am having troubles with setting up the validator together with an ng-if directive. I figured out ng-if creates a new child scope but I am unable to access the parent validator...
View ArticleTitle Text on RadSlidingPane Rotated / Upsidedown in Edge
Hi,I had the same problem and ended up creating images to replace the text. You need to leave the title in place and set TabView="ImageOnly" then set the IconUrl path to you...
View ArticleGetting error with [Everlive setApplicationId:myAppId]
Hi Felippe, Please check the attached version of the SDK, it should be working properly. Sorry for the caused inconvenience, we'll update the SDK in the cdn as soon as possible. Regards, Dimitar...
View ArticleHow to make tab title text update dynamically through data binding?
I actually went ahead and debugged the Kendo source code and found that currently, when tabs are created through the dataTextField, the "encoded" option for the tab is not set to false. Therefore, all...
View ArticleExport to Excel check box issue
I was able to figure this out. In case anyone is wondering... I used the Display property rather than visible and it worksSo.. RadGrid1.Columns(0).Display = Falserather thanRadGrid1.Columns(0).Visible...
View ArticleFileter and Paging
Hi Rajendra, Please take a look at this Telerik Dojo which illustrates a Kendo Grid with a Pager and Filter. Unfortunately, I am unable to replicate your scenario. Please update the attached dojo or...
View ArticleHeight on pageheader section
Thanks Steve! I know your post in years old, but I just came across it today and your solution worked great.
View ArticleHierarchial Grouping using Rad Grid
Hello PavinaMy scenario is very similar to the example I was pointed to. Instead of RadTree being nested I have TreeList. TreeList doesn't seem to behave the same way. I can't even find many...
View ArticleFileter and Paging
Please See the code below. If I remove the paging filter Works fine. $(document).ready(function () { var createGrid = function () { $("#srchgrd").kendoGrid({ // dataSource: remoteDataSource, editable:...
View ArticleHow to install Telerik UI for Xamarin on Mac OSX
I would also like to get a Mac download for the trial, but I cannot find any links to it. None of the above links work, and there does not appear to be a "UI for Xamarin Cross-Platform" anywhere on...
View ArticleChanged project to newest cordova version, Now IOS missing icons and...
I switched to the newest cordova version, but my IOS icon does not show up, just the default cordova icon. I re-uploaded the icon image using the tool, but it had no affect.
View ArticleHierarchial Grouping using Rad Grid
I was pointed to --http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/hierarchy-with-templates/defaultcs.aspx This ex has RadListView inside RadGrid. I want to have RadTreeList. Thanks, Raka
View ArticleTrackExceptionRawMessage - contextMessage in dashboard
Never mind, found it - had to go to Live mode
View ArticleCustom Filter on Large Data
Greetings,I'm using a Kendo Grid with server paging and filtering, as we are handling big data, our data source only contains a limited number of records based on the page number and the number of...
View Article