Reroute procedures
Hi, These methods are generated in your entities model class which inherits from the base class OpenAccessContext and implements the methods of the IUnitOfWork interface at the same time. Since these...
View ArticleNavigate Through available Events
Hello George, I'm not sure that I understand what exactly you need to achieve - could you please elaborate more on the matter? Regards, Vladimir Iliev Telerik Join us on our journey to create the...
View ArticleSelect Multiple file and ftp
Hi, Thank you for pointing this out. Yes it is not needed to set this property. We are going to update this text. Regards, Hristo Valyavicharski TelerikDo you need help with upgrading your ASP.NET...
View ArticleKendo Scheduler - Option for selecting a single event
Is there a way to restrict the user to select a single event only? I am looking for something along the lines of Kendo Grid selection...
View ArticleNew To Telerik, and the GridView Control
Hi StefanApologies for taking such a long time returning to this. I was out of touch onsite for over a month. I have been able to use what you suggested but I have a further an possibly related...
View ArticleCustomize Connector and Connection Styles
Hello Chris, Changing the elements shouldn't be an issue because the underlying drawing API can draw pretty much anything. For the next official release, the drawing API will also include support for...
View ArticleStyling the paging panel in grid
Hi All, I have implemented pagination in my RadGrid in my application. Its working fine. However, I am customizing the theme applied to my grid, so I need to set some custom styles to the paging panel...
View ArticleKeyboard Navigation in Grid with Custom Editor
Hello Anshuman,The reason for the behavior is that the navigatable property of the current Grid is not enabled, which is why the browser focuses the only focus-able element - the command button. You...
View ArticleNext Expander problem
Hi Miroslav, Thank you for contacting us. If you set the Content property without setting the ExpandableContent property, the ExpandableContentTemplate will use the Content property as data context....
View ArticleXcode 7.3 - Pointer missing nullability type warnings
Hi, Chris, Thank you for writing. This is known issue that occurs in Xcode 7.3. Our developers are working on it and a new version where the issue will be addressed will be released soon. Regards,...
View ArticleReport Filtering using IN
Hello SB, Below is a quote from my reply in your other thread on the same question: "Please check the Using Report Parameters in Expressions help article. To get the DisplayMember of a report...
View ArticleMultiple selection disappears on click event
Hi Peter, In this case it would be more appropriate to stop the event's propagation instead of preventing its default action. Regards, Alexander Popov Telerik Join us on our journey to create the...
View ArticleEditable List View - Toggle Switches
Hi Tim, Without looking at your code, it is hard to determine what causes the issue. The best way to collect and pass data in a Kendo UI Mobile Application is to bind all your form fields to the model...
View Articlegrid.setOptions error "Custom commands should have name specified"
Hello Morten,The error you have described is caused by the toolbar option containing an empty object which is not valid. However, from the provided information is not obvious how this configuration is...
View ArticleMVC Grid - Export to Excel, PageSize
Hello Phil,I see what the problem is. In order to overcome it, you could use the Data() method and pass additional data to the Read Action. E.g..DataSource(dataSource => dataSource .Ajax()...
View ArticleRadComboBox Autocomplete removes first character
Hi Vitali, Regarding CanAutocompleteSelectItems - please note that this property is applicable only when the DropDown of the ComboBox is open. So, in the concrete case, I have tested the provided code...
View ArticleModel property not set when bound to object
Hi, The foreignkey column cannot be used for custom values because it can only show values available in the data that is passed initially on the server. The problem with displaying the value when...
View ArticleTooltip should not be seen when there is no corresponding data available in...
Hi Manoj, I am afraid that without your implementation I cannot be sure what is causing this behavior. However, I can suggest you to try the RadChartView tooltip behavior and see if it works for you....
View ArticleRadGridView row readonly binding
Hi Roshan, You need to set the IsReadOnlyBinding property of the column and not of RadGridView. Please check the following article - ReadOnly Rows and Cells. The "IsReadOnly" property you have used is...
View ArticleRadSlideView equivalent for UWP
I have a Windows Phone 8.0 app that uses RadSlideView control to swipe between items vertically, is there any equivalent for UWP?Cheers
View Article