Ultrawingrid has a nifty feature for saving/loading its displaylayout so you don't have to resize and rearrange the columns everytime. Does the Winschedule have an equivalent feature such that the column width and height, as well as the user positions can be saved and retrieved? If not, what's the best way to go about it?
Thanks!
I want to save settings for ultradayview, ultraweekview, as well as ultramonthsingleview. In the case of ultradayview for instance, I want to be able to save the width and sort order of the columns (which represents the different users that we have) when the user updates or rearranges them by dragging the column width or drag-and-drop. The height of the rows, which correspond to hour interval, should also be saved because some users would want a particular range of hous visible within their window. Could you give a sample snippet of saving and retrieving this setting? Also, kindly advise with regard to the best event(s) where to put it. Thanks!
UltraCalendarInfo and UltraCalendarLook both expose SaveAsXml and LoadFromXml methods, so you can save and load things like date settings and appearances. The controls do not expoe anything like this, however. You didn't mention which control you were referring to, and I'm not sure I know which columns you are referring to, so if you can clarify that, we can try to help.