I have my easylistbox set up in the DisplayMode="Combo". When I click on the field to start typing, the cursor goes to the spot I clicked, then I have to...
Normally this is achieved by tabbing to the field, or by clicking on the arrow button itself. If you were to add an extra onclick event handler to the text...
Peter Brunone (EasyLi...
peter@...
Feb 3, 2009 8:32 pm
1387
Initially when I enter the box, the entire line is highlighted for less than a second and then the cursor is located at the end of the line. That is when I...
That would be a pretty big change in design. I was looking for a quick change to fix the way this was previously implemented and keep all the code on the...
I see. Admittedly, selected index isn't addressed much in end-user matters, since just about everything can be done by value (and the instant-hookup swapper...
Peter Brunone (EasyLi...
peter@...
Feb 4, 2009 3:52 am
1390
Here's the function I'm going with in case anyone else is interested. function CUSTOM_ELB_GetSelectedIndex(ctlID) { var tblList = getObj(ctlID +...
Ok. I might try those properties. That will be an improvement over checking by text. Thanks. ... for a ... selected ... the ... keep ... code ... list, ... ...
Hi, all of a sudded (w/o changing the code), I am getting JS- Errors "ELB_Bag is undefined" when calling forms with ELB in IE6. The ELBs are then rendered in...
Hi Michael, Usually when I see that kind of error (missing key parts of the ELB infrastructure), it means that the JS file isn't getting loaded properly, ...
Peter Brunone (EasyLi...
peter@...
Feb 9, 2009 3:36 pm
1394
Hi Peter, still the same :( I've posted this on the IE-newsgroup ...
Hi Peter: Trying to run select all functionality with 4.0 on an action button. I'm getting this error: Line: 1563 Char: 5 Error: 'ELB_Bag[...].showcheckboxes'...
Hi Louis, Is it possible that the Javascript file is out of sync? What happens if you take the one from the installation directory and copy it into your ...
I have a simple ELB that produces a list of states from a SQL table. It works fine. Then I add a trival vbscript to the head and I get the error show below. ...
Hi Thomas, It sounds like your script is telling the page to use VBScript as the default scripting language. Not normally a problem, but ELB of course uses ...
Peter, Thanks for you quick response. Putting the vbscript at the end of the page eliminated the error generated on loading. So now the page loads fine and...
Hello,Peter, It's been long time, I haven't seen any new version comes out yet... I hope you are still working on that ? I got my clients complains today, they...
Hi Raul, When you run the debugger, does the DataSource property show that it contains the data you expect? I know you said the DataTable has data in it, but...
Hi Peter, I guess I worked around the issue, thanks. I also have two other questions: first, is there an option to check/uncheck all items in the dropdownlist...
Hi Raul, You can check/uncheck all items on the client side using the ELB_SelectAll and ELB_ClearSelection functions, which can also be called as built-in...
Peter Brunone (EasyLi...
peter@...
Mar 15, 2009 2:52 am
1405
Hi, I am using EasyListBox, not MultiSearchBox (as shown in http://easylistbox.com/demoFilter.aspx). My aspx control is shown below: <ELB:EasyListBox...
Hi Raul, To be clear, MultiSearchBox is a control in the ELB namespace. It renders a text field that you can use with our without an ActionButton control to...
Peter Brunone (EasyLi...
peter@...
Mar 18, 2009 9:52 pm
1407
Hey,Peter, Could you please give me an answer if you can or not make a new version ELB for safari and solve UpdatePanel issue as well. I need to make my...
Hi Aaron, There has been some progress, but it's probably going to be Q2 before the Safari and Chrome upgrade. The list will be notified when new releases are...
Peter Brunone (EasyLi...
peter@...
Mar 19, 2009 5:08 pm
1409
I'm trying to use the control to create a simple dropdown with images. I can easily create this in the html, but am unsure of how to go about adding items with...
Hi Brian, To get images in the list, the syntax is the same regardless of the method you use. Just create the same string (image tags, etc) in your SQL query,...
Peter Brunone (EasyLi...
peter@...
Mar 31, 2009 3:28 pm
1411
Just a quick note to let everyone know that the huge ScriptManager error (invalid characters for a script tag, etc) has finally been resolved. This was...
Peter Brunone (EasyLi...
peter@...
Apr 9, 2009 4:29 am
1412
Sorry if this has already been answered but brain dead yahoo search doesn't work on this group. I have an ELB thats contained in a cell (or row) thats hidden...