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>