This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Nov 28, 2012, 2:03 PM
47 Posts

DataView

  • Category: Extension Library
  • Platform: Windows
  • Release: 8.5.3
  • Role: Developer
  • Tags: down arrow
  • Replies: 2
Hi, 
 
I put Data View in a custom control. 
 
Everything is working perfectly but I lost the down arrow image after the extra columns (the one that users can click on to see the details).  If I click on the image (which is not really there) I see the helper "Show details") and it will show me the details.
 
Where should I look to find the double down arrow that is supposed to be there.
 
Thanks 
 
 
Nov 28, 2012, 8:27 PM
37 Posts
Re: DataView
 Hello!
 
   Just ensure that you have a computed field, with the value of the abstract in the detail facet. 
 
Good luck! 
 
Steve in NYC 
Dec 5, 2012, 6:08 PM
47 Posts
Re: DataView
I have a computed field in the detail section, but I still can't see the image.
 
 

<xe:dataView id="dataView1" var="viewEntry" columnTitles="true"

collapsibleDetail="true" collapsibleRows="true"

detailsOnClient="true">

<xp:this.facets>

<xp:text escape="true"
<xp:panel xp:key="detail"> id="computedField1"

value="#{javascript:viewEntry.getColumnValue('Type') }">

</xp:text>

</xp:panel>


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal