Blazor Drawer Component

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ย. 2024

ความคิดเห็น • 7

  • @kcluview
    @kcluview 3 ปีที่แล้ว +5

    Hi, Is it possible to have access to the demo code source in a repository such as GitHub? Thank you.

  • @nelsonrivers8546
    @nelsonrivers8546 3 ปีที่แล้ว +1

    Very nice. Can you make a video that shows how to use the Wizard component ?

  • @erictenwestenend868
    @erictenwestenend868 2 ปีที่แล้ว

    Nice

  • @RafaelRuiz184
    @RafaelRuiz184 2 ปีที่แล้ว

    Do you have a video where it shows the drawer navigation with hierarchical menu items?

  • @wellington18m
    @wellington18m 2 ปีที่แล้ว

    Hello there, I was wondering if you could give me any help on how to create expandable menu in blazor using synfusion. Thanks in advance!

  • @rsimp390
    @rsimp390 2 ปีที่แล้ว

    Thanks for this tutorial. I was not able to get it to work. After I defined the TelerikButton and associated handler and tried to run it I get an unhandled exception.
    In the development console it say's "Unhandled exception rendering component: Object of type 'Telerik.Blazor.Components.TelerikDrawer`1[[Demo.Client.Shared.MenuItem, Demo.Client, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' does not have a property matching the name 'ChildContent'.

  • @robertodalmonte504
    @robertodalmonte504 3 ปีที่แล้ว

    00:25 Replacing standard Navigation with Drawer: final project preview
    01:28 Nav Menu component
    03:43 Using Telerik Drawer
    04:14 Creating Menu Class
    04:49 Create Menu Items
    06:13 Add Drawer
    06:50 Add Toggle Button
    09:17 Drawer Properties
    09:23 Set icons
    10:30 Set custom icons
    11:58 Add a separator between menu items
    13:00 Drawer mode: overlay or push
    13:55 Mini-mode
    15:13 SelectedItem Changed Event
    17:15 SelectedItemChangedHandler
    19:23 Expand and Collapse Events
    21:00 ExpandedChangedHandler
    22:00 IsExpanded (two-way binding)
    25:02 IsExpanded (one-way binding)
    25:51 Item Template
    28:30 Group properties
    30:33 Template
    34:00 Custom format of Menu Items
    36:28 Navigation in Template
    38:39 Add custom components