Do I have a way of programming an OnItemDataBind event for the ELB? Like a method I could write that would occur for each item as it is being databound? I want...
Peter, I only get the object not found if i remove the "NOT" in the subroutine IF statement. The issue I have is as follows: 1. I have inserted several ELB's...
Firstly I am a little disappointed for there not to be a graphical design interface for this component but moving on... I am using vs.net 2003 and have happily...
After a post back and saving a record, I need to set the ELB SelectedIndex to -1. I have tried doing that with VB (ELB_lstbox.SelectedIndex = -1) without...
Hi James,    Have you included the necessary Javascript files in your project? If so, are you using ELB inside a user control or other container? In the...
does it not work at all? what happens when you hit the demos on easylistbox.com? i dont have a mac, or access to one, so I am curious as to what you see......
   Currently, Mac IE gets the generic rendering (that is, the lists appear as HTML select elements). It's a quirky beast to say the least, with some crazy...
Peter Brunone (EasyLi...
peter@...
Apr 4, 2005 8:10 pm
294
Jack, Is the ELB in a grid??? or just on a form?? I have used it in both and am currently waiting for a fix from Peter for a problem where on postback the ELB...
Jack/Peter,    Thanks for your patience on this one. I'm going to send you each a new build off-list for testing. Regards, Peter From: "pztydr"...
Peter Brunone (EasyLi...
peter@...
Apr 6, 2005 3:08 pm
296
I am trying to get some advice on debugging my elb's In IE, eveyrthing works fine. In FIrefox, all my post back events dont work out, they loose all they never...
Ok, I figured out… The problem is on initial load of two of my elbs that are dropdowns. After second try they work fine, I guess it's something in the order...
1) I wonder if anyone has encountered this, and perhaps knows a solution. I have a swapper with say... 100 items. if i select item 80 and press action button...
Gents, Is there any way to get Speedsearch to work when you need to select mutiple items in a listbox? This feature works fine in single mode, but not in...
Hi...    Currently, Speedsearch does not work for multi-select lists because the functional spec has not been defined. In other words, there has been no...
Peter Brunone (EasyLi...
peter@...
Apr 26, 2005 9:53 pm
301
Peter, Thanks very much for your response. In terms of how I need it to work in my implementation it would be fairly simple. My scenario is that I have a list...
Hi Tom,    Thanks for your input. Let me make sure I understand this, since we're dealing with a tricky issue here. How would a selection be made in...
Peter Brunone (EasyLi...
peter@...
Apr 27, 2005 2:15 pm
303
I am sorry Peter, I meant to add that we would be using the checkbox functionality. So in that case if a select/deselect happened on the checkbox it would...
Peter, Has there been any update on this thread, I am still having the problem. Regards. Peter. ... statements ... the ... routine ... a ... Add ... and ... ...
Hi Peter,    Which problem in this thread? The original databinding error appears to have been wiped out (per one of the messages near the bottom) and...
Peter Brunone (EasyLi...
peter@...
Apr 27, 2005 9:23 pm
306
Hi, I have downloaded the demo version. Here is my settings CookieMemory="False" ShowCheckBoxes="True" DisplayMode="DropDown" SelectionMode="multiple" ...
Hello Sambi, Â Â Â FloatSelections is a very specialized behavior that actually hasn't even been publicized; one side effect is that it disables Viewstate, so...
Peter Brunone (EasyLi...
peter@...
Apr 29, 2005 6:10 pm
308
Peter, My profuse appologies.. All is fixed. I answered at the wrong level of the original thread. I have a couple of forms where i am using the "SelectQuery"...
Hi, I'm evaluating the ELB box, and it allready does some of the things that I need, but I need some help/suggestions for the last thing I'm working on. I have...
Hi Tim, Wow, that's quite a query :) Let me see if I understand correctly. You have three tables with (approximately) the following structure: Table1 ... ...
Peter Brunone (EasyLi...
peter@...
May 2, 2005 8:03 pm
311
Hi, I'm afraid it's a bit more complicated - else it wouldn't be a problem as I allready have some of the elb boxes working in a prototype version. I'll...
Hi Tim, Thanks for the additional explanation. Apparently I misread some of your original message. Slight rambling follows: I'm no DBA, but it would seem that...
Peter Brunone (EasyLi...
peter@...
May 5, 2005 5:07 am
313
Peter, I solved most of the problems by implementing one postback. The page isn't too big and it seems to go quite fast anyway. I still have one small problem...