Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Description: when set the locale text for noRecordsTempalate the locale text does not changes. But when given other property the noRecordsTemplate changed.
Sample link: https://stackblitz.com/edit/angular-cbubwg?file=src%2Fapp.component.ts
TS :
Replication procedure:
1. Run the sample
2. Open the popup
3. Now search the value “ssss”
4. See the issue:
Note :
Enable second locale text property and check the same issue, now works. The individual property only not works.
Expected: the noRecordsTemplate need to change the given locale text.
Output: the noRecordsTemplate text does not changed.