Change title in ColumnChooser

Hello,

I would like to change title of the ColumnChooser ("Choose Column"). Is it possible?


Best regards,

Volodymyr


3 Replies

RS Renjith Singh Rajendran Syncfusion Team July 14, 2021 02:01 PM UTC

Hi Volodymyr, 

Greetings from Syncfusion support. 

We suggest you to apply the below styles to achieve this scenario. Please refer and use the below styles. 

<style> 
    .e-grid .e-ccdlg .e-dlg-header { 
        visibilityhidden; 
        positionrelative; 
    } 
    .e-grid .e-ccdlg .e-dlg-header:after { 
        visibilityvisible; 
        positionabsolute; 
        top0; 
        left0; 
        content"Custom Text for CC"; 
    } 
</style> 


 
Please get back to us if you need further assistance. 

Regards, 
Renjith R 



TR Tomas Rojas replied to Renjith Singh Rajendran August 4, 2021 03:38 AM UTC

Hi Renjith, 

and, I would like to change title of the PlaceHolder Text ("Search"). Is it possible?

571ed193c67909d1c5c2e3ee694bb018.png

Thank You,

Best regards,

Tomas Rojas.



RS Renjith Singh Rajendran Syncfusion Team August 5, 2021 01:43 PM UTC

Hi Tamas, 

We can achieve this scenario by using the Localization feature of Grid. Please refer the below documentation for more details on Localization feature, 

Based on your scenario, we suggest you to use en-US culture resx file and modify the default value for the key (Grid_Search) with your custom text. Please refer the screenshot below, in which we have modified the default value for Grid_Search using a custom text. 

 

We have prepared a sample based on the above suggestion for your convenience, please download the sample from the link below, 

And also, we suggest you to refer the below github link for the available resx files. We have already listed the available translation text for our controls in below github link. 

Please get back to us if you need further assistance. 

Regards, 
Renjith R 



Loader.
Up arrow icon