Hi Bruce, Thank you for the code; sorry about the delay. I've confirmed that the problem is indeed the ChildList property assignment; it's causing a ...
Peter Brunone (EasyLi...
peter@...
Oct 15, 2009 12:18 am
1696
Hi, We have been using EasyListBox to populate a drop down list on our website for quite some time now. We've noticed though that in IE a strange problem...
If only life were that easy! Still no go on the sizing or colors... http://www.brewpot.com/Untilted2.jpg <%@ Page Language="C#" AutoEventWireup="true"...
Hi Ryan, Does this happen only in IE8? Has anything else changed recently? Also -- just as a test -- what happens if you use a less-restrictive DOCTYPE tag?...
Peter Brunone (EasyLi...
peter@...
Oct 16, 2009 4:17 am
1699
Hi Peter, I've tested in all the major browsers and yes this appears to only be an issue with IE8. Nothing else on the site appears to have been affected. For...
I am taking a very simple Easy listbox example and placing it inside of an asp:Content block. I get no errors if I remove the ListItem rows, however the...
Is the page rendering correctly at run time? This sounds like a design-time issue between ELB and later versions of Visual Studio; the IDE whines about the...
That's true, I am able to use the datasource property without a problem. I did run into another strange issue. If I place an ELB that displays fine inside...
Is there data in the ELB when it looks like that? Also, are there any CSS constraints in the surrounding HTML that might be contributing to this? Let me know...
Peter Brunone (EasyLi...
peter@...
Oct 21, 2009 6:24 pm
1704
Yes there is data, it does show up in the view source and like I said, if I post the ELB outside of the accordion Ajax object all of the rows show up properly,...
I shoudl also add that putting a standard ListBox control in the same place as the ELB control, with the exact same data (1 column instead of 2) works just...
Peter this is directly related to my problem with the Accordion object. I had the ELB in the 5th section (all 5 sections will have ELBs) but it didnt format...
Ah, so it sounds like we have a container element with a CSS attribute that's being inherited by a sub-element in the list. This may take some digging....
Peter, Understood. Looks like we were able to find something! It also looks like if the ELB is in a place where it wont render on page load (say in the 2-5th...
Thanks, John; I'll take that into consideration. Have you tried a recursive FindControl function to get to the ELB? I've often found that necessary when...
Peter, I haven't, but even if that worked, I'd still be stuck with how ELB isnt formatting itself properly. Unless I tried re-formatting it on page load....
I understand that; I was just trying to deal with the problem that most likely had an easy fix. Obviously there's still more effort required on the formatting...
Peter, I responded to another thread about the ELB not loading correctly if it is not displayed on the page load. This is the problem I'm having in this Ajax...
Hello, I am having problems getting the DropListWidth property to work. I am currently testing the 'EasyListBox 4.0 Trial (IE Enhanced)' version, using IE8. I...
Peter, I've tried a few other controls with similar view types that hide the ELB on initial render and it resulted in the same issue. Found anything on your...
This is a tricky one, but I think I'm close. Stay tuned. ... From: "ffxhokie2002" <no_reply@yahoogroups.com> Sent: Tuesday, October 27, 2009 2:57 PM To:...
Peter Brunone (EasyLi...
peter@...
Oct 28, 2009 3:17 am
1717
Peter, Great news! Can't wait, and thank you for looking into this so quickly. Our project placed an order for a licensed copy ;) John...
Hi Mike, Sorry about the delay. I have a fix for you that should allow you to use DropListWidth properly. Let me know offlist if you can accept attachments...
Peter Brunone (EasyLi...
peter@...
Oct 29, 2009 3:39 am
1719
John, Thank you! I appreciate your confidence. There are a few balls in the air right now and this one is more like a flaming chainsaw; I'm hoping for ...
For Mike and anyone else who wants the fix right away: http://easylistbox.com/downloads/ELBScriptAdvanced.zip Cheers, Peter ... From: "Peter Brunone...
Peter Brunone (EasyLi...
peter@...
Oct 29, 2009 4:04 am
1721
Allrighty then! This has been fixed in the JS file, which you can download at the following link (which should look familiar): ...
Peter Brunone (EasyLi...
peter@...
Oct 30, 2009 12:05 am
1722
Awesome! Thank you for the quick response Peter!...
Peter, I'm again having more issues with ELB, inside of a container, if that container is AJAX. It will display correctly in the first accordion pane if it...