Telerik Forums
UI for ASP.NET Core Forum
3 answers
616 views

I have a requirement to print a chart. The chart should be displayed in a small area and I need to modify the font-size on all texts. I have found that you could use the text { font-size: 8px !important; } but this one is ignored when I do the actual printing (The printing is done using the teletik printion on pdf)

How can I decrease all the texts in a chart or change the default sizing?

Nikolay
Telerik team
 answered on 27 Apr 2021
3 answers
163 views
The only way that Telerik manages to work on my machine is when it is ran as Administrator. Is there any work around to this?
sung-gu
Top achievements
Rank 1
 answered on 27 Apr 2021
9 answers
363 views

Hello, 

 

I would like to ask if the telerok spreadsheet for asp.net core is able to be linked to a (sqlserver) datasource, and display to the user only the grid (columns and custom column names), without excel-like row and column names, something like is defined by red rectangle in the attached picture

serge
Top achievements
Rank 2
Bronze
Iron
Iron
 answered on 26 Apr 2021
1 answer
139 views

 want to have a filter row in my grid but only display the filter for some columns.  How can i do this?

 

ALSO .. how do I decide whether it is a textbox, calendar or numeric data entry?

 

Also .. can a date range be specified?

Eyup
Telerik team
 answered on 23 Apr 2021
1 answer
546 views

I'm using the RadioGroup and setting the for to a string property in my page model.  The Get is working fine with displaying the value in the model but when I save the form, in the post the for value is null.  Any ideas on how to get this to work?

Razor Page

<kendo-radiogroup for="Input.OwnOrRentId"
    label-position="RadioGroupLabelPosition.Before"
    layout="RadioGroupLayout.Horizontal" bind-to="Model.OwnOrRentItems">
</kendo-radiogroup>

 

Code behind

  [BindProperty]
   public InstallerPageModel Input { get; set; }

 

 public List<IInputGroupItem> OwnOrRentItems { get; set; }
 
        OwnOrRentItems = new List<IInputGroupItem>()
        {
            new InputGroupItemModel()
            {
                Label = OwnOrRentOptions.Own.GetDescription(),
                Value = OwnOrRentOptions.Own.NumericValue().ToString(),
                Enabled = true,
                CssClass = "green",
                Encoded = false,
                HtmlAttributes = new Dictionary<string,object>() { { "data-custom", "custom" } }
            },
            new InputGroupItemModel()
            {
                Label = OwnOrRentOptions.Rent.GetDescription(),
                Value = OwnOrRentOptions.Rent.NumericValue().ToString(),
                Enabled = true,
                CssClass = "green",
                Encoded = false,
                HtmlAttributes = new Dictionary<string,object>() { { "data-custom", "custom" } }                   
            }
        };
 
   public class InputGroupItemModel :IInputGroupItem
   {
    public IDictionary<string, object> HtmlAttributes { get; set; }
 
    public string CssClass { get; set; }
 
    public bool? Enabled { get; set; }
 
    public bool? Encoded { get; set; }
 
    public string Label { get; set; }
 
    public string Value { get; set; }
   }

 

 

Veselin Tsvetanov
Telerik team
 answered on 23 Apr 2021
1 answer
145 views

I have following DropDownListFor in a grid column

@{
    var selecItems = Enum.GetValues(typeof(Something)).OfType<Something>().Select(item => new
    {
        Text = item.Localize(),
        Value = item
     });
}
@(Html.Kendo().DropDownListFor(m => m)
            .DataTextField("Text")
            .DataValueField("Value")
            .BindTo(selecItems))

on the following column I have a MultiSelectFor. When user select an option from DropDownListFor must change MultiSelectFor datasource. Its possible?

Ianko
Telerik team
 answered on 22 Apr 2021
1 answer
540 views

Dear Admin,

I need to bind dynamically data model one by one in kendo title layout. I couldn't found any data source binding or any other ajax binding.

i have get list from controller in model collection i couldn't bind data using bodytemplate or BodyTemplateId.

Any one help me? I have share attached file with you to understand my code and help me for better solution.

 

Please provide solution in .net core because i am using .net core 3.1

 

 

Angel Petrov
Telerik team
 answered on 22 Apr 2021
1 answer
175 views
I have Master Detail items and would like to use a Hierarchy.  Is there an easy way to CRUD both Mater and Detail items.  I would must prefer to use builtin functionality than develop some.  Can people suggest good solutions.
Eyup
Telerik team
 answered on 21 Apr 2021
1 answer
1.4K+ views
How do I make some Core Grid columns editable and some readonly?
Mihaela
Telerik team
 answered on 20 Apr 2021
7 answers
261 views

I'm facing really strange behavior run core mvc app on Ipad chrome/edge browser on Ipad. This happen for all grids in the app. 

I get the following error:

kendo.all.js:67733 Uncaught TypeError: Cannot read property 'rows' of null  
at init._scrollable (kendo.all.js:67733)<br>   
at init._thead (kendo.all.js:69496)<br>   
at init._continueInit (kendo.all.js:63660)

...

 

I haven't at the moment touched any k-* styles for the grids.

The same grids work very fine in the desktop browsers (and in Ipad Safari).

FYI: The problem can be reproduced also using Edge development tools on desktop simulating mobile browser.

Any advise?

 

Tsvetomir
Telerik team
 answered on 20 Apr 2021
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?