Need a special offer?Find out if your project fits.
+

grid title double click

Answered
Bilguun asked on June 19, 2020

Hello dear flex team
how do i achieve grid title when click double click event i want change my pivot name 
Thank you

1 answer

Public
Vera Didenko Vera Didenko Flexmonster July 27, 2020

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

Please login or Register to Submit Answer