[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Grid Export  XML
Forum Index -> Development
Author Message
mreich

Power User
[Avatar]

Joined: 30/01/2009 08:34:23
Messages: 744
Offline

Hi,

is it possible that it not possible to have a pane with rows as cell? The cell is in export empty?

regards
Marklus
[WWW]
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5519
Offline

Hi Markus,

for the export you need to define which property is the one to be used for export.

There are several ways:

1. On PANE level there are 4 attributes:

Code:
       <attribute><name>valuereference</name></attribute>
       <attribute><name>valuereferenceformat</name></attribute>
       <attribute><name>valuereferenceformatmask</name></attribute>
       <attribute><name>valuereferencetimezone</name></attribute>
 


Use the VALUEREFERENCE to point to the property (".{xxxx}" which should filll the corresponding export cell.

2. Same is possible on GRIDCOL level:

Code:
      <attribute><name>sortreference</name></attribute>
       <attribute><name>sortreferenceformat</name></attribute>
       <attribute><name>sortreferenceformatmask</name></attribute>
       <attribute><name>sortreferencetimezone</name></attribute>
       <attribute><name>exportreference</name></attribute>
       <attribute><name>exportreferenceformat</name></attribute>
       <attribute><name>exportreferenceformatmask</name></attribute>
       <attribute><name>exportreferencetimezone</name></attribute>
 


By default the SORTREFERENCE is used both for sorting and exporting. Sometimes you want to have both being be different - in this case you may iun addition define the EXPORTREFERENCE.


As I said: both ways are possible - so select one...

Kind regards! Björn

Björn Müller, CaptainCasa GmbH
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team