The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
At the filter bar, when clicking the arrow down in any column, a list of values plus the items "none" and "custom" are dropped down.
When clicking "custom", a custom filtering dialog appears.
I need to display the text in the "custom" filter dialog, and the "none/custom" items in the filter bar drop down list in a different language.
1.Is it possible to change the text in the mentioned places?
2. Is it possible to implement my own custom filter dialog and call it when custom is seleceted?
Thanks in advance,
Gil K
ADAdministrator Syncfusion Team July 12, 2004 01:18 PM UTC
If you are using our 2.0 release, there is support for adding your own custom dialog and changing the language text. The Grid\Samples\DataBound\FilterBarGrid shows how you can swap German for the default English as well as display a custom dialog.
ADAdministrator Syncfusion Team March 17, 2005 10:41 AM UTC
Hello,
the localization of the custom filter dialog works fine. I need the functionality of the custom filter dialog but also want to change some things (icon, form text,...) and add some additional features. I want to devive from this class. Is this possible and where is the class?
Thx for help!
Br, Matt
ADAdministrator Syncfusion Team March 17, 2005 11:19 AM UTC
That class is internal, so you cannot access it. But if you have the source code version, you can just copy the code for that form into your project. The file is \Syncfusion\Essential Suite\3.0.1.0\Windows\Grid.Windows\Src\Extensions\DataBound\GridFilterBarCustomDlg.cs.
There is a forum thread that does something like this for the GridGroupingControl filterbar. If you do not have the source code for our libraries, you can get the custom dialog code from that sample. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=25998