Good morning --
I'm on 2013.1 using VS2012 on .NET v4.5. I'm trying to use a WebDropDown control in a different way. I can easily populate it with 1 field in a long column of 35 entries. I want to instead make it 4 columns of 9 entries each, like this:
Entry Entry Entry EntryEntry Entry Entry EntryEntry Entry Entry EntryEntry Entry Entry EntryEntry Entry Entry EntryEntry Entry Entry EntryEntry Entry Entry EntryEntry Entry Entry EntryEntry Entry Entry Entry
I tried putting a grid in the item template but it wants 4 different fields for each of the columns. Any ideas how I can do this?
Also, I'm trying to add a drop shadow to the container. It there a way to do that? I added it in the CSS but it seems to ignore it. The AppStylist doesn't have a drop shadow option.
Thanks,Michael
Hi mcase,
This is to let you know that I have received your inquiry and will be looking into this for you. I will follow-up with you on this thread by or before Thursday.
Hi Michael
I am a little unclear as to this comment: "I tried putting a grid in the item template but it wants 4 different fields for each of the columns. Any ideas how I can do this?"
Michael, I created an example with the WebDataGrid inside an item template that has 4 columns with 9 rows. Let me know if this is what you are trying to achieve. Or, if needed can you update my example to reflect your scenario and send back the modified sample.
With regards to the DropShadow css can you tell me which browser you are using
Thanks Michael.
**Please note that I omitted the style sheets due to file size constraints. For proper styling of the IG controls you will need to bring the ig_res folder back into the project. You can do this by opening the project in the designer and select 'OK' when prompted to accept the sytle sheets.