AD
Administrator
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
LO
Lobrys
September 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
>
>
AD
Administrator
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