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

Disable create new group

1 Answer 144 Views
TileList
This is a migrated thread and some comments may be shown as answers.
Kim
Top achievements
Rank 1
Kim asked on 25 Mar 2014, 09:09 AM
Hey, i want to disable the create new group function when drag and drop is enabled.

Is that possible and how is it done?

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 25 Mar 2014, 12:42 PM

Hello,

You can simply hide the group separator that enables new group creation:

div.RadTileList .rtlistGroupSeparatorVisible,
div.RadTileList .rtlistGroupSeparator
{
    display: none;
}



Regards,

Marin Bratanov
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.

 
Tags
TileList
Asked by
Kim
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or