Smartclient version : v9.0p_2013-11-03
Browser : IE8+
Hi we have a list grid with the showFilterEditor property enabled. We populated the value map on certain fields so that the user can filter by selecting from the drop down instead of typing. The following is a code snippet. In the fetchData's callback
gridName.getField('xyz').valueMap = data.getProperty('xyz').getUniqueItems();
In IE we are observing this weird behavior where we are not able to select the last item in the dropdown using the mouse, but once we dropdown we can scroll to the last item using the keyboard.
We do not have any such issue in chrome. We are able to select all the items.
Can you let us know if there is any known issue in this scenario and if there is any other way of generating the drop down for the filters.
Browser : IE8+
Hi we have a list grid with the showFilterEditor property enabled. We populated the value map on certain fields so that the user can filter by selecting from the drop down instead of typing. The following is a code snippet. In the fetchData's callback
gridName.getField('xyz').valueMap = data.getProperty('xyz').getUniqueItems();
In IE we are observing this weird behavior where we are not able to select the last item in the dropdown using the mouse, but once we dropdown we can scroll to the last item using the keyboard.
We do not have any such issue in chrome. We are able to select all the items.
Can you let us know if there is any known issue in this scenario and if there is any other way of generating the drop down for the filters.
Comment