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

zone highliting

7 Answers 67 Views
Dock
This is a migrated thread and some comments may be shown as answers.
prayag ganoje
Top achievements
Rank 1
prayag ganoje asked on 07 Apr 2011, 06:55 PM
Hello,

I have raddockzone with min-height=500. I wish to highlight the exact place within raddockzone where the raddock will be placed after moving from one raddock zone to another. Say, there are already 2 raddocks in the raddockzone and if I tried to push the third dock between these two already existing docks then middle place should be only highlighted with dotted border.

Is there any way to do that ?

Thanks,
Prayag

7 Answers, 1 is accepted

Sort by
0
prayag ganoje
Top achievements
Rank 1
answered on 07 Apr 2011, 07:29 PM

I tried to use the following but didnt work ?

.rdPlaceHolder{border:1 !important;background-color: #c9ecff !important; border-bottom-style:dotted !important; min-height:100px !important; }
0
Pero
Telerik team
answered on 12 Apr 2011, 11:11 AM
Hello Prayag,

This is the default behavior of the RadDock control. If you observe the this demo, you will notice that the place where the dock will be placed, when moved, is highlighted. Please find a screenshot attached.
Could you please provide more information about the problem, so we can provide an adequate answer? If it is possible, send us a sample code or a live URL with a page that demonstrates the issue

All the best,
Pero
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Martin Roussel
Top achievements
Rank 1
answered on 27 Dec 2012, 07:01 PM
Hi, Im wondering if the zone highliting has been removed from Q3 2012 since I cant see it since ive upgraded from Q2 2012. If not, can you please indicate how to enable it?

TIA


Martin
0
Slav
Telerik team
answered on 02 Jan 2013, 01:50 PM
Hello Martin,

Indeed, the styles of the placeholder are not applied correctly in the latest version of the RadControls for ASP.NET AJAX. This is a bug in the control and it will be brought to the attention of our developers, although I cannot provide a firm estimate when it will be fixed. I have logged this issue so you can follow its status, vote for it and comment it.

For the time being you can resolve the problem by adding the following CSS on your page:
<style type="text/css">
    .rdPlaceHolder
    {
        border-style: dashed !important;
        border-width: 1px !important;
    }
</style>

I have updated your Telerik points accordingly as a token of gratitude for reporting this problem.

All the best,
Slav
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
Martin Roussel
Top achievements
Rank 1
answered on 02 Jan 2013, 03:58 PM
Thanks, it seems to do the trick
0
Geoff
Top achievements
Rank 1
answered on 21 Jan 2013, 07:13 PM
Drag helper style is also broken in latest release.

.RadDock.rdDragHelper
{
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)  !important";
}
0
Slav
Telerik team
answered on 24 Jan 2013, 12:18 PM
Hi Geoff,

Thank you for notifying us about behavior. It will be reported to our developers as well. The workaround that you posted should allow you to apply the CSS class until the problem is fixed. Here you can track the status of the bug.

I have updated your Telerik point accordingly.

Regards,
Slav
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.
Tags
Dock
Asked by
prayag ganoje
Top achievements
Rank 1
Answers by
prayag ganoje
Top achievements
Rank 1
Pero
Telerik team
Martin Roussel
Top achievements
Rank 1
Slav
Telerik team
Geoff
Top achievements
Rank 1
Share this question
or