cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

ThingWorx Navigate is now Windchill Navigate Learn More

Translate the entire conversation x

Filtering a grid always displays the selected row even if it isn't the filter's target.

dbologna
13-Aquamarine

Filtering a grid always displays the selected row even if it isn't the filter's target.

I created grid A in which selecting a row loads grid B. I enable the filter on both grids. When I search for a string that doesn't select any rows in both grids, I see the selected row in grid A, but nothing in grid B. Which grid property should I select to prevent the same row from being displayed as the filter solution in the grid where a row is selected? The selected row is not among the rows extracted by the filter.

BR

Dimitri

1 REPLY 1

Hi @dbologna,

 

I guess the property you are looking for is ClearFilteredSelection (Controls whether row selection is retained when filtering or sorting the grid data). Setting this to true, the selected row will not be part of the filtered result if no keyword in the selected row matches the filter text.

 

Best,

Tony
Announcements


Top Tags