Our blazing fast Grid component built with pure JavaScript


Post by henrique »

In the configuration of the Panel exists a property call "title" to set the title value of the panel. My question is, how I change the title of a Panel in a click of a button?


Post by Animal »

myPanel.title = ‘The new title’:

That should work. If it doesn’t then that’s a bug which will need a ticket.


Post by henrique »

In the TS file, this property doesn't exist. That's need a ticket to update the file.


Post by Animal »

Yes, thanks for bring this to our attention. The property will be defined properly in the next release.


Post Reply