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
simple question:
How to change (none) et (custom) option in the filter...
I want to translate it in french....
(none)->(vide)
(custom)->(personalisé)
Is it possible?
thanks for the reply..
lobrys
ADAdministrator Syncfusion Team September 25, 2003 02:30 PM UTC
It's right now hardcoded in GridGilterBar but I looked a bit at the code and I think you could workaround this if you do foreach column
DataTable dt = (DataTable) grid[filterBarRowIndex, colIndex].DataSource;
In the DataTable dt you could then replace the first and second row entries with your text.
I haven't tried it but I think this should work.
Stefan
LOLobrysSeptember 26, 2003 04:31 AM UTC
hi
I doesnt work...
If I want to change the (none) and the (custom), I need to change the syncfusion code.
Same things for the GridFilterBarCustomDlg texts (ComboBox, ...)
bye
lobrys
> It's right now hardcoded in GridGilterBar but I looked a bit at the code and I think you could workaround this if you do foreach column
>
> DataTable dt = (DataTable) grid[filterBarRowIndex, colIndex].DataSource;
>
> In the DataTable dt you could then replace the first and second row entries with your text.
>
> I haven't tried it but I think this should work.
>
> Stefan
>
>
ADAdministrator Syncfusion Team September 26, 2003 08:26 AM UTC
Ok - we'll also be making changes in our source to make this more customizable in future versions.
Stefan