Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • ThomasBrunbjerg 90 posts 182 karma points
    Sep 08, 2017 @ 08:20
    ThomasBrunbjerg
    0

    Display Field Editors in UIOMatic List View

    I want for the customer to be able to check/uncheck a checkbox while using the list view for the UI-O-Matic extension. Docs for the listview can be found here. When I decorate my properties with the "UIOMaticListViewField" attribute, I am unable to use the FieldEditors for the View.

    [UIOMaticListViewField(
                View = UIOMatic.Constants.FieldEditors.CheckBox)]
    public bool Godkendt { get; set; }
    

    Is there a way to have the functionality of a checkbox in the listview? Or do I have to use the tree view for this to work?

Please Sign in or register to post replies

Write your reply to:

Draft