4 Answers, 1 is accepted
0
Accepted

Shinu
Top achievements
Rank 2
answered on 04 Feb 2013, 10:52 AM
Hi,
Try the following CSS.
CSS:
Thanks,
Shinu
Try the following CSS.
CSS:
.RadTreeList .rtlExpand, .RadTreeList .rtlCollapse
{
display
:
none
!important
;
}
Thanks,
Shinu
0

mohamed
Top achievements
Rank 1
answered on 05 Feb 2013, 02:56 PM
Thanks For Ur Reply Shinu
See The Screen Shot ,
If any possible to reomve that line also
Thanks Advance,
Mohamed.
See The Screen Shot ,
If any possible to reomve that line also
Thanks Advance,
Mohamed.
0
Accepted

Shinu
Top achievements
Rank 2
answered on 06 Feb 2013, 05:24 AM
Hi,
Try setting the following.
aspx:
Thanks,
Shinu
Try setting the following.
aspx:
<
telerik:RadTreeList
ShowTreeLines
=
"false"
runat
=
"server"
. . . > </
telerik:RadTreeList
>
Thanks,
Shinu
0

SOLOMON
Top achievements
Rank 1
answered on 18 Apr 2014, 02:51 PM
Perfect. Thanks!