Declined
Last Updated: 13 Jul 2016 10:51 by ADMIN
Created by: sitefinitysteve
Comments: 1
Category: ListView
Type: Feature Request
1
We use the RadListView a lot in Sitefinity, and often I want the ability to hide the listview on no data.

Problem with the EmptyDataTemplate is that the LayoutTemplate usually has headers in it or a ul wrapper.

Example:
<LayoutTemplate>
  <h2>Related Content</h2>
   <ul>
        <asp:PlaceHolder ...
   </ul>
</LayoutTemplate>

So in an emptydatatemplate, it's going to render in that placeholder and have a "Related Content" header...with no content...as you wouldnt want
<h2>Related Content</h2>
<ul>
  <li>No Content</li>
</ul>

I would love to have a property such that the control will just hide itself when there's no data on databound.

Reason I mention sitefinity is the templates ("views") are editable in the UI, so there's no ability to add custom code to handle an event.

So I guess it's a feature request for a new property or some other method to not render the layouttemplate.
Declined
Last Updated: 13 Aug 2015 14:26 by ADMIN
Created by: Dave
Comments: 1
Category: ListView
Type: Feature Request
1
Please implement scrolling with static headers functionality for RadListView just like it is for RadGrid. Due to my specific implementation needs, I have to use a RadListView but I would like to take advantage of the scrolling w/ static header functionality just like RadGrid offers.
Declined
Last Updated: 05 Mar 2015 07:12 by ADMIN
Created by: sitefinitysteve
Comments: 1
Category: ListView
Type: Feature Request
1
99.999% of the time we don't need scripts loaded for the RadListView, especially in the context of Sitefinity.

Would it be possible to have a webconfig setting that would let us globally disable it's scripts so it's a pure\clean server-side repeater\rendering tool?  The problem is with it on the page it sends it's script, and jQuery and whatever else (Core.js?)...when zero of those are used at all.