Grid row filter change?

0 Answers 116 Views
Grid
VISHAAL
Top achievements
Rank 1
Iron
VISHAAL asked on 27 Jan 2022, 03:53 PM | edited on 27 Jan 2022, 04:01 PM

I upgraded my MVC components yesterday and I'm having this issue.

I've attached some before and after pictures. What changes do I need to make to get it looking like the before image?

I'm only using:

.Filterable(filterable => filterable.Mode(GridFilterMode.Row))

 
VISHAAL
Top achievements
Rank 1
Iron
commented on 27 Jan 2022, 04:23 PM

I've added this to the column binding.


.Filterable(ftb => ftb.Cell(cell => cell.Operator("contains").SuggestionOperator(FilterType.Contains))).

I think I have all the latest styles and scripts.


	<script src="https://cdn.kendostatic.com/2022.1.119/js/jquery.min.js"></script>
	<script src="https://cdn.kendostatic.com/2022.1.119/js/jszip.min.js"></script>
	<script src="https://cdn.kendostatic.com/2022.1.119/js/kendo.all.min.js"></script>
	<script src="https://cdn.kendostatic.com/2022.1.119/js/kendo.aspnetmvc.min.js"></script>


 

Before:

VISHAAL
Top achievements
Rank 1
Iron
commented on 27 Jan 2022, 04:59 PM

Update: 

I had to run the theme builder again and get a new .css file. This resolved my case.

Anton Mironov
Telerik team
commented on 01 Feb 2022, 09:36 AM

Hi Vishaal,

Thank you for sharing the fixing approach with the community.


Kind Regards,
Anton Mironov

No answers yet. Maybe you can help?

Tags
Grid
Asked by
VISHAAL
Top achievements
Rank 1
Iron
Share this question
or