1. Create a new project with RadGridView. 2. Set AutoSizeRows to true and WrapText in one of the columns to true. 3. Set the ApplicationThemeName to Aqua. 4. Set EnableFiltering to true. 5. Run the application and filter by the first column, the filtering row resizes correctly. Now filter the column where WrapText is set to true. It will not resize correctly.