Telerik Forums
Kendo UI for jQuery Forum
1 answer
169 views

I've a kendo scheduler which displays meetings. I'm passing some additional parameter to the read action method like start date, end date and some Boolean parameters, to fetch data. There is an antiforgery token in the view. How do I pass the antiforgery token with additional parameters to scheduler read method.

@(Html.Kendo().Scheduler<Kendo.Mvc.Examples.Models.Scheduler.Activity>()
.Name("scheduler")
.Height(600)
.EventTemplateId("event-template")
.Views(views =>
{
    views.DayView();
    views.WeekView(week =>
    {
        week.Selected(true);
    });
    views.WorkWeekView();
    views.MonthView();
    views.AgendaView();
})
.Resources(resource =>
{
    resource.Add(m => m.Attendee)
    .Title("Attendee")
    .DataTextField("Text")
    .DataValueField("Value")
    .DataColorField("Color")
    .BindTo(new[] {
        new { Text = "Jason", Value = 1, Color = "#eaf8ff" },
        new { Text = "Maddie", Value = 2, Color = "#fdfdf4" }
    });
})
.DataSource(d => d
    .Model(m =>
    {
        m.Id(f => f.ID);
        m.Field(f => f.Title).DefaultValue("No title");
        m.Field(f => f.Attendee).DefaultValue(1);
    })
    .Read("Overview_Read", "Scheduler").Data("additionalData")
     
)
)
Stoyan
Telerik team
 answered on 29 Mar 2021
1 answer
2.0K+ views
I have a two column grid in which the second column contains html and can be quite tall.  As a result, the value in my first column is often hidden until I scroll down.  Is there a way that I can top-align the values in the first column?  I can find it it for spreadsheet columns but not grid.  Any assistance in this greatly appreciated.
Anton Mironov
Telerik team
 answered on 29 Mar 2021
2 answers
78 views

Hello,

I would like to call a component which contains only the custom edit template (to create a new task or edit) for my scheduler into the property "editable" of my scheduler.

I followed this solution but when I double click on the scheduler the edit window just displays "[Object object]"
The code of scheduler :

<kendo-scheduler id="scheduler"
  :data-source="localDataSource"
  :event-template="eventTemplate"
  :editable="{template:editTemplate}" //here
>

The import : 

import CustomEditTemplate from './customEditTemplate.vue';

The code of the method editTemplate() :

methods: {
 editTemplate: function(){
  return {
     template: Vue.component(CustomEditTemplate.name, CustomEditTemplate),
  }
 }
}

The code of the component that contains the custom template :

<template>
<div class="k-edit-form-container">
    <p> Titre <input type="text" /> </p>
    <p>
        <span >Start <input data-role="datetimepicker" name="start" /> </span>
        <span >End <input data-role="datetimepicker" name="end" /> </span>
    </p>
</div>
<script>
export default {
    name:"CustomEditTemplate",
}
</script>

 

I think the problem comes from the method editTemplate but I don't undestand why.

Anyone can help me ?

Thanks.

 

Ivan Danchev
Telerik team
 answered on 29 Mar 2021
1 answer
108 views

Hi,

We have created file manger in that we have content menu but context menu is not opening in IPad iOS in desktop view.

You have provided solution for ASP.NET AJAX below is the link for that.

 

https://docs.telerik.com/devtools/aspnet-ajax/knowledge-base/contextmenu-not-working-ipad-ios13-safari#suggested-workarounds

Can you please provide the same solution for Kendo UI Jquery?

Thanks,
Vishal

Martin
Telerik team
 answered on 29 Mar 2021
1 answer
576 views

Hey,

Wondering if it is possible to feed in a dataset, that would produce a heat map based on the values per state (or region) on the map of the USA.

I have read a few forums but have not found any solutions.

If you can let me know if this is possible and if there is any documentation I could follow that would be brilliant. 

Attached is what I want the outcome to look like.

Shane

Georgi Denchev
Telerik team
 answered on 29 Mar 2021
9 answers
983 views
I have a problem in copy/paste from MS word to Kendo Editor.
Copying only text is working fine. But when table is copied and pasted, all formatting is gone.
How can I solve this problem?
Ianko
Telerik team
 answered on 29 Mar 2021
5 answers
700 views

Hello

Is there any way to keeping all the messages in chat ui, is there a workaround so that I store the historical messages on  user return then show the historical messages?

 

Thank you

Veselin Tsvetanov
Telerik team
 answered on 26 Mar 2021
1 answer
169 views

I have an issue where some dates do not get pulled from data source while others do.

All source dates are in python datetime.date object. Example of two dates where one works, one does not. Along with relevant code snipped from schema/model:

 

1995-05-01
1990-09-10

fields: {
  rozuctovanie_vyhotovenie: {type: "date"},
  rozuctovanie_fakturacia: {type: "date"},
}

And resulting dates shown in final grid; as you can see the September date didn't even get loaded. I'm honestly unsure if this is a problem of sourcing from python datetime.date object or something else.

Aleksandar
Telerik team
 answered on 26 Mar 2021
6 answers
223 views
I can select a shape dynamically with the select method, can deselect a shape dynamically too? 
Edward
Top achievements
Rank 1
Veteran
Iron
 answered on 26 Mar 2021
1 answer
166 views

Can we use "Kendo UI for jQuery" with Angular version 1.2.16? Is it compatible with angular  1.2.x?

Is Telerik provides support for Angular version 1.2.x?

 

Due to some reason we can't upgrade angualrJs version in our application and planning to use Kendo UI for jQuery hence want to ensure about the compatibility and support before using it?

I will appreciate quick response on this.

Thank you!

 

Stoyan
Telerik team
 answered on 25 Mar 2021
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
Date/Time Pickers
Spreadsheet
Upload
ListView (Mobile)
ComboBox
TabStrip
MultiSelect
AutoComplete
ListView
Menu
Templates
Gantt
Validation
TreeList
Diagram
NumericTextBox
Splitter
PanelBar
Application
Map
Drag and Drop
ToolTip
Calendar
PivotGrid
ScrollView (Mobile)
Toolbar
TabStrip (Mobile)
Slider
Button (Mobile)
SPA
Filter
Drawing API
Drawer (Mobile)
Globalization
Gauges
Sortable
ModalView
Hierarchical Data Source
Button
FileManager
MaskedTextBox
View
Form
NavBar
Notification
Switch (Mobile)
SplitView
ListBox
DropDownTree
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
ColorPicker
Pager
Styling
MultiColumnComboBox
Chat
DateRangePicker
Dialog
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
OrgChart
TextBox
Effects
Accessibility
ScrollView
PivotGridV2
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Breadcrumb
Collapsible
Localization
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
Popover
DockManager
FloatingActionButton
TaskBoard
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
BottomNavigation
Ripple
SkeletonContainer
Avatar
Circular ProgressBar
FlatColorPicker
SplitButton
Signature
Chip
ChipList
VS Code Extension
AIPrompt
PropertyGrid
Sankey
Chart Wizard
OTP Input
SpeechToTextButton
InlineAIPrompt
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?