Hey.
Is there any way to dynamically change the DataTextField source by clicking button? For example I'd like to have two buttons:
1. Person Count
2. Event "Owner"
and dynamically change the DataTextField shown on event cell by clicking button. My idea was to create two same classes with different OnFinish function and create two callendars in View and hide/show chosen one. Is there any other method to do it?