scrolling in popup form

  • Thread starter Thread starter sramruttun
  • Start date Start date
S

sramruttun

hi

I have a popup form with a radiobuttonlist which is populated with data at
runtime and upon selection of an item, the item is sent to the parent form.
This works Ok. The list of items are clients' name and there are around 200
clients' name which means that I also need to scroll down to select a
client.
Question: Is there a way that when the popup form appears, if I type say
'm', then the form scrolls down up to the 1st client whose name starts with
'm'.

Any suggestion is welcome as I really need such functionality.
 
Can't the controls be placed within a panel, and the panel have the overflow
settings in a CSS. This would 'force' scrollbars, even on a dialog window.
 
Hi,
you might use DHTML with textrange, findtext and scrollIntoView.

Natty Gur, CTO
Dao2Com Ltd.
34th Elkalay st. Raanana
Israel , 43000
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377
 
Back
Top