Posted
on Feb 9, 2012
(permalink)
Thanks. This code sample appears to get us 90% of the way there. The issue that I am still having (and it is also an issue in the sample) is that the filter that is set in the grid as part of this script is not setting the filter type in the dropdown list of filters. For example, when the user selects NotEqualTo in the filter list, that selection stays selected in the dropdown. When the code sets the filter type, a filter is sent to the server, but the filter dropdown does not have the item selected in the drop down.
How do we get the correct item selected in the filter dropdown so that the user knows what fitler type is being used?