When dragging a Grid row I would like to change the visual of the dragged item either to an icon or to exclude some rows from the visual (I'm dragging a very long row and it extends outside the window). Is this possible, and how?
/Keivan
1 Answer, 1 is accepted
0
Dimo
Telerik team
answered on 07 Sep 2009, 10:21 AM
Hello Keivan,
When you post a forum thread and a support ticket about the same thing, please notify about this in the support thread. Otherwise you may end up receiving two answers from different support officers, which is an overhead for us.
Now tyo your question:
By
default, the dragged rows look like the original ones on the page, but
you can easily change that by using some CSS styles. For example, here
is how to limit the size of the dragged zone to 100px width and 10px
height. Note that the sample page includes two approaches - pick the
one that suits your requirements and remove the other.