Hi Parth Rawal,
We have achieved your requirement by using “Localization” library which allows us to localize the default text content of Tree Grid. We have already discussed the same in the below UG help documentation.
Refer to the code below:-
|
App.Component.ts
import { L10n } from '@syncfusion/ej2-base';
L10n.load({
'en-US': {
treegrid: {
EmptyRecord: 'Searched data is not found in Tree Grid',
Add: 'NewRow',
Delete: 'Remove',
Update: 'Modify',
Cancel: 'CancelEdit',
},
},
}); |
Sample Link:-
Query#:-2. How to add tooltip for new row when click on "Add", Basically i want to show tooltip on blank row
We have already discussed about “How to show customize Tooltip for columns” in our UG documentation link. Refer to the below:-
So we need some more additional details about your requirement. Share us the following details
- Do you want to show Tooltip for Empty row or Have you added record using addRecord method.
- Demonstrate your requirement with screenshot.
- What data you need to show on Tooltip. Please elaborate.
Regards,
Farveen sulthana T