Telerik Forums
Kendo UI for jQuery Forum
5 answers
1.4K+ views
Hi All,

I am using listview in some of the mvc views. When page size is increased,e.g,50 items per page, records are coming out of the listview. To fix this issue, how to apply vertical scroll bar to kendo listview? Immediate help would be appreciated.

Regards,
Partha.
Tsvetina
Telerik team
 answered on 14 Feb 2018
3 answers
926 views

I am trying to bind a combobox to a dynamic array defined on Vue instance. The values on the array are not known until the control is databound. I can't seem to figure why change to the array won't refresh the combo. Here's the code snippet. Does current version pf kendo-vue support this behavior?

 

//javascript

var that = this;

that.$set(that, 'countryArray', [{text: 'canada', value:'2' }]);

//html

<kendo-combobox v-model="countrySel"
:placeholder="'Select country...'"
:data-source="countryArray"
:data-text-field="'text'"
:data-value-field="'value'"
:filter="'contains'"
>
</kendo-combobox>

Dimitar
Telerik team
 answered on 14 Feb 2018
6 answers
234 views
Hello,
              I have created sample problem in I have used row
  Following :

1) The DataSource is grouped by  PricingPCC Column which collapse. 
2) And want to increase Segment Column tried hardcoded 150-300px that work either.
3) Mismatch in width of table header and row data Row data render below column header properly
Georgi
Telerik team
 answered on 14 Feb 2018
8 answers
251 views

hey, i'm ecaluating the pivot grid using the trial version. i seem to have problems getting angularjs and the pivot templates to work together.

my script imports in the index are as follows: 

  <script src="bower_components/jquery/jquery.js"></script>
    <script src="bower_components/angular/angular.js"></script>
    <script src="bower_components/kendo-ui/js/kendo.all.min.js"></script>

in the HTML page i have: 

    <div class="col-md-12" ng-if="vm.data.HeatChartSkillsPerResource && vm.data.HeatChartSkillsPerResource.length > 0">
        <kendo-pivot-grid  k-data-source="vm.dataSource" k-options="vm.options" id="pivotgrid" class="hidden-on-narrow">
            <div k-column-header-template>
                {{member.caption}}
            </div>
        </kendo-pivot-grid>

in the relevant controller: 

 

    vm.dataSource = new kendo.data.PivotDataSource({
                    data: vm.gridOptions.data,
                    schema: {
                        model: {
                            fields: {
                                FullName: {
                                    type: 'string'
                                },
                                skill_rating: {
                                    type: 'number'
                                },
                                skill_name: {
                                    field: 'Skill.SkillName'
                                },
                                Category: {
                                    field: 'Skill.Category'
                                }
                            }
                        },
                        cube: {
                            dimensions: {
                                FullName: {
                                    caption: 'Resources'
                                },
                                Category: {
                                    caption: 'Categories'
                                },
                                skill_name: {
                                    caption: 'Skills'
                                }
                            },
                            measures: {
                                'Average': {
                                    field: 'skill_rating', aggregate: 'average'
                                }
                            }
                        }
                    },
                    columns: [{ name: 'FullName', expand: true }],
                    rows: [{ name: 'Category', expand: true }, { name: 'skill_name', expand: true }],
                    measures: ['Average']
                });

 

        vm.options = {
            columnWidth: 100,
            height: 500,
            filterable: true,
            sortable: true,
            reorderable: false
        }

 

the data is loaded as expected but column header templates (or any other templates) don't recognize angularjs. what i see is {{member.caption}} inside the headers. (as in the attached file).

i don't see any errors.

any help on that?

Pavlina
Telerik team
 answered on 13 Feb 2018
1 answer
69 views
Hi,

we have issue with tooltip in drawing. Please see the link below

https://dojo.telerik.com/uHimOD/3

Steps to Reprodue

1) Click the link above.

2) Mouse over Red Arc and quickly move cursor on the tooltip or click on tooltip

3) Tooltip will not go off.

4) Try some times in order to reproduce 

Please help.

Thank you

 Sriram
Neli
Telerik team
 answered on 13 Feb 2018
11 answers
1.9K+ views
I have recently started working on KENDO UI stack for ASP.NET MVC.

Question: The icons for the GRID and DatePicker are missing in the deployment.
Looked at the resolution (link below) for  missing icons, but could not figure out where are the FONT-files and what exactly need to set in the web.config.
http://www.kendoui.com/forums/kendo-ui-mobile/general-discussions/2012-3-1114---kendo-mobile-all-min-css---missing-icons.aspx
If some one could help me walk through Step by Step how to resolve the missing icons issue on deployment of an ASP.Net application.

Thank You,
Pankaj Kumar
Konstantin Dikov
Telerik team
 answered on 13 Feb 2018
3 answers
3.3K+ views

Is it possible to data-bind the visible property in MVVM to multiple conditions, either by using logical operators (&&) or calling a function that accepts parameters?

<div id='test' data-bind='visible: condition1 && condition2'>...</div>

or

<div id='test' data-bind='visible: myShowFunction('a', 'b')'>...</div>

 

 

 

Dimitar
Telerik team
 answered on 13 Feb 2018
2 answers
469 views
I have a Dropdown List Editor Template for a field in my Grid, and when I create a new row in the grid, the options are visible, and it appears as if the initial item is selected. However, the value of this item is not carried back to the server unless I open the drop down list and select an item.

Any Thoughts?
Patrick
Top achievements
Rank 1
 answered on 13 Feb 2018
6 answers
464 views
Hi,
I have  a grid  and when grouped I can expand/collapse a group clicking on a small arrow on the left of the group header. I would like to expand/collapse the group clicking on any point of  the groupHeader not only on the small arrow.
There's some settings that i can use in order ti obtain that effect? or some workaround?

thanks

Fabio  
Robert Madrian
Top achievements
Rank 1
Veteran
Iron
 answered on 13 Feb 2018
5 answers
1.0K+ views
Stackoverflow: https://stackoverflow.com/questions/45439666/kendo-grid-virtual-scrolling-and-grouping
Dimiter Topalov
Telerik team
 answered on 13 Feb 2018
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?