Telerik Forums
Kendo UI for Angular Forum
0 answers
193 views

Hi Team,

In kendo-grid kendo-grid-column already added but i have added more columns that is received from API now i have pass that dynamic data in child component but in my case its generating but issue is that component data not rendered in view.can anybody tell me how to do it?

 

<kendo-grid [reorderable]="true" [ngClass]="{gridloading:gridLoadingEnabled == true}" [kendoGridBinding]="data" [loading]="gridLoadingEnabled" [resizable]="true"> <kendo-grid-column field="TaxPercent" title="{{'CommonPercentage' | translate}}"></kendo-grid-column> <kendo-grid-column field="TotalLC" title="{{'CommonTotal(LC)' | translate}}"></kendo-grid-column> <!-- Dyamically added columns--> <app-udf-item-details [udfItemDetailData]="columnList"></app-udf-item-details> </kendo-grid>

  <!-- Child component-->
  <h3 class="sub-title" >Basic Details</h3>
  <div class="form-group">
    <div class="col-md-6" *ngFor="let column of  columnList" style="padding:4px;">
          <label for="{{column.id}}" class="col-md-4 control-label">{{column.name}}</label>
          <div class="col-md-8">
            <input type="text"
              name="{{column.id}}" class="form-control" id="{{column.id}"
              disabled>
          </div>
    </div>    
  </div>
kapil
Top achievements
Rank 1
 updated question on 12 Aug 2021
1 answer
341 views

Hi,

Not able to install kendo theme bootstrap. What is wrong with me

 

Stoyan
Telerik team
 answered on 11 Aug 2021
1 answer
1.2K+ 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.8K+ 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.5K+ 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
180 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
768 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
50 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
609 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
153 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
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?