Telerik Forums
Kendo UI for jQuery Forum
7 answers
237 views

Hi, i have a kendo web application who use popOver widget, to use popOver widget i converted the application to a kendo-mobile-application

(adding kendo-mobile-application attribute and include all html body inside a kendo-mobile-view tag.)

The application works fine except for kendo-dropdownlist who render always as mobile dropdown.

I would like to choose when dropdownlist have to render as mobile and when as desktop.

It is possible?

I noticed that if avoid to include the kendo.*.mobile.css the dropdown render as a normal desktop mode, but doing so the popOver widget not render well..

 Otherwise how i can use mobile widgets inside web application without transform the application as mobile?

Thanks

Justin
Top achievements
Rank 1
 answered on 02 Apr 2019
1 answer
95 views

Hi, I'm currently building a mobile responsive site with Telerik UI JQuery (DatePicker) component. So far, the component works fine, until the site is browsed using a iOS WebApp (Add to home icon).

When I select a date using the DatePicker, the site jumps up to the top of the view every time.

Any advice or what is happening?

Preslav
Telerik team
 answered on 02 Apr 2019
1 answer
262 views

Hi there

I'm trying to include the Kendo Grid basic usage example into my ASP.NET MVC + Bootstrap project.

The problem is that it throws the exception in line

$(document).ready(function () { $("#employeeGridDiv").kendoGrid({...

 

"kendoGrid is undefined/kendoGrid not a function"

 

Here is the way I include the Telerik stuff:

<link rel="stylesheet" href="~/AdminLTE/plugins/kendo/css/kendo.common.min.css">
<link rel="stylesheet" href="~/AdminLTE/plugins/kendo/css/kendo.rtl.min.css">
<link rel="stylesheet" href="~/AdminLTE/plugins/kendo/css/kendo.default.min.css">
<link rel="stylesheet" href="~/AdminLTE/plugins/kendo/css/kendo.default.mobile.min.css">
<script src="~/AdminLTE/plugins/kendo/js/jquery.min.js"></script>
<script src="~/AdminLTE/plugins/kendo/js/jszip.min.js"></script>
<script src="~/AdminLTE/plugins/kendo/js/kendo.all.min.js"></script>
<script src="~/AdminLTE/plugins/kendo/js/console.js"></script>

How to make it work?

Thanks.

 

 

Georgi
Telerik team
 answered on 02 Apr 2019
1 answer
176 views
Base href gets appended for every URL,S while using for Kendo grid
Martin
Telerik team
 answered on 01 Apr 2019
5 answers
743 views

Hello everyone,

the new kendoDropDownTree is excactly what  a lot of us waited for since a long time. Now the question: Is it possible to have the selected items (using the "checkboxes: true" option) exportet on a POST request as an array? While the multiple select widget is rendered as an <select multiple="multiple"> the kendoDropDownTree is not, which is of course part of the problem...

 

Plamen
Telerik team
 answered on 01 Apr 2019
3 answers
208 views

Hi,

I am currently trying to implement cloning and moving of events programmatically by using a contextmenu along with menu-options that include a calendar. The idea is to right-click on an event and selecting a date from one of the calenders and moving or copying the selected event (see attachment).

However I am facing the issue of handling recurring events. I need the option of whether to change the series or the current instance only. Is there some way to open the dialog window asking to "edit current event" or "edit series" manually and handling the user action accordingly?

Veselin Tsvetanov
Telerik team
 answered on 01 Apr 2019
1 answer
115 views

Hi,

Run below example.

Example : https://dojo.telerik.com/oJoCOCiR/64

(1) Go to Category Column.

(2) Click on Cell and Open Combobox and select 'Block' option.

(3) Now again navigate to same cell and click on 'UnBlock' option.

(4)Now again navigate to same cell  and click but do not select any option and switch to another cell.

It will select by default value 'Undefine'.

 

Martin
Telerik team
 answered on 01 Apr 2019
1 answer
320 views

Hi,

How do I load default value of Combobox in custom grid.Below is my example.

Example: https://dojo.telerik.com/oJoCOCiR/64

Martin
Telerik team
 answered on 01 Apr 2019
1 answer
337 views

I was looking at the Copy Data From Excel demo - it appears to apply to pasting a complete row.

we have some grids that have a combination cells with text attributes and cells where user can enter numeric values

we have the need to paste a group of contiguous numeric cells from and excel sheet into the grid

Can the demo approach be modified to paste a smaller group of contiguous cells?

 

thanks

 

jim

Viktor Tachev
Telerik team
 answered on 01 Apr 2019
3 answers
2.7K+ views
Hi everyone

I have been working with the Telerik AJAX controls for the past year or two, but now I am busy building my first Kendo MVC application.

I have built a grid that has a check box, but how can I "post" my model to a Action in my controller so that I can loop through each selected item and process?

Here is the grid, but I am confused as to how I would post my model to process the selected items?

<div class="row">
    @(Html.Kendo().Grid<WishListModel>()
            .Name("grid")           
            .Columns(columns =>
            {
                columns.Bound(c => c.IsSelected).ClientTemplate("<input type='checkbox' />");
                columns.Bound(c => c.Column1);
                columns.Bound(c => c.Column2);
                columns.Bound(c => c.Date).Format("{0:yyyy-MM-dd}");
            })
            .HtmlAttributes(new { style = "height: 380px;" })
            .Scrollable()
            .Groupable()
            .Filterable()
            .Sortable()
            .ColumnMenu()
            .Selectable(s => s.Mode(GridSelectionMode.Multiple))
            .Pageable(pageable => pageable
                .Refresh(true)
                .PageSizes(true)               
                .ButtonCount(5))
            .DataSource(dataSource => dataSource
                .Ajax()
                .Read(read => read.Action("WishList_Read", "Public"))
                .Model(model => model.Id(wl => wl.WishListId))
            )
    )
</div>
Georgi
Telerik team
 answered on 01 Apr 2019
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
Application
Map
Drag and Drop
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
ListBox
DropDownTree
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
ColorPicker
Pager
Styling
Chat
MultiColumnComboBox
Dialog
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Accessibility
Effects
PivotGridV2
ScrollView
Switch
TextArea
BulletChart
Licensing
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
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
TimePicker
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
SegmentedControl
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?