Hello there,
I attached two screenshots. My goal: I want the dropdown just with 90% width, since i Want to show an validator at the right side.
This is my control:
<stgwc:DropDown runat="server" ID="ddlIndRoleAttribType" CssClass="displayInlineBlock" Width="90%" DisplayMode="DropDownList" />
DisplayInlineBlock is just this:
.displayInlineBlock { display:inline-block; }
This is what I get:
I understand the list is wider than the control, since it fits to the text, but the right stripe shouldnt be there. Is this a bug? I guess the control resizes to 90%, but doesnt refit the original size.
Setting the ContainerWidth to 100% gets me that:
As you can see, not really a solution.
Is there a work arround resp. is that a bug from the control? Or do I miss a property to set?
Thanks and a nice weekend
Matthias
Hello ARGUSnet,
I’m just following up to see if you’ve been able to resolve your issue. If you have any questions or concerns or if you need further assistance please let me know.
Best Regards,
Maya Kirova
Developer Support Engineer
Infragistics, Inc.
http://ko.infragistics.com/support
Thank you for posting in our forum.
You can attach the images in a zip to the thread.
I’m not sure whether you want to adjust the width of the drop down itself or the width of the drop down container in which the items of the drop down will be displayed.
If you want to adjust the container then there’s a DropDownContainerWidth property which you can set. It will set the width of the container with the items.
Let me know if that’s what you meant. It would be helpful if you could attach the images in a zip file so that I can see exactly what you mean.
I’m looking forward to hearing from you.
Developer Support Engineer II
Pictures dont seem to work.
Can I upload them anywhere? Or can you figure out the problem with em?