Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
Open the appointment box and customize it event
posted

Hi

I am using Ultra timeline view.

I have a panel in left side which shows me pending job, I want to drag this into time line view and assign that job to the Employee (which are appearing on vertical side)

I am able to drag this, but the problem is how can I open the calendar on the drop event in which I can assign enter the information for that job and also what is the procedure to add some codes when user press the "Save and Close" button in the assignment form

Also I have set databinding of owner but the first rows shows unassigned, please tell me how to remove this row

 Thank you very much

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    atifamin2002 said:
    how can I open the calendar on the drop event in which I can assign enter the information for that job

    You could handle the AppointmentsDragDrop and (depending on what you mean by "show the calendar") show a form with an UltraMonthViewSingle control on it.

    atifamin2002 said:
    but the first rows shows unassigned, please tell me how to remove this row

    Set the UltraCalendarInfo.Owners.UnassignedOwner.Visible property to false

Children