Telerik Forums
UI for ASP.NET Core Forum
0 answers
113 views

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.

 

JoeThomas
Top achievements
Rank 1
Veteran
 asked on 18 Jul 2019
2 answers
252 views
Setting a default value can be configured via the DefaultValue option in the DataSource Model configuration. My Code would look similar to this:
.DataSource(dataSource => dataSource
   .WebApi()
   .Create(create => create.Action("Create", "Home"))
   .Update(update => update.Action("Update", "Home"))
   .Read(read => read.Action("Read", "Home"))
   .Model(m => {
        m.Id(id => id.Id);
        m.Field(f => f.Name).DefaultValue("test");
    })
)
After I click on the "Add new record" button, the new row can display,but Name cann't display "test". why?
Boyan Dimitrov
Telerik team
 answered on 18 Jul 2019
2 answers
99 views
Using Change event for the grid to detect selection changes... but does it get fired when all rows are unselected..?  Such as when a filter is applied..?
Nikolay
Telerik team
 answered on 18 Jul 2019
2 answers
140 views
I am looking for the ScrollView Taghelper in Telerik Net Core.
For Button, it is ButtonTagHelper. I can all the corresponding members and parameters.
For Date, it is DatePickerTagHelper class.
What is it for ScrollView, I did not locate ScrollViewTagHelper class.
https://docs.telerik.com/aspnet-core/tag-helpers/media/scrollview/overview
Nikolay
Telerik team
 answered on 18 Jul 2019
4 answers
446 views

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 

Peter
Top achievements
Rank 1
 answered on 17 Jul 2019
10 answers
235 views
Can I hide the summary and grand summary rows and columns?   I love the pivot capabilities, but in my case the summaries show averages of the averages which is not only unnecessary, it is incorrect.   Can you create a simple example where these are hidden/removed on databound event?  Thanks.
Alex Hajigeorgieva
Telerik team
 answered on 17 Jul 2019
9 answers
366 views

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

NoobMaster
Top achievements
Rank 2
Iron
 answered on 16 Jul 2019
8 answers
989 views

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?

Rumen
Telerik team
 answered on 15 Jul 2019
1 answer
129 views

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?

Attila Antal
Telerik team
 answered on 15 Jul 2019
2 answers
1.0K+ views
I have a requirement to validate an email address and web address for basic format validity in a custom grid popup. All standard data annotated validation works such as required, length etc in the popup but adding the validation for the email address and web address by implementing the IValidatableObject interface on my model and adding the necessary code in a Validate method doesn't produce the required effect. At first pass, the popup closes and an error is displayed at the bottom of the grid view (as it would with an inline editable grid). I've followed the example code provided, albeit for MVC, to handle server side validation errors in the Error event of the datasource of the grid and while it stops the popup from closing, it will not display the error messages against the relevant controls - in fact it displays nothing at all. I've not been able to debug the message handling code to establish why it is not able to connect the error message (correctly returned) with the relevant control of the popup. Can you please advise?
PaulH
Top achievements
Rank 1
 answered on 15 Jul 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?