Telerik Forums
Kendo UI for jQuery Forum
1 answer
117 views

Hi,

 

I'm currently evaluating If there is any possibility to upload a single file to multiple destinations, while only selecting the file once.

The file selected in the upload widget needs to be saved multiple times with different file names. I would like to avoid that the user has to select the file x times.

Do you see any chance to archive this, or maybe you have an example?

 

Thanks for your help

 

Dimiter Madjarov
Telerik team
 answered on 28 Jun 2016
1 answer
544 views

I would like to scroll to selected cell/row and I would like the same design as if the user would navigate throug key down/up. That means when navigating down, selected row would be the last in grid scroll, and when navigating up, selected row would be first.

How can I achieve that? I am pretty sure that I must call some method (already written for keyboard navigation), just don't know which.

http://dojo.telerik.com/oLuPO

I tried with this, but it does not give me the exact result I want (for scrolling down):

var itemScrollTop = grid.select()[0].offsetTop;
grid.wrapper.find('.k-grid-content.k-auto-scrollable').animate({ scrollTop: itemScrollTop });

Dimiter Topalov
Telerik team
 answered on 28 Jun 2016
1 answer
153 views
We just started using Kendo and the Angular 1 interop. We were looking into utilizing the OData functionality that all of the components implement. I was wondering if the ground up rewrite of the Angular 2 components plan to keep support with OData?
Petyo
Telerik team
 answered on 28 Jun 2016
1 answer
515 views

This is somewhat of a crosspost from over on the Template area, but its probably more of an Editor issue than a client template issue.

Here's our issue for our ASP.NET MVC application.   We have a tabstrip and a grid in each tab of the tabstrip.  We also have a clientDetailTemplateId for each grid that points to a partial that contains the element id that ClientDetailTemplateId needs. Note that the partial is shared between all grids.

I'm posting 3 images to show what's going on.

FirstTabFirstRecordEditorGood.png shows first tab, expanding the detail of the first row eveything looks good

SecondTabFirstRecordOnlyRawTextArea.png shows going to the second tab, expanding detail of the first row and we only see a raw TextArea

GoBackToFirstTabEditorWithinEditor.png show going back to first tab, first grid, first row and you can see that there's an Editor within an Editor

Now, I think I have an idea of what's going on.  Each Editor name/id is unique based on a unique id per row.   Each grid row is unique, but another grid can have the same record id that would make up the name/id of the editor.

Now the obvious answer would be to give each editor a unique name.  That's actually easier said than done because of the fact that each grid shares the same partial that acts as the clientDetailTemlate.

My current idea is to create the editors dynamically on tab select.   I can append the tab index to the editor name and then it will be unique.  To me, that's not ideal, so I thought I would see if there's an alternative.

I know there's actually two ways that an Editor is implemented.  The IFrame way and another way.  I'm not sure if going the alternative way would help out.

 

Thanks

 

Niko
Telerik team
 answered on 28 Jun 2016
1 answer
89 views
Hi ,

I would like to enquire how import Kendu Ui grid in an angularjs project.  I correctly added css files : kendo.common.min.css, kendo.silver.min.css and js files : jquery-1.9.1.min.js, angular.min.js (1.5),  kendo.all.min.js. But kendo-ui elements aren’t displayed, there isn’t any javascript error and the jsfiles are well loaded. The html is correctly modified (as I can see with the chrome console).

I tried to do the same thing in an other test project and it works so I assume there is something on the project which blocks or isn’t compatible and prevent from displaying the grid.
There is also the fact we use lazy loading (with ocLazyload) and it’s lazy load.


Someone knows why it doesn’t work ?
Thanks,

Stéphanie
Alexander Valchev
Telerik team
 answered on 28 Jun 2016
10 answers
140 views

Hello guys,

I have some charts with legend set as false, but when i export the PDF i want to be able to export the legend on the bottom of the chart also.

Is that possible, can someone assist me with this issue.

Any help is much appreciated.

 

Thank you.

Dimiter Topalov
Telerik team
 answered on 28 Jun 2016
1 answer
118 views

Hi,

There is a problem with the filters in the Kendo UI Spreadsheet.

You can replicate the issue using the sample : http://demos.telerik.com/kendo-ui/spreadsheet/sorting-filtering

and adding the "frozenRows: 3" that keeps the report header and the columns headers frozen so that the data can scroll down.

Now, if you click on the filter arrow on any filtered column it works, but if you scroll down the data and try to click the filter arrow the selection dialog does not appear anymore...scrolling up on top it works again.

...
 name: "OrdersLog",
 frozenRows: 3,
  mergedCells: [
...

 

Is there a way to fix ?

Many thanks

Stefano

Stefan
Telerik team
 answered on 27 Jun 2016
2 answers
180 views

Hi,

I cannot for the life of me seem to override the grid paging when display is set to none at smaller screen sizes

I have even copied the exact selector and it still doesn't work! see attached image.

Thanks, Graeme

Graeme
Top achievements
Rank 1
 answered on 27 Jun 2016
1 answer
71 views
Hello,

Here is the issue. I’m using a Kendo Grid, in which the data are virtualized. I have to edit the data a lot, but I’d like to keep the data selected in the line that I’m currently editing using the model.set() method.
I haven’t any problem on a classic case by using the following solution http://www.telerik.com/forums/grid-programmatically-select-row-by-dataitem-values----when-the-item-is-not-on-the-current-grid-page-#Uce9-ICg-0OsWU5gVzd6jg.

The issue occurs when I’m trying to edit the data in a row when the grid view is on joint pages. You can see this in the fiddle https://jsfiddle.net/jL4k7kq3/36/.
To do this, scroll the table until you view the rows 48 to 52 and try to update line 52 (with the form below). On a classic line, it will be selected after changes, but in this case, the line isn’t selected and the view is messed up (then, try to scroll again and you’ll see the scrolltop and the page values are however correct).

I have some clues to solve it, but it would be a turn around. What you can tell us about that?

Thanks in advance for your help.

Regards. 
Dimiter Topalov
Telerik team
 answered on 27 Jun 2016
1 answer
152 views

Greetings,

I have two issues here:

1. when the window is open, it's not properly centered in the expected region, how can I get it to be in the center of the appended div?

2. When I maximize the window, it covers everything, how can I limit it to that same region?

http://dojo.telerik.com/OcAmA/2

Thanks,

 

Iliana Dyankova
Telerik team
 answered on 27 Jun 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?