Hi,
I am using SmartClient v8.3p_2013-08-29/Pro Deployment
I am experiencing a problem with a ComboBoxItem bound to a datasource that uses paging.
Here are the steps to reproduce the problem, since it is very difficult to provide a test.
1. Enter a ComboBoxItem with a value already set, and outside the 1st page that gets requested and displayed (paging requests range 0-75).
Expected: No record should be shown selected in the list.
Actual: The first record (incorrect) is always shown selected in the list.
If we enter a ComboBoxItem with a value already set, and the value is within the first requested panging range (0-75), the correct record is shown selected in the list. We can use the up/down arrow keys to verify that it is selected and not simply highlighted.
The problem occurs when we open a ComboBoxItem with a value already set, and that value is outside of the first requested paging range. The seleced record shown is always the first record the list (incorrect). We can again verify that the record shown selected in the list is actually selected and not simply highlighted by using the arrow keys.
I would expect that when the ComboBoxItem has a value set in it that is not in the paged records, and one enters the ComboBoxItem nothing should be selected.
Am I missing something?
Thank you !
I am using SmartClient v8.3p_2013-08-29/Pro Deployment
I am experiencing a problem with a ComboBoxItem bound to a datasource that uses paging.
Here are the steps to reproduce the problem, since it is very difficult to provide a test.
1. Enter a ComboBoxItem with a value already set, and outside the 1st page that gets requested and displayed (paging requests range 0-75).
Expected: No record should be shown selected in the list.
Actual: The first record (incorrect) is always shown selected in the list.
If we enter a ComboBoxItem with a value already set, and the value is within the first requested panging range (0-75), the correct record is shown selected in the list. We can use the up/down arrow keys to verify that it is selected and not simply highlighted.
The problem occurs when we open a ComboBoxItem with a value already set, and that value is outside of the first requested paging range. The seleced record shown is always the first record the list (incorrect). We can again verify that the record shown selected in the list is actually selected and not simply highlighted by using the arrow keys.
I would expect that when the ComboBoxItem has a value set in it that is not in the paged records, and one enters the ComboBoxItem nothing should be selected.
Am I missing something?
Thank you !