Telerik Forums
Kendo UI for jQuery Forum
3 answers
5.9K+ views

Welcome,
I've got a grid , with grid row details like here:
https://demos.telerik.com/kendo-ui/grid/detailtemplate

also each grid ( "master" and "details") have a checkbox select column like here
https://demos.telerik.com/kendo-ui/grid/checkbox-selection

My grids have local javascript variable (array) which is bound, in master with filter "ParentId == null" , in details "ParentId == e.data.Id".

What I need is to get (for example on "onChange" event) all Id's which are selected. When i use the this.selectedKeyNames() i get Id's only from one specific grid.

Anton Mironov
Telerik team
 answered on 01 Jun 2021
2 answers
191 views

Hi team,

When kendo editor is embedded in a <form> with other input fields, pressing enter in a field triggers the first button in editor toolbar (maybe because the editor buttons don't have the type=button attribute ?!).

You can try that on this same form: pressing enter in Subject field will trigger the bold button.

 

Please advise on this.

Thank you.

Laurent.

Valery
Top achievements
Rank 1
Iron
 answered on 01 Jun 2021
1 answer
246 views

Hello, we use an OnlyOffice calendar for our scheduling.  We need to make that calendar visible outside of OnlyOffice.  Unfortunately OnlyOffice doesn't support iframing of calendars.

However it does provide a way to export an iCal via a URL.

I'm hoping the Kendo Scheduler can import that iCal (same domain, different FQD, ie www.domain.com is the display site, data is coming from onlyoffice.domain.com).

I found the example on how to use the scheduler, but it refers to loading a local iCal, which doesn't help me.

I've also had great difficulty finding adequate documentation for this?  Something simple like:

1) what to load

2) how to initialize from different sources, including a remote a ical

3) how to make sure the calendar is read only

Any and all help is appreciated.

Thanks!

Charles

Neli
Telerik team
 answered on 01 Jun 2021
1 answer
159 views
I created a custom view by taking inspiration from the one here. And like in this demo, the name of the selected custom view disappears from the dropdown when I make my window smaller. Do you plan to fix this bug soon?
Martin
Telerik team
 answered on 31 May 2021
1 answer
535 views

Hi All,

           I need Kendo Gantt Chart Export to Excel option how can be do if any example is there please provide me, please help me to provide excel option.

Neli
Telerik team
 answered on 31 May 2021
1 answer
1.7K+ views

Hi guys

I am loosely trying to recreate this sample   editing nodes using a form, but using the kendo form as I like the ability to add validation etc

The first time I create the form it works.. but if I try to update it ( e,g select another node) , the values are not displayed. 

dojo

The above link hopefully explains what I mean.. I try destroying the form and then remaking it ( resetting the fields to the new values) , but I never get to see the new values. ( click on the open form button a 2nd time)

Any pointers would be greatly appreciated!

Many thanks

Rob

Neli
Telerik team
 answered on 31 May 2021
1 answer
618 views

Hi team,

Can we create a drawer with Mini Mode, but allow user to expand collapse it on the click of first item? instead of the extra toolbar div above?

I tried creating it in this dojo (https://dojo.telerik.com/uBAnorUY/7), it expands the drawer but also collapse it after expansion.

appreciate any help.

ashutosh

Nikolay
Telerik team
 answered on 31 May 2021
0 answers
351 views

Hello, I have a problem with tooltips and hope you can help me.

Under certain circumstances multiple tooltips are shown and won't close (see screenshot and screenrecord).

To reproduce this move the cursor quickly over elements that have a tooltip.

Is there a way to fix this?

Hans-Jürgen
Top achievements
Rank 1
Veteran
 asked on 31 May 2021
1 answer
388 views
I can move rows from the nested grid up to the master grid, but I can't get it to work the other way. Any help would be appreciated.
Nikolay
Telerik team
 answered on 31 May 2021
1 answer
231 views

How do I set the spreadsheet column filters as active after loading remote data? I'm not applying any filters, only activating the dropdowns on each column.

I've tried setting it when adding a new sheet (commented out), as well as through code (last line), but can't get either method to work.

let ssResults = $("#spreadsheet").kendoSpreadsheet({
	rows: 10,
	columns: 10,
	columnWidth: 192
}).data("kendoSpreadsheet");
let goodData = $.parseJSON(dataResults.d);
//put results in spreadsheet
let columnWidth = Object.keys(goodData[0]).length;//column count
let columnName = getCharFromNumber(columnWidth);//custom function to get excel letter column
ssResults.insertSheet({
	rows: goodData.length + 2//, //header + info
	//filter: {
	//    ref: "A2:" + columnName + (goodData.length + 2).toString() // Headers
	//},
});
ssResults.activeSheet(ssResults.sheets()[ssResults.sheets().length - 1]);
ssResults.activeSheet().setDataSource(goodData);
ssResults.activeSheet().insertRow(0);
ssResults.activeSheet().range("A1:" + columnName + "1").merge().value(queryInfo).wrap(true);
ssResults.activeSheet().filter.ref = "A2:" + columnName + (goodData.length + 2).toString();

Neli
Telerik team
 answered on 31 May 2021
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
Licensing
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
+? 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?