-
Notifications
You must be signed in to change notification settings - Fork 72
Revamp-Documentation(867566)-Filter-Bar-and-menu #3899
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: hotfix/hotfix-v24.2.3
Are you sure you want to change the base?
Revamp-Documentation(867566)-Filter-Bar-and-menu #3899
Conversation
|
Build Status: INPROGRESS 🔃 |
blazor/datagrid/filter-bar.md
Outdated
|
|
||
|
|
||
| <div style="padding: 20px 0px 20px 0px"> | ||
| <label>Enable/Disable Query String</label> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change the text as per angular
blazor/datagrid/filter-bar.md
Outdated
| {% endtabs %} | ||
|
|
||
|  | ||
| {% previewsample "https://blazorplayground.syncfusion.com/embed/rDLJtsLFwCmpWUNk?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sample not working properly
| {% endhighlight %} | ||
| {% endtabs %} | ||
|
|
||
| {% previewsample "https://blazorplayground.syncfusion.com/embed/htBpDsVbcPPGFEgo?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NotEqual operator is not working. already bug task created
blazor/datagrid/filter-menu.md
Outdated
| <GridColumn Field=@nameof(OrderData.OrderID) HeaderText="Order ID" TextAlign="Syncfusion.Blazor.Grids.TextAlign.Right" > | ||
| <FilterTemplate> | ||
| <SfNumericTextBox TValue="int?" ShowSpinButton="false" @bind-Value="@NumericValue"> | ||
| <NumericTextBoxEvents TValue="int?" ValueChange="NumericTextBoxValueChange"></NumericTextBoxEvents> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Calling FilterBYCOlumnAsync method will directly filter the records. need to update the context variable only. need to modify the sample.
VigneshNatarajan27
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes proposed
|
Build Status: INPROGRESS 🔃 |
|
Build Status: INPROGRESS 🔃 |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Reopen |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
Revamp-Documentation(867566)-Filter-Bar-and-menu