Telerik Forums
Kendo UI for jQuery Forum
5 answers
316 views
how do i set the datasource in the pivotgrid to the correct data generate in the pivotgrid in the paging?
for example: in my datasource i have 500 rows which generate into 250 rows and 250 colums in the pivot grid. 
how to i take the new data size which was created in the pivotgrid and not from the datasource for calculation the paging for the pivotgrid?

i use this: 
     $("#pager").kendoPager({
                    dataSource: result.data,                         /* not correct*/
                    pageSizes: [10, 25, 50]
                });

when the result.data is the 500 rows that was arrived from the original datasource.
Alex Hajigeorgieva
Telerik team
 answered on 02 Sep 2016
1 answer
229 views

I want to upload a file, add a comment against each upload and show the comment with file list. Is this doable with Kendo?

 

Thanks

Dimiter Madjarov
Telerik team
 answered on 02 Sep 2016
1 answer
291 views

Hello,

I want to implement some custom functionality for the grid: adding column sort orders to the column header and aligning them (along with the sort arrow) to the left.

Dojo: http://dojo.telerik.com/IWInE

From the code you can see that I'm doing this one the dataBound event. I don't want to have to put this code into every single grid I have.

Is there anyway to easily add this code to the kendo library so that it is called before the grid's individual dataBound function is called?

Thank you,
Dan

Stephen
Top achievements
Rank 2
 answered on 01 Sep 2016
2 answers
376 views

Hi,

I was going through one of pie chart example at following url - http://demos.telerik.com/kendo-ui/pie-charts/remote-data-binding

How can i implement this in angular js.

  •  Basically there is no docs around dynamically specifying k-data-source.
  •   Also, in this example we have hard coded div elements for each year and then we are creating charts dynamically in each div. But what if i don't know how many years will be there is the data that will come from server(user can change year range) and then i have to draw pie charts for each.
Alex Hajigeorgieva
Telerik team
 answered on 01 Sep 2016
3 answers
1.2K+ views
I have a grid with grouping. If you collapse a group and then refresh the grid, all groups return to their default expanded state.

I'm wondering if there is a way to keep track of which groups are collapsed, so that upon refreshing the grid those specific rows can be collapsed again.

My initial attempt at this was to select all collapsed rows with jQuery, and then pass that list of jQuery objects into the grid's collapseRow function, like this:

var rows = $('td[aria-expanded=false]').parents('tr.k-grouping-row');
grid.collapseRow(rows);

That works in that I can expand/collapse only those rows that were collapsed when the rows variable was created, however after refreshing the grid those jQuery objects no longer exist on the page so passing "rows" into the collapseRow function has no effect.

I know that you can save various states about the grid, such as grouping, sorting and column ordering, but is there currently any way to accomplish this?
Kiril Nikolov
Telerik team
 answered on 01 Sep 2016
1 answer
77 views

Hi,

   I was testing out this example http://dojo.telerik.com/eQoxo/4 on a workstation with chrome running (Windows 8.1, Nvidia Quadro card) and noted that the markers can only be selected and dragged by clicking on the black spot in the attached file. However, when I tested the same code with chrome on Windows 7 and Windows 10, the markers can be selected and dragged by clicking any part of the marker. Are there any OS dependency issue which I should be aware of in order to use the drag and drop marker feature of Kendo Map?

Best Regards,

CH

Danail Vasilev
Telerik team
 answered on 01 Sep 2016
1 answer
269 views

I have a grid, scrollable is set to false. When I export using the kendo.drawing.drawDOM, the column sizes are okay for the first page (with the grid header), but for the rest of the pages, column sizes changes according to the content.

I have attached an export snapshot.

Dimo
Telerik team
 answered on 01 Sep 2016
1 answer
208 views

Hi,

I'm new to Kendo UI. When I checked the demo of ButtonGroup, I didn't see any examples about integration with AngularJS.

Any examples or documentation are appreciated.

 

Ianko
Telerik team
 answered on 01 Sep 2016
1 answer
533 views

Hi there. I have a problem here... Suppose the following scenario:

I have this model:

 

var vm = kendo.observable({

   values: ["orange", "apple", "etc"],

   remove: function(e) { console.log("this is working"); }

});

and then something like this in my markup:

<div data-template="diosTeAyude" data-bind="source: values"></div>
<script id="diosTeAyude" type="text/x-kendo-template">
        <div class="input-group">
            <input data-bind="value: this">
            <span class="input-group-addon" data-bind="click: remove">-</span>
        </div>
</script>

 

"remove" method is not accessible, cause I'm using primitive types in my array, nothing outside the actual primitive value is there. If I change my model to:

var vm = kendo.observable({
values: [{theValue: "orange"}, {theValue: "apple"}, {theValue: "etc"}],
remove: function(e) { console.log("this is working"); }
});

and my template to:

<script id="diosTeAyude" type="text/x-kendo-template">
        <div class="input-group">
            <input data-bind="value: theValue">
            <span class="input-group-addon" data-bind="click: remove">-</span>
        </div>
</script>

then the viewModel prototypes fine and remove function is there, even when convert my array of strings to objects is unnecessary from the model point of view.

 

Is there any other way to accomplish what I need without having to do that?

 

Thanks in advance!

Stefan
Telerik team
 answered on 01 Sep 2016
7 answers
1.1K+ views

Hello,

I am trying to upload multiple files, up to 50 meg, in a MVC project.  I have tried with Kendo.upload however I keep getting the error past 10 MB I hit the size limit.  This is after I tried overriding the default maximum file upload size in Web.Config to a much larger filesize then 10 MB.

 

Is there an equivalent Kendo method to upload files like the RadAsyncUpload control for telerik.

 

thanks

Dimiter Madjarov
Telerik team
 answered on 01 Sep 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
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?