Hierarchy grid using client row template problem
Hello Steve, Please excuse me for the misunderstanding in the communication. I would like to thank you for sharing such detailed explanation and sample code. I am sure that this solution will be very...
View ArticleComboBox.SelectedItem == null
In our application we have several comboboxes and behavior of specific one is not fine for our automation tests (Teststack.White).Description: combobox contains two values. When application starts then...
View ArticleRadAsyncUpload - Fails with large files - Error call does not work
Hi,I am using the RadAsyncUpload control file.We want to limit the max upload file size at 30MB.We have set this up in our Web.Config, and a standard FileUpload form control works fine.If the user...
View ArticleRadDataFilter, RadGridView, RadDataPager, and QueryableCollectionView
FYI, I got an answer from Telerik in a support ticket.Their answer was that they do not have out-of-the-box support for async data load with Entity Framework in WPF using the QueryableCollectionView.
View ArticleGet RowDetails elements
Hi Freddy, Generally, working directly with the visual elements of RadGridView is not recommended, due to the virtualized nature of the control. I suggest you working on data-level instead and iterate...
View ArticleHow can I script a change from a GET to POST ?
As I await the client to be updated to do a POST instead of a GET, I would like to use fiddler to change it on the fly for me.I have code in OnBeforeRequest that makes changes in parameter names, but I...
View ArticleAppbuilder hanging
Hi ofer, Thank you for contacting us. I believe you might have come across a caching issue in the AppBuilder Simulator for Windows. In order to check if this is so, please follow the next steps: 1....
View ArticleModify filter before sent to server
Hello Ed, As it is mentioned in the serverFiltering section you can use the transport.parameterMap option to send the filter option in a different format. Regards, Boyan Dimitrov Telerik Join us on...
View ArticleVisual Studio 2015 integration
Dear Mr/Ms, We use Data Access 2015.1 in our application (with domain models, rlinq files). We'd like to upgrade to Visual Studio 2015 as soon as possible, but we don't want to spend time on changing...
View ArticleUpdating event title dynamically
Hello, Please check the example below of correctly updating the edited event "title" field:function updateTitleOfEditedEvent() { var scheduler = $("#scheduler").data("kendoScheduler"); var...
View ArticleAppBuilder file not downloadable
Hi Craig, I am not sure how your firewall is configured but the Visual Studio extension installation is safe to download and it is not infected at all. Please contact your network administrators to...
View ArticleRadHtmlChart Showing Odd Behaviour with DataSource from StroedProcedure
Hi All,I have a crazy behaviour on my RadHtmlChart. It has a DataSource coming from a stored procedure. This procedure accepts two parameters provided by RadDropDowns (@DateID and @Group). I choose a...
View ArticleAdd a row to a treelist
Thank you for your reply Alexander and your examples. I understand your questions to my code - I should have made it more clear from the beginning.I have made this example that shows my code, and hope...
View ArticleRadscheduler.AutoSizeAppointments
Hello Joem, Thank you for writing. When set in month view and AutoSizeAppointments is false, RadScheduler checks for each cell the count of the overflow appointments so that it can calculate the...
View ArticleGrid with editable Popup make fields readonly
Hi,I'm very new to Kendo UI for ASP.NET MVC and I'm facing the first issue. I have a Grid with editable Popup Editor (Template). Now I want to have a field (let's say CreatedAt timestamp) to show in...
View ArticleRadScheduler - drag and drop
Hello Asanka, From the provided description of your scenario we assume your question is about WPF or Silverlight'sRadSheduleView. If that is the case currently it is not possible to drag or drop...
View ArticleGrid inline editing with server side validation errors
Perfect Dimiter. You are awesome. Thanks,Veena
View ArticleHow to display array data in column?
It works only when I use template: '{{ dataItem.players.join(", ").replace(" ", "") }}'I need to replace ALL space, so I used "/ /g" in my code:template: '{{ dataItem.players.join(", ").replace(/ /g,...
View Article