BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
@(Html.EJ().Grid<object>("FlaatGrid")
.CssClass("filtered")
.AllowFiltering()
.FilterSettings(filter => { filter.FilterType(FilterType.Excel); })
)
<style>
.e-grid.filtered .e-filteredicon {
color: red;
}
</style> |