Hi
Is there a possibility of re arranging the owners in the ultradayview.
I am using ultraview with 10 to 100 owners in my applicatione. I need to re-arrange the owners by dragging or some other workaround so that I can make any owner as the first one.
Thanks and RegardsPradeep
I see that there is no Insert method exposed by the OwnersCollection class; there is however, a 'SwapOwners' method, which you can use to exchange the position of any two owners. If you want to move a given owner to the first position, use SwapOwners, passing that owner and the one that is currently at the first position, which you can get from UltraCalendarInfo.VisibleOwners[0].