Telerik Forums
Kendo UI for Angular Forum
2 answers
320 views

Hello, 

         I would like to create a grid in which I have 2 levels of grouping in which I want to have a value in many columns on each grouping and each item.

Example:

                                                 Price  week 1                 Price week 2

    Group A                                       10.00                          12.00

            Sub-Group 1                        9.00                            11.00 

                    Product X                    8.00                             10.00 

                    Product Z                    10.00                          12.00

            Sub-Group2                        11.00                          13.00

   Group B                                       20.00                           22.00  

 

Any idea on how this could be done?  Positionning the data in grouping template  withing columns does not seem to be possible right now.  I could align the data in the template but with many columns this is gonna get tedious.

 

Thank you

 

Thamarai
Top achievements
Rank 1
Veteran
 answered on 14 Oct 2020
0 answers
130 views

Grid retained as follows:

 

 this.state = gridSettings.state;
      this.grid.columns = gridSettings.columnsConfig.sort((a, b) => a.orderIndex - b.orderIndex);

 

After that "Export All" fails as the grid.Coulmns are changed to Array. If the grid.columns are QueryList it is exporting.

Gopi
Top achievements
Rank 1
 asked on 13 Oct 2020
5 answers
2.2K+ views

 

Hi,

We are using KendoUI AutoComplete for Angular6 like below.

<kendo-autocomplete #autocomplete style="width:100%" [(data)]="items" [valueField]="'DESCR_FULL'"
      [suggest]="true" placeholder="Digita almeno 3 caratteri..." [(ngModel)]="selectedsedetechnica"
      (valueChange)=SelectedAssetFromSTCombo($event) [filterable]="true" (filterChange)="handleFilter($event)">
</kendo-autocomplete>

valueChange event is fired even when the AutoComplete is tabbed out / blurred.

But we want to fire the "valueChange" event only when the user selects any one of the AutoComplete suggestions (by clicking on any one of the suggestions (or) by selecting any one one of the suggestions with keyboard ENTER key.). We don't want to fire this event when Aucomplete lost focus (blurred).

Because the autocomplete suggestions will vary based on the user. We don't want to process any data that is not coming from AutoComplete.

How to stop firing "valueChange" event when AutoComplete is tabbed out (or) lost focus

Thanks in advance,

Rajesh

Martin Bechev
Telerik team
 answered on 13 Oct 2020
3 answers
187 views

Hello Team,

I am working on a task in which we need to group our data according to the column, also we need aggregate count of record which comes under group.

so the problem is that we have around 1 lakh record in database so, for exact count of record we need to send all record to client.

so, loading time is very slow here or browser is going to be hang.

can we call custom component under group as a child in kendo grid  so that we can do paging if there is 1000 record under one group.

 

Please help.

 

Thanks

Ritesh

Svet
Telerik team
 answered on 12 Oct 2020
3 answers
167 views

     Hi,

 

I am looking for option to programatically select value in combobox. I have array of objects binded to data. I have tried valueChange.emit(), selectionChange.emit(), .value changing, and changing selectedValue binded to ngmodel... nothing works.

<kendo-combobox
        #searchAreaCombobox
        id="searchAreaCombobox"
        [filterable]="false"
        [data]="listItems"
        class="k-combobox"
        [valueField]="'id'"
        [textField]="'caption'"
        [allowCustom]="false"
        [placeholder]="'searchAreaDropDown.placeholder' | translate"
        [(ngModel)]="selectedValue"
        (valueChange)="changeSearchArea($event)"
    >
    </kendo-combobox>

Martin Bechev
Telerik team
 answered on 12 Oct 2020
1 answer
135 views

Hi, There

I want to override keyboard accessibility feature in date picker. i am using it in angular 9. 

can i do this?

if yes then how?

Martin Bechev
Telerik team
 answered on 12 Oct 2020
9 answers
2.1K+ views

Hi, any one know how to dynamically re-position the Kendo-window in Angular 6?

When I move the Kendo-window it goes below the navigation bar. I would like to prevent that.

 

Regards.

Rajan
Top achievements
Rank 1
 answered on 09 Oct 2020
1 answer
125 views

Hi Team,

  Need close icon on each tab, when clicking on close icon need to close the current tab...

 

Thanks in advance..

 

Regards

Akarsh kp

  

Hetali
Telerik team
 answered on 09 Oct 2020
0 answers
102 views
I'm using a grid which is resizable and sortable.in localhost everything works perfectly.but after I deploy it on server sorting icon doesn't appear until I am resizing the sortable column.then again on sort the icon disappears.
Sarthak
Top achievements
Rank 1
Veteran
 asked on 08 Oct 2020
1 answer
118 views

So, I've faced with issue in my project where a users can't select date on filter menu in grid component on mobile device.

My code has the same peace of code from https://www.telerik.com/kendo-angular-ui/components/grid/filtering/reusable-filter/ -> 'Filter Menu with Popup' section.

The StackBlitz has the same failure behavior.

Based on my investigation, I've figured out that kendo can't apply focus on date input after selecting date on calendar popup on mobile devices.

 

Martin Bechev
Telerik team
 answered on 08 Oct 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?