Telerik Forums
Kendo UI for jQuery Forum
1 answer
177 views

This look strange, but it is a requirement of a customer,

I'd like to add a kendo gird as a custom view in kendo scheduler. However, the grid is not involved with scheduler but it should be accessed form the scheduler toolbar and should be displayed inside the scheduler frame.

 

Any suggestions will be greatly appreciated.

Georgi Krustev
Telerik team
 answered on 20 Jul 2016
1 answer
985 views

I am putting onchange evet in grid option but when ı edit or add new row  the event doesnt fire

 

Daniel
Telerik team
 answered on 20 Jul 2016
3 answers
419 views

Hi all,

 

I'd like a report a bug I seem to be experiencing with the kendo grid when grouping with virtual scrolling.

When collapsing/expanding groups with virtual scrolling enabled, the scroll height of the grid content does not get updated, and this unfolds into all sorts of weird side effects.

 

Does anyone know of a workaround?

 

-Michael

Kiril Nikolov
Telerik team
 answered on 20 Jul 2016
3 answers
203 views

Hi,

Is there any proper way or functionality to transfer data between views. I think currently we can send only using sample.html?<param>=<value> method or need to store in some global variable. If need to send array of data then "?" method will not work. Any other solutions.

 

Thanks,

Velu

Petyo
Telerik team
 answered on 20 Jul 2016
1 answer
222 views

I have a Parent/Child grid and have 2 custom buttons (Show & Delete)

1. On Show button click, I need to get selected child rows data.

2. On Delete Button Click, I need to delete child rows from grid

Appreciate any help.

Best Regards,

Sanjay
Sanjay
Top achievements
Rank 1
 answered on 20 Jul 2016
2 answers
331 views

Hello, 

The endpoints that I'm using to save & remove files with the uploader is implemented as a restful service. The endpoints look something like this: 

POST : api/resource/{resourceId}/attachments 

DELETE api/resource/{resourceId}/attachments/{attachmentId}

The post works no problem. I'm having trouble with the DELETE however because I need to the URL called for each file to include the id of the attachment being deleted.

My config looks like this at the moment:

<input name="files" type="file" kendo-upload k-files="wiz.attachments" k-async="{withCredentials : false,saveUrl : attachmentUrl, removeUrl : attachmentUrl, removeVerb : "DELETE", autoUpload : true}" k-select="onSelect" k-multiple="true"/>

Is it possible for me to change the removeUrl based on the file selected? 

 

Thanks for your help

Dimiter Madjarov
Telerik team
 answered on 20 Jul 2016
9 answers
212 views

This (http://dojo.telerik.com/OpupU) is a Dojo example that prints the length of a remote DataSource's data. When I substitute in a different URL (one running on my local machine) but don't change anything else, nothing gets logged to the console. In particular, the change function is never called.

Here is information about the data I'm trying to pull in:

The JSON data:

[{
  "tradeVolume": "33454327",
  "numberOfTrades": "130498",
  "tradeSizeStdDev": 13048.15096724034,
  "quoteSizeStdDev": 1306.394869511115,
  "medianTrade": 100.0,
  "eightiethTradeSize": 200.0,
  "ninetiethTradeSize": 334.2000000000029,
  "ninetyFifthTradeSize": 334.2000000000029,
  "ninetyEighthTradeSize": 1100.0,
  "ninetyNinthTradeSize": 2000.0,
  "medianQuoteSize": 1000.0,
  "eightiethQuoteSize": 1550.0,
  "ninetiethQuoteSize": 2050.0,
  "ninetyFifthQuoteSize": 2050.0,
  "ninetyEighthQuoteSize": 4300.0,
  "ninetyNinthQuoteSize": 5600.0,
  "ninetyNinthFiveQuoteSize": 7850.0
}]

Screenshots of the Chrome DevTools Network Headers and Response are linked here: https://i.imgsafe.org/6d2625717d.png and https://i.imgsafe.org/6d29a5a600.png
 

Can someone explain why the Dojo example isn't working when I substitute in my url containing the above data and tell me how I could fix it? I wonder if it has to do with the "keep-alive" connection.

 

Thanks!

Gesly
Top achievements
Rank 1
 answered on 19 Jul 2016
1 answer
642 views

Hi,

Is it possible to get a reference to an existing toolbar (created by a template) on the grid and add a button to the toolbar? For clarity, just changing the toolbar template isn't an option for now.

Regards,

Pieter

Dimiter Topalov
Telerik team
 answered on 19 Jul 2016
1 answer
290 views

Hi,

I need to find a way to execute my code (adjust popup size) when panelbar finished to change its size.I currently use expand/collapse methods but they called before animation starts and size start changing. 

 

Thank you.

Dimiter Topalov
Telerik team
 answered on 19 Jul 2016
5 answers
140 views

How can I use date ranges for the 'from' and 'to' values in this example? - example

The example works when using integers, but when I use dates nothing shows up in the chart.

Thank you,
Ted

Ted
Top achievements
Rank 1
 answered on 19 Jul 2016
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
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?