Change title in ColumnChooser
Hello,
I would like to change title of the ColumnChooser ("Choose Column"). Is it possible?
Best regards,
Volodymyr
SIGN IN To post a reply.
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 {
visibility: hidden;
position: relative;
}
.e-grid .e-ccdlg .e-dlg-header:after {
visibility: visible;
position: absolute;
top: 0;
left: 0;
content: "Custom Text for CC";
}
</style>
|
Please get back to us if you need further assistance.
Regards,
Renjith R
Hi Renjith,
and, I would like to change title of the PlaceHolder Text ("Search"). Is it possible?
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
SIGN IN To post a reply.
- 3 Replies
- 3 Participants
-
VM Vladimir Melnik
- Jul 13, 2021 09:47 AM UTC
- Aug 5, 2021 01:43 PM UTC