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

Hide Timeline views.

3 Answers 45 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
bassam
Top achievements
Rank 1
Veteran
bassam asked on 17 May 2020, 11:57 PM
Hide  Timeline views.

3 Answers, 1 is accepted

Sort by
0
Accepted
Peter Milchev
Telerik team
answered on 20 May 2020, 10:31 AM

Hello Bassam,

This can be achieved by setting the ListWidth="100%" and using the following style to hide the resize handle:

.RadGantt div.rgtSplitbar {
    display: none;
}

Regards,
Peter Milchev
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.
0
bassam
Top achievements
Rank 1
Veteran
answered on 21 May 2020, 07:13 PM

 Hello  Peter Milchev
Thanks a lot for the quick answers

I could not add this code to ASB.net
Please kindly provide us with an example as possible
Sorry for the inconvenience

0
bassam
Top achievements
Rank 1
Veteran
answered on 27 May 2020, 10:05 PM

 Hello  Peter Milchev

Thank you very much
Your code has been successfully executed
As shown in the following code

  <telerik:RadScriptBlock runat="server">
          <style type="text/css">
     .RadGantt div.rgtSplitbar {
    display: none;
     }
    </style>
        </telerik:RadScriptBlock>

Tags
Gantt
Asked by
bassam
Top achievements
Rank 1
Veteran
Answers by
Peter Milchev
Telerik team
bassam
Top achievements
Rank 1
Veteran
Share this question
or