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

hide the Add Child only

1 Answer 54 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Bassam
Top achievements
Rank 1
Veteran
Bassam asked on 13 Jul 2020, 10:01 PM
Hi,
How can I hide the Add Child and at the same time is displayed Add Above and vice versa hide Add  Below and at the same time is displayed Add Child ?

1 Answer, 1 is accepted

Sort by
0
Accepted
Doncho
Telerik team
answered on 14 Jul 2020, 10:37 AM

Hi Bassam,

You can hide the AddChild option by hiding the respective <li> element.

Sample CSS you can try:

.radPopup .radList li:first-child {
    display: none;
}

I hope that helps. Let me know if you have any further questions!

Kind regards,
Doncho
Progress Telerik

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