Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC:

Job and Employee Scheduler? DevExpress 11 Jan 2023 16:08 #24966

  • NickFriend
  • NickFriend's Avatar


  • Posts: 242
  • Hi Jon,

    Haven't used their scheduler, but I do use the Gantt and a lot of the other components very extensively (WPF).

    Personally I always use disconnected data in memory in the UI (ObservableCollection<> or List<>, depending on whether it's going to be modified or not), and save direct SQL access just for the moment of retrieval and saving changes back.

    Nick

    Please Log in or Create an account to join the conversation.

    Job and Employee Scheduler? DevExpress 11 Jan 2023 16:15 #24967

    • wriedmann
    • wriedmann's Avatar


  • Posts: 3297
  • Hi Jon,
    I would second what Nick said: when I started with X# and WPF, I used directly DataTable and DataRow objects connected to any sort of grids (including the one I buyed from SyncFusion), but it is a lot better to work with disconnected models like ObservableCollection models - much more flexible and also faster.
    Wolfgang
    Wolfgang Riedmann
    Meran, South Tyrol, Italy

    www.riedmann.it - docs.xsharp.it

    Please Log in or Create an account to join the conversation.

    • Page:
    • 1
    • 2