This is a migrated thread and some comments may be shown as answers.

Code changing collapse/Expand

1 Answer 47 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Bassam
Top achievements
Rank 1
Veteran
Bassam asked on 14 Jul 2020, 09:23 PM

Hi

I have a problem with  Code changing collapse/Expand in the radGantt.

The following code has been used and works great For the first part.

   <style type="text/css">       
          .radIcon.radIconCollapse:before {
            content: "\e121";
           }
           </style>

The problem in the second part was the use of the following code and was not changed.

First the following code was used and did not work.

  <style type="text/css">       
          .k-rtl .radIconExpand:before {
            content: "\e11e";
           }
           </style>

Secondly, the following code was used and did not work

 <style type="text/css">       
          .radIcon.radIconExpand:before {
            content: "\e11e";
           }
           </style>

 

1 Answer, 1 is accepted

Sort by
0
Doncho
Telerik team
answered on 17 Jul 2020, 12:16 PM

Hi Bassam,

I have noticed this thread is a duplicate of another one you have opened - https://www.telerik.com/forums/code-changing-collapse-expand.

I have already answered the other one! And I would suggest proceeding the communication there only, in case you have any further questions on the topic.

Kind regards,
Doncho
Progress Telerik

Tags
Gantt
Asked by
Bassam
Top achievements
Rank 1
Veteran
Answers by
Doncho
Telerik team
Share this question
or