Forums

Forums / General Discussions / List view Conditional display

List view Conditional display

2 posts, 1 answered
  1. Krishna Hari
    Krishna Hari avatar
    65 posts
    Registered:
    05 Dec 2019
    21 Feb 2023
    Link to this post
    I have a list view with 2 fields-  filed1, filed 2 when field one is undefined I want to show field2 how can I do that?

     <script type="text/x-kendo-template" id="template-Html.GetUniqueId(Model.DeveloperName)">
                <li class="list-group-item d-flex justify-content-between align-items-center">
               #: field1#
               
                </li>
            </script>
  2. Krishna Hari
    Krishna Hari avatar
    65 posts
    Registered:
    05 Dec 2019
    Answered
    21 Feb 2023 in reply to Krishna Hari
    Link to this post
    Never mind figured it out
2 posts, 1 answered