Page 1 of 1
Grid-Drop-Target
Posted: Tue May 08, 2018 2:11 pm
by jetblacklb
I am creating a Custom CSS Style for Grid-Drop-Target and am trying to find out if I have any other options besides "border-top" and "border-bottom".
Re: Grid-Drop-Target
Posted: Thu May 10, 2018 8:47 am
by Emily
Hi Joe,
Could you give us more information on what exactly you're wanting to customize for 'Drop Target'? Are you trying to change the look of the small dotted line that shows up when you drag and drop something on the designated drop target? Or is there something else that you're wanting to change?
The more information we have about what you're wanting to accomplish, the better we can assist you.
Thanks!
Re: Grid-Drop-Target
Posted: Thu May 10, 2018 3:03 pm
by jetblacklb
I know the "Drop Target" is used to insert a line but I am using to update the row you are dropping it over.
Instead of just doing a dashed or solid line on top or bottom of the row I am hovering over I would like to outline the whole row so there is no confusion for the user about where they are at on the screen.
I was hoping to do something like ".grid-drop-target {border-radius: 2px dashed red; }".