SelectionList Control - Mobile Web Forms

  • Thread starter Thread starter Dmitri Shvetsov
  • Start date Start date
D

Dmitri Shvetsov

Hi,

Did somebody play with SelectionList Control - Mobile Web Forms ?

I found a problem with this control if it runs in a DropDown list mode.
First of all the Selected item sometime is 0, sometimes is -1 when I skip a
selection moving to a next page. So it returns me a wrong selection when I
don't want to do a selection.

Second problem - SelectedIndexChanged() event doesn't work if this type is
DropDown list. It works fine with other types of this control.

Is it a bug or a destiny?

Does somebody know how to get a SelectedItem -1 if I don't do any selection
in this control? Maybe it's a class contructor problem, aka bug?

Dmitri
 
Hi,

One more detail. The SelectedIndexChanged() event is called only when I
select a non-zero index. But when a selected index is a non-zero value and I
select a zero index the event doesn't work. Cool!

Dmitri

"Dmitri Shvetsov"
 
Back
Top