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 chooser. Is there a solution to this?
Cheers,
Bob
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>
Hi,
Do you have an complete sample with in same page many components like calendar, scheduler and grid dialoging together with an service ?
Regards
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?
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
Hi,
I am upgrading a project from Angular 7 to Angular 12 (actually rebuilding from scratch).
My grid version is
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
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