Telerik Forums
Kendo UI for Angular Forum
3 answers
196 views
Hi, is it possible to customize in-cell editing. I need to save changes when a button is clicked inside cell in edit mode. Like in screenshot below
 
Martin Bechev
Telerik team
 answered on 19 Oct 2020
3 answers
136 views
Is it possible? I want to add an ID attribute to each tree element, <id=1> for example. Of course, the ID should be different for each element How can I do that?
Svet
Telerik team
 answered on 19 Oct 2020
2 answers
1.0K+ views
Is there a way to remove commas from the NumericTextBox?
Semie
Top achievements
Rank 1
 answered on 16 Oct 2020
1 answer
373 views

 

Hi,

The MaskedTextBox is missing some features of a regular TextBox:

  • adornments 
  • validation icons
  • clearButton / clearButtonIcon
  • placeholder
  • selectOnFocus
  • required validation

I think it would be logical if a MaskedTextBox should be a TextBox with mask functionality.  All input controls should be as consistent as possible.

 

Actually, the same question applies to the following input controls: 

  • kendo-numerictextbox
  • kendo-autocomplete
  • kendo-combobox
  • kendo-dropdownlist
  • kendo-multiselect
  • kendo-textarea

 

Could this be improved please?

Svet
Telerik team
 answered on 16 Oct 2020
5 answers
1.2K+ views

I would like to change the currency symbol globally, not per pipe/function or component.

So in my case I want to display amounts in "€", but the application's locale should be the default one (en-US).

I did not found anything in the documentation, any ideas?

Arthur
Top achievements
Rank 1
Veteran
 answered on 16 Oct 2020
0 answers
96 views
i want to load only the root item , but if i set the pageable property to true. this will call fetchchildren method after initializing the view. is there any solution or workaround to not invoke the fetchchildren at first. Instead it should only be called when the expand button is clicked
Mohesh
Top achievements
Rank 1
 asked on 16 Oct 2020
0 answers
489 views

i have query regarding the input the field

i want to assign dynamic value to field tag as in

 

<kendo-grid-column field="rsrce_{{group.resorceId}}">

      <ng-template kendoGridCellTemplate let-dataItem="dataItem">
            <input  style="width:69px;height:38px;border-radius: 5px;" type="textbox" [(ngModel)]="dataItem.rsrce_{{group.resorceId}}"  name="rsrceid" class="k-textbox" />
        </ng-template>

</kendo-grid-column>

so basically i am not able to do this because its giving me string interpolated error,  if i remove  kendoGridCellTemplate , its working as expected.

But my requirement is to implement kendoGridCellTemplate .

 

Please help here.

Vikas
Top achievements
Rank 1
Veteran
 asked on 16 Oct 2020
1 answer
1.6K+ views
Hi,

I'm using a dropDownList in a navigation bar and I'd like to reset the dropdown to display the [defaultItem] every time I click in another navigation button. The other buttons get highlighted to show that the user is at that location. So to avoid confusion, I want the dropdown to reset. These buttons are not Kendo components but <a> links and I'm planning to use "(click)="resetDropdown($event)" to call the action.

Here is my code:
     
<kendo-dropdownlist
  [defaultItem]="selectGateDefaultItem"
  [itemDisabled]="gateChecklistItemDisabled"
  [data]="gates | async"
  [textField]="'NAME'"
  [valueField]="'ID'"
  (selectionChange)="openGatePage($event)"
  [popupSettings]="{height: 100, width: 280}"
  [iconClass]= "gateIcon"
  id="gateChecklistDropdown"
  style="width: 250px"
>
  <ng-template kendoDropDownListItemTemplate let-dataItem>
    <span class="template">{{dataItem.NAME}}</span>
  </ng-template>
  <ng-template kendoDropDownListValueTemplate let-dataItem>
    <span class="selectedValueTemplate">{{ dataItem.NAME }}</span>
  </ng-template>
</kendo-dropdownlist>

Also, I'd like to know if I can change the color of the dropdown button (when in closed state). I was able to add an icon but I could not find a way to edit the color. 

Thanks,

Carla
Dimiter Topalov
Telerik team
 answered on 16 Oct 2020
1 answer
1.1K+ views
I'm looking to build some functionality to ExpandAll and CollapseAll groupings in the grid when there is a grouping in place. I'd want to add a couple of buttons somewhere on the grid to drive this functionality. 

I understand that I can use the kendoGridToolbarTemplate to add a new toolbar, but I don't want to use the real estate. Ideally, I'd like to get something into the kendo-grid-group-panel (the panel that the grouping columns are dragged onto).  Is this possible? - I don't see an ng-template option for this
Martin Bechev
Telerik team
 answered on 15 Oct 2020
1 answer
156 views

Hello 

 I am facing issue on kendo window,

my requirement is i have a button inside kendo grid particular column/cell.

and when i click on that button a window should open outside kendo grid.

Hetali
Telerik team
 answered on 14 Oct 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?