Hello
I am facing problem in the way items are displayed in Filter Screen.
Consider Grid having one of the column as Launch Name and 5 rows having following values for Launch Name column
ABC, 'ABC', (ABC), .ABC, [ABC]
Now When Grid is sorted based on Launch Name , it displays data in following order
'ABC'
(ABC)
.ABC
[ABC]
ABC
However when we click on Filter Icon of Launch Name column, we get list of items in following order
(ABC)
.ABC
[ABC]
ABC
'ABC'
Note that item with quotes was first in Grid Sorting, however it came last in Filter list.
I have attached screenshot depicting this behaviour.
I am facing problem in the way items are displayed in Filter Screen.
Consider Grid having one of the column as Launch Name and 5 rows having following values for Launch Name column
ABC, 'ABC', (ABC), .ABC, [ABC]
Now When Grid is sorted based on Launch Name , it displays data in following order
'ABC'
(ABC)
.ABC
[ABC]
ABC
However when we click on Filter Icon of Launch Name column, we get list of items in following order
(ABC)
.ABC
[ABC]
ABC
'ABC'
Note that item with quotes was first in Grid Sorting, however it came last in Filter list.
I have attached screenshot depicting this behaviour.