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!
Help!
8 Answers, 1 is accepted
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
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
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.
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
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.
the Telerik team
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,
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
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
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
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:
Regards,
Angel Petrov
Telerik
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