Hello dear flex team
how do i achieve grid title when click double click event i want change my pivot name
Thank you
Hello, Bilguun,
Thank you for your question.
This can be achieved by adding a double-click event handler to the grid title element.
We kindly suggest adding the double-click event handler when the reportcomplete event is triggered to make sure the grid title is rendered on the page.
Then in your event handler, you can use the setOptions() and refresh() API calls to change the grid title.
Here is a JSFiddle example where the grid title changes on double-click: https://jsfiddle.net/flexmonster/rqvpfth0/.
Hope this helps.
Kind regards,
Vera