All day area
Hi Asanka, Thank you for contacting us. What we could suggest you in order to achieve the desired appearance is to change the Background of the Appointmens if they are AllDay and are situated into the...
View ArticleGrid popup edit template with dropdownlist with no FK
Hi Daniel, Thank you for the reply.I used the code above but now I am getting this error in the console:Uncaught ReferenceError: additionalData is not definedHere is how my view looks now:@using...
View ArticletextForAxis delegate method called multiple times
Hi Jack,Your suggestion about limiting variables initialization during the textForAxis:value:atIndex: proved to be effective. However, my graph does not seem to limit the initial number of ticks...
View ArticleRadDataGrid issue on Windows 10 Universal App
Thanks for the reply. Please find the below details about OS, Visual Studio and Telerik Version. I am not able to attach the same code to this post. Let me know how I can provide the code. Is it...
View ArticleInvalid Operation on projection with "as" operator
Hello Paul, Can you work around this issue by calling .ToList() first and then projecting the result however you want? If this is the complete query that you have you are already selecting all...
View ArticleRadDataGrid issue on Windows 10 Universal App
Just attaching the xaml part where telerik grid binding is done.Also attaching solution structure.
View ArticleLightSwitch Application with JustTrace
Hi again Harsh, Thank you for the additional information. It seems like there is indeed an issue when profiling LightSwitch projects with JustTrace inside Visual Studio. Could you please check if the...
View Articlemulti sort behavior
Hi, my question is on the same subject, so I'll add my comment... We just tried the "grid sort multiple" mode. It's very strange that, by clicking the "second" column we need to sort, it doesn't sort...
View ArticleAppbuilder CLI - Simulate Crashing
Hello Evan, On Mac, the Simulator's cache is found under: /Users/{USER}/.local/share/Telerik/BlackDragon And the AppBuilder's CLI cache:...
View ArticleKendo Grid handling create/delete errors with popup editor
Hello Mike, You may use the parameterMap of the DataSource transport to add additional parameters to the request data or to set a ModelState error on the server that provides more information. Regards,...
View ArticleRetain focus on invalid input
Hello Lynx IT,The Kendo DatePicker widget element field returns the input element which holds the selected date string. I would suggest using the jQuery focus() method in order to focus the input...
View ArticleGet Connection Object
Hi David, You can access the array containing all connections of a Diagram through the diagram Kendo UI widget like folows:$find("RadDiagram1").get_kendoWidget().connections; Unfortunately, as the...
View ArticleInvalid Operation on projection with "as" operator
Hi Viktor,Your suggestion works, but it is not ideal in my scenario. In our actual system, the IQueryable<> object is handed out to a "builder" that is responsible for attaching the criteria as...
View ArticleImprove loading speed of richtextboxes
Hello Grigory, RadRichTextBox is a complex control which exposes many features which makes it somewhat heavy. Since the control is intended as a word editor, similar to MS Word for example, it is not...
View ArticleRad Editor problems
Hi,I'm having two problems with a rad editor. One is that I cannot right click inside the content area.. the regular browser context menu is suppressed for some reason. I can right click on the demo...
View ArticleLimiting number of lines in RichTextbox
Hi yogesh, Could you confirm that you are using RadRichTextBox from the Telerik UI for Silverlight suite, please? You mentioned a Rows property of the control, but RadRichTextBox doesn't expose such....
View ArticleImprove loading speed of richtextboxes
Hello Petya, Thank you for the response. I will try your approach. Regards,Grigory
View Articledifferent sizing for radcombobox for mobile & desktop
I have a radcombobox in my page (using Skin="WebBlue").The page has loaded with different css style based on if it is rendered on mobile or desktop(style.css & stylemobile.css)Now what I want to do...
View Article