Hello,
I use the ListView with the selectable option set to ListViewSelectionMode.Single via MVC Wrapper.
Clicking on an item and therefore changing selection doesn't fire the change event if I move the mouse (within list item borders) while clicking.
I think this behaviour can be reproduced by setting selectable option to ListViewSelectionMode.Single at this demo.
Just click the text and move mouse pointer to hilight the text. The change event si not fired.
The event is always fired as soon as you set selection mode to ListViewSelectionMode.Multiple.
Is this a bug?
Is there a workaround (can't use multiple select)?
Thanks in advance
Dirk
I use the ListView with the selectable option set to ListViewSelectionMode.Single via MVC Wrapper.
Clicking on an item and therefore changing selection doesn't fire the change event if I move the mouse (within list item borders) while clicking.
I think this behaviour can be reproduced by setting selectable option to ListViewSelectionMode.Single at this demo.
Just click the text and move mouse pointer to hilight the text. The change event si not fired.
The event is always fired as soon as you set selection mode to ListViewSelectionMode.Multiple.
Is this a bug?
Is there a workaround (can't use multiple select)?
Thanks in advance
Dirk