Skip to content

Conversation

@Prathappr
Copy link
Contributor

@Prathappr Prathappr commented Dec 18, 2024

Clear Filter issue resolved

Before the issue :

` public async Task FilteringHandler(Syncfusion.Blazor.Grids.FilteringEventArgs args)

{
if (args.ColumnName == "OrderDate")
{

}`

After the issue was resolved added the below code

` public async Task FilteringHandler(Syncfusion.Blazor.Grids.FilteringEventArgs args)

{
if (args.ColumnName == "OrderDate" && args.FilterPredicates !=null)
{

}`

Clear Filter issue resolved
@Prathappr Prathappr added the documentation Improvements or additions to documentation label Dec 18, 2024
@Prathappr Prathappr self-assigned this Dec 18, 2024
@SyncfusionBuild
Copy link
Contributor

Build Status: INQUEUE 🕒
Build Location: BLAZ_929651_ClearFilter

@SyncfusionBuild
Copy link
Contributor

Build Status: INPROGRESS 🔃
Build Location: BLAZ_929651_ClearFilter

@SyncfusionBuild
Copy link
Contributor

CI Status: SUCCESS ✅
Source Compilation: SUCCESS ✅
Build Location: BLAZ_929651_ClearFilter
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
FT Layout Syntax Error(s): 0
Front matter Error(s): 0
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0
MD Tag Validation Error(s): 0

Copy link
Collaborator

@VigneshNatarajan27 VigneshNatarajan27 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes are fine

@VigneshNatarajan27 VigneshNatarajan27 merged commit cf572e7 into hotfix/hotfix-v28.1.33 Dec 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants