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

Change RadGrid drag-n-drop CSS animations

1 Answer 154 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ed
Top achievements
Rank 1
Ed asked on 27 Aug 2011, 07:06 AM
Hi,

In the following demo page, there are CSS animations which include cursor change and arrow indicator in group pane when I drag-n-drop a column into group pane:

http://demos.telerik.com/aspnet-ajax/grid/examples/groupby/outlookstyle/defaultcs.aspx

How do I style these animations?

TIA

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 31 Aug 2011, 08:11 AM
Hello Ed,

In order to modify the drop indicator's style, you can override its css class rules by placing on the page similar to the following css class definition:
.GridItemDropIndicator_[SkinName]
{  
    border-top:2px solid blue !important;  

Greetings,
Pavlina
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
Grid
Asked by
Ed
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or