Hosting TeamPulse in Azure
Are there any known issues with hosting TeamPulse on Azure? Is it currently supported and are there any additional steps that are needed to get it working correctly?We are planning on migrating our...
View ArticleContext Menu or Context Menu Strip
how to show custom context menu strip on gridview cellcontext menu having items "red, green,purple,gray" colorsand when any color is clicked ...then background color of that particular cell should...
View ArticleTurn grid caching off for IE using web API
I have an IE problem with caching that i've seen many different places. My grid works fine on chrome/firefox, and it loads fine on IE. but if i add a new row set of data, the IE grid refresh doesn't...
View ArticleAdding telephone number link in hybrid app?
How would we add a telephone number link in a hybrid app? Or NativeScript app tooShould not seem that hard, but I added the link phone number on the <a href> tag using the tel:5552223333 format...
View ArticleLineSeries Point Shape
Thanks Dimitar. Just throwing out some results here..EllipseShape renders, but as a circle. How do I customize its shape? Am I missing something really obvious about these canned shapes? RoudRectShape...
View ArticleHow can I dynamically change the HeaderText of a GridColumnGroup on the client
Unless, or until, I hear of a better solution, I decided to do the following:masterTableView.getColumnByUniqueName("UniqueNameHere")._element.parentCell.innerText = "NewHeaderTextHere"; Essentially, I...
View ArticleHow to implement DetailView in Kendo
Hi, I have a ASP.Net MVC 2 project with Telerik MVC Extension. In it there is Grid that has DetailView to display another grid after clicking a plus sign. It works fine. But when converting the project...
View ArticleButton click on detail template is not firing (button on child grid in...
Hi Dimiter, To your solution, I need the Id for the checkbox because i need to find if the checkbox is checked when checkbox clicked. I have written code onclick of checkbox in which it checks if the...
View ArticleExport To PDF
Did more tests. Rolled back all Windows Updates on my Windows 8.1 workstation that were recently applied before June 10th. Rebooted, PDF Export started working under IIS. Added the updates back one by...
View Article500 error on deployment
From the console I get this error when using the radmenu onitemclick: Sys.WebForms.PageRequestManagerServerErrorException, ... "PRM_UnknownToken":"Unknown token:...
View ArticleDoes Kendo UI Editor support full screen mode?
Thx. Atanas. U gave me idea. I figured it out.
View ArticleSelected row of RadGridView does not display text!!
Detail Xaml Code is here. <UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"...
View ArticleSelected row of RadGridView does not display text!!
My company security policy block uploading image.So, I will post a sample source (.cs and .xaml).While this program is running, click and select some row.Then selected row shows just all blue bar...
View ArticleMultiSelectFor removing preselected items when filtering additional item
kendo 2015.1.318 \ JQuery 1.10.2 \ MVC 5@(Html.Kendo().MultiSelectFor(m => m.SelectedUsers) .Name("SelectedUsersBox") .DataTextField("DisplayName") .DataValueField("UserId") .BindTo(Model.AllUsers)...
View ArticleInput keyup event operations inside dataitem.set method will lead to input...
I tried both method, is all ok. Thanks!
View ArticleExport To PDF
I removed KB3057839 from my Win 8.1 dev pc and it fixed the PDF export on IIS 8.5.
View Articleappbuilder login for headless build server
I'd like to have our final app build-to-release process run through our Jenkins CI server so that we have an audit trail, consistency, etc.There doesn't appear to be any way to authenticate the...
View ArticleHow to edit javascript of any website
Hello,I am new to fiddler. I don't know yet how it works. I followed few online videos but those are not very helpful in my case.I would like to edit a website javascript. I tried firebug but the js it...
View ArticleBarcode to image?
If you want to create a barcode and save it as image in C#, the following codes may help you:Linearbarcode = new Linear();//Create a barcode <br>barcode.Type = BarcodeType.CODE128;//Select...
View Article