How to use DataTemplates in WPF

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025

Комментарии • 26

  • @jannickbreunis
    @jannickbreunis 4 года назад +2

    "And that's it for data templates for now." And that in only 7 minutes, great short but effective explanation of templates. Chapeau!

  • @atlantichollywoodentertain650
    @atlantichollywoodentertain650 8 лет назад +1

    I have been struggling with this concept for soooo long. no one could explain this too me. In one short video you have provided me with both a grasp on Binding and data templates. You sir, are AWESOME!!

  • @disklosr
    @disklosr 10 лет назад +2

    Straight to the point. Exactly what I was looking for. Many thanks.

  • @rico3696
    @rico3696 8 лет назад +1

    AWESOME! A solid simple and very very useful demonstration!

  • @mangosoda7614
    @mangosoda7614 6 лет назад

    This is the most concise and informative exposition on DataTemplates I have seen on RUclips. Thank You!

  • @soberacidtrip
    @soberacidtrip 10 лет назад

    This helped me so much, such a simple explanation finally helped me figure out how my thinking was wrong. All I had to do was change one line of code and my app was working!

  • @jimkay7719
    @jimkay7719 9 лет назад +1

    Wow, Great video - clear and succinct. And responses to questions. GREAT JOB! 5+ stars.
    But let me clarify, I've got some experience with WPF already. I know what a DataContext is.
    If you are an absolute beginner you may be overwhelmed with the terms used as well as the quick pace.

  • @fastdrive55
    @fastdrive55 11 лет назад

    Simple & illustrative. Great video.

  • @TheTerminusX
    @TheTerminusX 8 лет назад +1

    Thank you vary much for this. It's great and straight forward

  • @bestimmaa
    @bestimmaa 10 лет назад +6

    7 minutes well spent!

  • @srinatha7013
    @srinatha7013 8 лет назад +1

    Perfect example!! Thanks

  • @SilverishKitten
    @SilverishKitten 10 лет назад

    Thank you :) Very simple to understand.

  • @corentinhoudayer
    @corentinhoudayer 8 лет назад

    This tutorial is perfect, thank you !

  • @shabbirhussain5039
    @shabbirhussain5039 10 лет назад

    Such a beautiful recording

  • @zerosandones7547
    @zerosandones7547 3 года назад

    how did you show this dialog @4:59?

  • @michalmichal9863
    @michalmichal9863 5 лет назад

    What do you think about dataGrid ?

  • @tbad2009
    @tbad2009 9 лет назад

    Great voice!

  • @diraneserges6076
    @diraneserges6076 2 года назад

    Great Video , but i have a question, I inserted a Button inside the datatemplate with name : button_start.
    now i want to disabled this button in Code behind C# , but this buttonName does appear, please how i can solve it

  • @ivandrofly
    @ivandrofly Год назад

    Thank you

  • @rohanbhutani8439
    @rohanbhutani8439 8 лет назад +1

    thanks a lot.

  • @danielmoreshet4096
    @danielmoreshet4096 10 лет назад

    Great

  • @LeonCabezalM
    @LeonCabezalM 10 лет назад

    Brilliant, unlike MSDN

  • @SilenceStabber
    @SilenceStabber 11 лет назад

    What use do DataTemplates has?

    • @BradCunningham
      @BradCunningham  11 лет назад +3

      DataTemplates serve as a way to model your Data classes. These would be .NET classes that don't otherwise have a default visualization. Think of the Person class. This is a normal .NET class that could be DataBound to your UI. What would the default Visualization be? Since there isn't one you can use a DataTemplate to provide that UI implementation. Hopefully that makes sense.

  • @CaptainAndrewWiggins
    @CaptainAndrewWiggins 9 лет назад

    Hi Brad
    Your language is apposite for experts, remember we - or at least, I am a total tyro - a noob of noobs when you mention big words like "Datacontext" i have no idea what it is but it does sound very scary. Remember the line KISS: Keep It Simple Stupid in other words, if you make it dummy proof then everyone will understand :)
    chrs