Hi Team,
Using Hierarichal grid load on demand.
Requirement: On page load/ row Toggle, i have a button in Child grid toolbar that i want to dynamically change. I used igxLabel property but it is not displaying the button in toolbar.
igxLabel property but it is not displaying the button in toolbar.
Please reply ASAP.
HTML:
Here action is a global variable that i am setting in rowToggle() method.
Hello,
I have been looking into your question and an approach I could suggest is to display the value with interpolation i.e.
<igx-grid-toolbar [grid]="childGrid" *igxGridToolbar="let childGrid"> <button igxButton>{{ action }}</button> </igx-grid-toolbar>
A small sample that demonstrates this approach could be found here.
Let me know if I may be of any further assistance.
Sincerely,Teodosia HristodorovaSoftware Developer
Thank you for your answer.
I am glad that you find my suggestion helpful.
Thank you for using Infragistics components.
Regards,Teodosia HristodorovaSoftware Developer