cancel
Showing results for 
Search instead for 
Did you mean: 

Capture date change event of Time Refresh Control

Former Member
0 Kudos

Hi,

Is there any possible way by which we can capture the date change event from the time refresh control of iGrid?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

Hi,

Ok lets do it this way.

I have a page in which i am having radio button for date selection say YTD, MTD and so.

In the page i have a frame in which an iGrid is coming up with some data based on the time period selected on the page.

Now if i change the date from the time refresh control of the iGrid in the frame i want to uncheck the radio button seleted on the page as now its not YTD or MTD or whatever selected previously.

Is there any possible way to do this?

jcgood25
Active Contributor
0 Kudos

Use the iChart's "UpdateEvent" to call a function that manages your radio buttons.