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

Glyphicons edit and delete in Lightweight mode

1 Answer 121 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Erik
Top achievements
Rank 2
Erik asked on 11 Mar 2015, 04:16 PM
Hello,

When changing to Lightweight mode, the icons for edit and delete (Silk skin) disappear.
They become standard blank buttons. 
This is in Q3 and Q1. (And earlier 2014)
Browser: Chrome & IE

Attached you see my results (image)

Code:
<telerik:TreeListButtonColumn UniqueName="DeleteColumn" ButtonType="ImageButton" CommandName="Delete" ToolTip="Delete this row" MinWidth="30px" MaxWidth="30px" HeaderStyle-Width="30px" Resizable="False" Reorderable="False" />
 
<telerik:TreeListButtonColumn UniqueName="EditColumn" ButtonType="ImageButton" CommandName="Edit" ToolTip="Edit this row (Double Click)" MinWidth="40px" MaxWidth="40px" HeaderStyle-Width="40px" Resizable="False" Reorderable="False" />
^ Above is tested in a new project 

How do I keep the same behavior in Lightweight mode?

Kind Regards,

Erik

1 Answer, 1 is accepted

Sort by
0
Venelin
Telerik team
answered on 16 Mar 2015, 12:56 PM
Hello Erik,

For edit column use the following declaration:

<telerik:TreeListEditCommandColumn ButtonType="ImageButton" ...></telerik:TreeListEditCommandColumn>

The Delete column still requires additional adjustment to make it work as expected (though this will be improved soon). Please refer to the following forum discussion: http://www.telerik.com/forums/how-to-change-insert-update-delete-icons-to-use-bootstrap-glyphicons-on-my-radtreelist

Regards,
Venelin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
TreeList
Asked by
Erik
Top achievements
Rank 2
Answers by
Venelin
Telerik team
Share this question
or