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

Drag&Drop Grouping Animation Not Working

8 Answers 141 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ben
Top achievements
Rank 1
Ben asked on 19 Apr 2012, 04:08 PM
I enabled grouping on my RADGrid, but when I Drag & Drop a column, all I see is a "CrossHair" cursor while dragging. I do not see the animation visually showing a box representing the column being dragged, nor do I see the "double arrow" that appears showing you where the column is about to be dropped. Both these features I saw on the Telerik RADGrid Demo's, but I can seem to replicate this feature on my own RADGrid.

Help!

8 Answers, 1 is accepted

Sort by
0
Ben
Top achievements
Rank 1
answered on 23 Apr 2012, 08:10 PM
::Bump:: Does anyone have even an inkling as to what I might be missing?
0
Pavlina
Telerik team
answered on 26 Apr 2012, 03:52 PM
Hello Ben,

I suppose that you are using a custom CSS and you do not correctly style the GridItemDropIndicator. Also it is possible the problem to become from z-index or position:relative on one of the HTML elements.However, you can use Firebug for Firefox / IE developer tool, inspect the elements and see the styles that they have. After inspecting the element styles you can add or edit their rules.

Greetings,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Ben
Top achievements
Rank 1
answered on 26 Apr 2012, 04:02 PM
Pavlina,

Thank you for responding.  I am not using any custom CSS at all. I am simply using the RADGrid inside a custom user control I created, using the "Default" skin supplied. Maybe I should also mention that the RADGrid is being used within a DNN module, not sure if that makes any difference.
0
Ben
Top achievements
Rank 1
answered on 27 Apr 2012, 01:06 PM
::Bump:: Any other suggestions? This is a really cool feature and I would really love it if I could incorporate it into my application.
0
Pavlina
Telerik team
answered on 01 May 2012, 12:22 PM
Hello Ben,

Unfortunately from your description I am not able to determine the exact cause of the issue you are currently facing and we have not been contacted with regards to a similar problem before.

To identify whether the problem is DNN-related or not, can you please check whether moving the grid outside of the DotNetNuke environment makes a difference? Additionally, I will appreciate if you provide a live url where the erratic behavior can be observed. Thus I will do everything possible to provide more definite answer/fix.

Greetings,

Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Mike
Top achievements
Rank 1
answered on 01 Jun 2012, 08:08 PM
I just ran into similar issue. The grid animation stops working when it is part of the RadWindow or RadDock containers. The same grid when displayed on a page without RadWindow or RadDockc container shows drag-drop animations. BTW: The column move animation also doesn't work in this case.
0
Pavlina
Telerik team
answered on 06 Jun 2012, 12:33 PM
Hi Ben,

Can you send us the problematic code (aspx and code-behind), so we can try replicating the described problem locally and advice you further?

Regards,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Angel Petrov
Telerik team
answered on 08 Jul 2015, 10:21 AM
Hello,

The last discussed issue regarding the RadWindow and RadGrid drag and drop functionality is caused by the fact that the window has a higher z-index than the grid. In order to resolve the matter you can place the following CSS on the page.

CSS:
body > .RadGrid,
.GridReorderTop,
.GridReorderBottom,
.rgHeaderOver
{
    z-index: 7100 !important;
}


Regards,
Angel Petrov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Ben
Top achievements
Rank 1
Answers by
Ben
Top achievements
Rank 1
Pavlina
Telerik team
Mike
Top achievements
Rank 1
Angel Petrov
Telerik team
Share this question
or