Telerik Forums
Kendo UI for jQuery Forum
3 answers
281 views

I am trying to preload item in Multiselect using the  are not getting preloaded. via is array not  

Javascript console object is seen as: 

HTML for kendo in is :

<select class="request-via-multiselect" data-role="multiselect" data-max-selected-items="2"
   data-value-primitive="true" data-item-Template="AirportTemplate" data-text-field="Code"
   data-value-field="Code" data-bind="value: ArriveDepartDetails.via, source: ViaSource"></select>

 

via structure: 
 via[] : ["xyc"]

viaSource structure:

ViaSource: new kendo.data.DataSource({
                    transport: {
                        read: {
                            url: rootUrl("GetData/GetCountry"),
                            dataType: "json"
                        }
                    },
                    serverFiltering: true
                }),

 

 

 

Stefan
Telerik team
 answered on 15 Aug 2017
3 answers
8.9K+ views
Hello!

I need to output a link <a href="#"></a> inside the column template of the grid.
How do i escape the hash character as i now get javascript error when trying to put directly like this

{ field: "Name", title: "Name", template: '<a href="#">#=Name#</a>' } 

Hope to hear from you soon!
Boyan Dimitrov
Telerik team
 answered on 15 Aug 2017
2 answers
258 views

Looking at this

http://www.telerik.com/kendo-ui/editor

How could I use it with the Kendo UI for Angular library?

I suppose I would just have to resort to using jQuery and pull in just the editor within say a component template?

BitShift
Top achievements
Rank 1
Veteran
 answered on 14 Aug 2017
7 answers
433 views
Hi,
I would like to know if your are planing token mode like you did in asp.net ajax :
http://demos.telerik.com/aspnet-ajax/autocompletebox/examples/default/defaultcs.aspx
Thx
Sagi
Veselin Tsvetanov
Telerik team
 answered on 14 Aug 2017
1 answer
552 views
Are there any plans to support arabic, specifically in regards to a kendo.messages.ar-XX.min.js file?
Boyan Dimitrov
Telerik team
 answered on 14 Aug 2017
2 answers
179 views
Record gets in database with response HTTP 200, but getting error in browser. (PFA attachment)

 

@(Html.Kendo().Spreadsheet()
        .Name("spreadsheet")
        .HtmlAttributes(new { style = "width:100%" })
        .Toolbar(false)
        .Sheetsbar(false)
        .Sheets(sheets =>
        {
            sheets.Add()
                .Name("Exceptions")
                .DataSource<C3Connect.C3i.Models.WFM.ExceptionsSpreadsheetVM>(ds => ds
                    .Ajax()
                    .Batch(true)
                    .Read(read => read.Action("SpreadsheetRead", "Exceptions").Data("spreadsheet_additional_data"))
                    .Update("SpreadsheetUpdate", "Exceptions")
                    .Create("SpreadsheetCreate", "Exceptions")
                    .Destroy("SpreadsheetDelete", "Exceptions")
                    .Events(e => e.Change("spreadsheet_onChange").Error("spreadsheet_error"))
                    .Model(m =>
                    {
                        m.Id(p => p.ExceptionID);
                    })
                )
                .Columns(columns =>
                {
                    columns.Add().Width(100);
                    columns.Add().Width(100);
                    columns.Add().Width(100);
                    columns.Add().Width(100);
                    columns.Add().Width(100);
                    columns.Add().Width(100);
                })
                .Rows(rows =>
                {
                    rows.Add().Height(30).Cells(cells =>
                    {
                        cells.Add()
                            .Bold(true)
                            .Background("#9c27b0")
                            .TextAlign(SpreadsheetTextAlign.Center)
                            .Color("white");
 
                        cells.Add()
                            .Bold(true)
                            .Background("#9c27b0")
                            .TextAlign(SpreadsheetTextAlign.Center)
                            .Color("white");
 
                        cells.Add()
                            .Bold(true)
                            .Background("#9c27b0")
                            .TextAlign(SpreadsheetTextAlign.Center)
                            .Color("white");
 
                        cells.Add()
                            .Bold(true)
                            .Background("#9c27b0")
                            .TextAlign(SpreadsheetTextAlign.Center)
                            .Color("white");
 
                        cells.Add()
                            .Bold(true)
                            .Background("#9c27b0")
                            .TextAlign(SpreadsheetTextAlign.Center)
                            .Color("white")
                            .Format("m/d/yyyy h:mm");
 
                        cells.Add()
                            .Bold(true)
                            .Background("#9c27b0")
                            .TextAlign(SpreadsheetTextAlign.Center)
                            .Color("white")
                            .Format("m/d/yyyy h:mm");
                    });
                });
        })
)
Jignesh
Top achievements
Rank 1
 answered on 14 Aug 2017
3 answers
613 views

It appears the dropdownlist (and multiselect, potentially others) is broken in Microsoft Edge in that the popup dropdown appears then immediately disappears, preventing the user from selecting anything.

Take a look at the demo page on MS Edge: http://demos.telerik.com/kendo-ui/dropdownlist/index and click the dropdown.

Microsoft Edge 40.15063.0.0

Ivan Danchev
Telerik team
 answered on 14 Aug 2017
2 answers
139 views
I have an issue where we populate a blank spreadsheet for the user, they input some data, then click a button to submit it.  We then use the toJSON method on the spreadsheet to send the data to our API to parse and save.  However, if the user enters some data then doesn't tab (or click out of) that cell that they entered the data in, it isn't being sent with the other data.
Jim
Top achievements
Rank 1
 answered on 14 Aug 2017
2 answers
156 views
In the grid, we have some data with superscript applied.  This however is being changed to brackets when exported to excel.  Is this kind of formatting not available in the export to excel?  Is there a workaround to achieve this desired functionality?
Jim
Top achievements
Rank 1
 answered on 14 Aug 2017
1 answer
254 views

Hi

As per  my client requirement , I have require below view on kendo ui scheduler control.

ex.

                                           DAY 1             DAY 2                    DAY3

Route 1

           ORDER

           DRIVER

           VEHICLE

    
Dimitar
Telerik team
 answered on 14 Aug 2017
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
DatePicker
Spreadsheet
Upload
ListView (Mobile)
ComboBox
TabStrip
MultiSelect
AutoComplete
ListView
Menu
Templates
Gantt
Validation
TreeList
Diagram
NumericTextBox
Splitter
PanelBar
Drag and Drop
Application
Map
ToolTip
Calendar
PivotGrid
ScrollView (Mobile)
Toolbar
TabStrip (Mobile)
Slider
Button (Mobile)
Filter
SPA
Drawing API
Drawer (Mobile)
Globalization
LinearGauge
Sortable
ModalView
Hierarchical Data Source
Button
FileManager
MaskedTextBox
View
Form
NavBar
Notification
Switch (Mobile)
SplitView
DropDownTree
ListBox
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
Styling
ColorPicker
Pager
Chat
MultiColumnComboBox
Dialog
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Accessibility
Effects
Licensing
PivotGridV2
ScrollView
Switch
TextArea
BulletChart
QRCode
ResponsivePanel
Wizard
CheckBoxGroup
Localization
Barcode
Breadcrumb
Collapsible
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
TimePicker
FloatingActionButton
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
StockChart
ContextMenu
DateTimePicker
RadialGauge
ArcGauge
AICodingAssistant
SmartPasteButton
PromptBox
SegmentedControl
LLM Kit
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?