Telerik Forums
Kendo UI for Angular Forum
1 answer
1.1K+ views

Hi,

When using Material theme with kendo grid, there's no border between columns. When doing column resizing, only column header has a resizer vertical line showing. Is it possible to also show a separation line between normal column cells when resizing columns? How to customize css to achieve this?

Thanks,

Randy

Svet
Telerik team
 answered on 11 Aug 2021
1 answer
2.7K+ 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.4K+ 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
150 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
683 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
39 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
569 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
132 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
100 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
508 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?