Question also listed on stack
https://stackoverflow.com/questions/57069066/net-core-create-tagbuilder-for-kendo-telerik-scrollview
I am trying to get Tagbuilder for Telerik ScrollView Component to work. Currently add Items is not working; it is not transmitting the image divs, and showing a blank page. How would I fix this? Enclosed is tagbuilder below. Am I missing variables or attributes ?
Ideal Telerik code is transmitting div data-role page. My code is transmitting li class scroll-view-page, which are not the right items.
Hi ,
how to highlight today's date ?I mostly use the month view. Is it in CSS. or a property ?
Thanks, Peter
note : I saw a tip for rad control , but i don't think this applies https://www.telerik.com/forums/how-to-i-get-the-current-date-to-be-highlighted
i have a KendoGrid with Batch editing ( in cell ) and one of the columns is KendoDropDownTree, when an item in the dropdowntree is selected that has childs then while saving the grid change all the childs of the selected item in the dropdowntree are posted to the action and that is wrong.
please i need help
thanks
regards
Getting started documentation for UI for ASP.NET Core shows how to use UI for ASP.NET MVC in ASP.NET Core projects. Does that mean there is no separate download for UI for ASP.NET Core? Does the same UI for ASP.NET MVC shared between ASP.NET MVC and ASP.NET Core projects?
Any differences between UI for ASP.NET Core and UI for ASP.NET MVC in terms of features and functionality?
Hi, I'm fairly new to telerik and I need help with radgrid. I'm trying to select a row and getting values from 2 columns in the selected row (FileName and Type)
I did:
<ClientSettings><Selecting AllowRowSelect="True" /><ClientEvents OnRowClick="buttonClick" /></ClientSettings>
But I have no idea what to do on buttonClick, I am using it on Cora SeQuence.Can anybody tell me how I can do this?