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

Drag Droop Cell

3 Answers 71 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ashraf
Top achievements
Rank 2
Ashraf asked on 05 Sep 2012, 04:11 PM
hi,
i have two radgrids ,i want to drag cell or image cell from the first grid to the cell in other grid ,
if this not supported , please help me how to prevent dropping bellow row  always above. 
my case is :
grid 1                                                                                        grid 2 

AccountID                                                                                    RegisterID   
1                                                                                                     2
2                                                                                                     1
3                                                                                                      3


AccountID  can assign to RegisterID 1 or 2 or 3
i want to assign them drag-able                                                                                       

3 Answers, 1 is accepted

Sort by
0
Ashraf
Top achievements
Rank 2
answered on 06 Sep 2012, 10:31 AM
Hi, 
i solved the problem but i want to hide the dashed line .
please look at the attachment 
0
Accepted
Shinu
Top achievements
Rank 2
answered on 06 Sep 2012, 10:53 AM
Hi,

Try overriding the default CSS as shown below.
CSS:
.GridItemDropIndicator_SkinName
{
border-top:none !important;
}

Thanks,
Shinu.
0
Ashraf
Top achievements
Rank 2
answered on 06 Sep 2012, 11:15 AM
thanks Shinu ,it works fine .
Tags
Grid
Asked by
Ashraf
Top achievements
Rank 2
Answers by
Ashraf
Top achievements
Rank 2
Shinu
Top achievements
Rank 2
Share this question
or