Unplanned
Last Updated: 07 Jan 2022 12:31 by ADMIN
Ivan
Created on: 07 Jun 2020 11:19
Category: KendoReact
Type: Feature Request
1
Kendo Grid k-group-indicator icon custom rendering
Greetings.  I render my own custom headerCell item with a custom icon. Could you help me to find out the same way for rendering custom icons in k-group-indicator blocks (dropable area for grouping)?
Thanks in advance
5 comments
ADMIN
Stefan
Posted on: 12 Jun 2020 06:50

Hello, Ivan,

This is converted to an official public features request and the community can vote for it.

I already added your vote for convenience.

We will update the item status based on the planning.

Regards,
Stefan
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Ivan
Posted on: 11 Jun 2020 11:58
Yes. It would be great
ADMIN
Stefan
Posted on: 10 Jun 2020 12:15

Hello, Ivan,

Currently, this can be done with CSS by changing the content of the element:

https://stackblitz.com/edit/react-zkruo9?file=index.html

.k-i-sort-asc-sm::before {
    content: "\e100";
}

.k-i-sort-desc-sm::before {
    content: "\e101";
}
If you wish, I can convert this to an official public feature request where we can provide a full custom render for this element. Then based on the community interest we will plan it accordingly.

Regards,
Stefan
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Ivan
Posted on: 09 Jun 2020 19:01
Case 2 (grouped)

I need to replace the icons of the grouped item by my custom icons
ADMIN
Stefan
Posted on: 08 Jun 2020 13:42

Hello, Ivan,

Is it possible to clarify which is the dropable area for grouping you are referring to is it this part of the Grid:

non grouped:

grouped:

If it is a different element, please share a screenshot of the element that needs to be modified and we will share the possible option in that case.

Regards,
Stefan
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.