Telerik Forums
Kendo UI for jQuery Forum
13 answers
3.2K+ views
Looking for a good example where there is a column with checkbox and its header is also checkbox - The header checkbox, when checked/unchecked checks/unchecks all the checkboxes in that column.
Also, how to bind the checkbox to a particular column ?
I am writing like :
columns: [
{
name: 'check',
command: [
{
name: 'select',
template: '<input type=\'checkbox\'  />',
 }
]
},
{ field: "IsSelected", hidden:true},
{ field: "CNumber", title: "Number ", editable: true, width: 150, },

I would like the IsSelected to be bound to the checkbox, so that if the checkbox is checked, IsSelected should be binded to true and false if unselected. Is that possible ???
And on header check, we actually update the IsSelected and hence all the checkboxes state changes based on the value of IsSelected.
Stefan
Telerik team
 answered on 03 Mar 2017
5 answers
165 views

http://demos.telerik.com/aspnet-mvc/multiselect/serverfiltering

The link on the right-side that says: Also available for: HTML5 / JavaScript

is not correct.  The HTML5/Javascript link points to the "basic" example, not the server-filtering example.

 

Ivan Danchev
Telerik team
 answered on 03 Mar 2017
1 answer
99 views

Hello,

when having dropdown focused, I cannot make the dropdown list open using keyboard. Standard <select> form field uses space key to achieve this.

When selecting list item, up and down arrows, enter and ESC (when the list is open) works, but home, end, page up and down keystrokes select different item but also scrolls the whole page. Tested it on your demo page here: http://demos.telerik.com/kendo-ui/dropdownlist/index

Other keystrokes seems to work fine.

Ivan Danchev
Telerik team
 answered on 03 Mar 2017
1 answer
403 views

Hi,

I am trying to use the kendo scheduler for my project, the issue which i am facing is when the start and end time are of different day, then in the day, week and month view those events are not visible. In the timeline view those events are visible

Ivan Danchev
Telerik team
 answered on 03 Mar 2017
2 answers
144 views

Hi,

I've found an issue with Kendo UI version 2017.1.118. I've tested in Kendo Dojo with version 2016.3.1118 and then the issue goes away...

If I have two dropdownlists with cascade on the second one. I also have filter enabled on the second one.

If I write something in the filter box a few times and then look at the request to the server I see that the query string becomes bigger and bigger...

Something like this:

filter[filters][0][value]:asdfqadfasdfadfasdfasdf
filter[filters][0][field]:name
filter[filters][0][operator]:contains
filter[filters][0][ignoreCase]:true
filter[filters][1][filters][0][filters][0][filters][0][field]:id
filter[filters][1][filters][0][filters][0][filters][0][operator]:eq
filter[filters][1][filters][0][filters][0][filters][0][value]:3
filter[filters][1][filters][0][filters][0][logic]:and
filter[filters][1][filters][0][logic]:and
filter[filters][1][logic]:and
filter[logic]:and

I created a Dojo to show the issue:

http://dojo.telerik.com/aJEyu/4

 

Hope I explained the issue properly! :)

 

Kind regards,

Jonas

 

Jonas
Top achievements
Rank 1
 answered on 03 Mar 2017
2 answers
752 views

Hi,

I am new to kendo mobile and phonegap/cordova.

I am building a mobile application using phone gap and kendo mobile.

I have a requirement that I want to let user to select text in mobile view but instated showing native clipboard (share/copy/paste) I need to show my menu options to the user.

I tried with restricting user to select text to disable copy/paste options by setting

{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

but after that I am not able to select the text.

Hoe can I achieve the text selection functionality without showing native copy/paste clipboard?

Please tell me the solution to achieve this.

Thanks in advance.

Niteen

 

 

 

 

Niteen
Top achievements
Rank 1
 answered on 03 Mar 2017
3 answers
900 views

Hi,

I'm using the "aurelia-kendoui-bridge" tool to integrate kendo with aurelia, and I have no problem with other widgets such as Calendar or Button. But when I try to create a kendoSpreadsheet, I'm getting a "Syntax error, unrecognized expression: #" when loading the widget. I tried with and without sheets property. So it seems the problem is loading the widget, although I can see it in my template.

My kendo version is 2016.2.714.

 

This is my HTML code:

<template>
  <require from="aurelia-kendoui-bridge/spreadsheet/spreadsheet"></require>

  <div id="example">
    <ak-spreadsheet k-sheets.bind="sheets"></ak-spreadsheet>
  </div>
</template>

And my TS code is attached below.

Any clue why I'm having this problem?

Veselin Tsvetanov
Telerik team
 answered on 03 Mar 2017
4 answers
274 views

I'm having the following bizarre issue, after moving to npm and webpack to build our angular application. I'm using the latest kendo.all '2017.1.223', angular 1.62, jQuery 3.11;

Every input widget, e.g. datepickers, multiselect, dropdowns, does only open once.

Any idea of what might be going on?

 

I could not reproduce in dojo. 

Ivan Danchev
Telerik team
 answered on 03 Mar 2017
1 answer
180 views

Hi there-

I have an event that doesn't line up to the snapping interval of 30 minutes (e.g. it starts at 8:29am and ends at 9:00am). When I drag the bottom handle (9:00am) to adjust the end time of the event, why does the top handle also snap to the nearest interval during the drag operation? Seems like it might be confusing to users. You can see this behaviour here:

http://dojo.telerik.com/IHiru

Is there any way to override this behaviour so when you're dragging a handle, the other (static) handle doesn't snap too?

 

Thanks,

Dwight

Ivan Danchev
Telerik team
 answered on 03 Mar 2017
1 answer
3.5K+ views
I'm using inline editing in my Grid. However, instead of requiring the user to scroll all the way over to the right and click the Edit button, I'd like to allow them to simply click a row to put the row in edit mode. Can this be done?
Preslav
Telerik team
 answered on 02 Mar 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
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
MultiColumnComboBox
Chat
DateRangePicker
Dialog
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Effects
Accessibility
PivotGridV2
ScrollView
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
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
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?