I have noticed a problem with the SelectedRowIndex and WebPopupMenu when loading text row from WebPopupMenu control that contains apostrophe. This test in SelectionChanged event of the WebPopupMenu control:
If Me.SelectedRowIndex >= 0 Then
// do something
End If
is not working. However, when selecting different text row that DOES NOT have the apostrophe the above test works just fine. (The purpose of that is to preload entry field with text value from the WebPopupMenu for the user).
I don’t have the working demo for this yet but maybe someone has already noticed this as well?
4 posts - 3 participants