Comment posted by Dan Letecky
16 years ago.
You can try calling this on the client side:
dpc1.timeRangeSelectedHandling = 'Disabled'
But remember that it will be reset after the first PostBack (either full or partial).
Another option is to put everything into UpdatePanel, handle the menu click using PostBack and change TimeRangeSelectedHandling on the server side.
Comment posted by Tom
16 years ago.
cheers dan,
dcp1.timeRangeSelectedHandling = 'disabled';
worked a treat.