Telerik Forums
Kendo UI for Angular Forum
1 answer
2.6K+ views
I want to change the default color of the kendo elements from orange to blue. Initially, it was blue for the past few months. And, now from the past few weeks it has changed to orange. All the colors are orange right from the numbers and the apply filter buttons in the kendo grid pagination to the options in the multiselect and dropdown list. Please, someone help me out with this. This is urgent.

Thank You in advance!
Hetali
Telerik team
 answered on 10 Aug 2021
2 answers
1.3K+ views

Hi Guys,

Why does the kendo-grid-column-chooser component not fire dataStateChange so any changes to selected columns can be persisted?

 

On my grid I have the following command:

(dataStateChange)="dataStateChange($event)"

And I have even tried:

<kendo-grid-column-chooser (dataStateChange)="dataStateChange($event)" class="pull-right"></kendo-grid-column-chooser>

But neither command fires dataStateChange from the column chooserIs there a solution to this?

Cheers,
Bob

Bob
Top achievements
Rank 1
Iron
Iron
Iron
 updated answer on 10 Aug 2021
1 answer
146 views

Given a simple sparkline with static data:


            <kendo-sparkline [chartArea]="{background: ''}"
              style="width:30px; height:30px;"
              type="pie">
              <kendo-chart-series>
                <kendo-chart-series-item [data]="[1,1,1]"
                  [color]="['green', 'yellow', 'red']"
                  [labels]="['Closed', 'Doing or Done', 'To do']"
                  field="value"
                  categoryField="label">
                  <kendo-chart-series-item-tooltip>
                    <ng-template let-category="label"
                      let-value="value">
                      {{category}}: {{value}}
                    </ng-template>
                  </kendo-chart-series-item-tooltip>
                </kendo-chart-series-item>
              </kendo-chart-series>
            </kendo-sparkline>
How do i display the label only in the tooltip?  I have tried using "category" and even a category axis bit to no avail.
Slavena
Telerik team
 answered on 09 Aug 2021
1 answer
657 views
After exporting the excel file, after generating the file, how can I track the file download has started and when will it end?
Silviya
Telerik team
 answered on 09 Aug 2021
0 answers
38 views

Hi,

 

Do you have an complete sample with in same page many components like calendar, scheduler and grid dialoging together with an service ?

Regards

bahaso
Top achievements
Rank 1
Iron
Iron
Iron
 asked on 07 Aug 2021
1 answer
553 views

Hi,

I'm trying to find a way to get a date format pattern for the current locale.

Using IntlService.splitDateFormat("d") I'm getting the following array:

[
 {type: "year", pattern: "y"},
 {type: "literal", pattern: "-"},
 {type: "month", pattern: "MM"},
 {type: "literal", pattern: "-"},
 {type: "day", pattern: "dd"}
]

However kendo-datepicker displays a different one as a placeholder

 

Is there a way to get exactly the same date pattern as used in kendo-datepicker?

Hetali
Telerik team
 updated answer on 06 Aug 2021
1 answer
119 views
Is there a known bug present that made these buttons not visible? You can even see it on the detail row template page. It is not obvious that the row is clickable now.
Dimiter Topalov
Telerik team
 answered on 06 Aug 2021
0 answers
94 views

Hi,

How can I achieve this hierarchical grid with n-levels (see attachment)?

Each level of the grid has the same fields, but the latest column on each level should be aligned to the right at the same place.

Is the row detail template the most suitable solution here? how to achieve that aligned column?

 

thx

Kristof
Top achievements
Rank 1
Iron
Iron
 asked on 03 Aug 2021
2 answers
461 views

Hi,

I am upgrading a project from Angular 7 to Angular 12 (actually rebuilding from scratch).
My grid version is 

"@progress/kendo-angular-grid""4.7.4"


It does not display the column chooser to the right - is this by design?
How to place extra buttons in the header and pull right?
Before I could just use bootstrap helpers but it seems this is no longer the case.

I have attached an image to show what I mean, what more info do you need?

Cheers,
Bob

 

 

Bob
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 02 Aug 2021
1 answer
440 views

Hi i have a problem about kendo angular editor. I used editor for dynamic html bind. But these htmls using bootstrap. For example one page using tabs. And html have data-toggle attribute in <a> tag. But when i use the editor this data-toggle attribute always deleted. I look at the demos i saw ProseMirror Schema title. I applied same steps and created custom schema. Everything works perfect. But when i rebuild my code from zero Angular shown me the errors. I research the error but not find anything. I added the error pics. Can anyone help me?

Note:

Angular version 8

Editor version 2.3

Kamer
Top achievements
Rank 1
Iron
 answered on 01 Aug 2021
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?