[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Merge columns in fixgrid  XML
Forum Index -> Development
Author Message
kasala

Power User

Joined: 10/08/2017 13:21:42
Messages: 35
Offline

Hi captain, how can we merge columns in fixgrid?
CaptainCasa

Power User
[Avatar]

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

Hi,

if it's one/two columns only: use complex cell content:

Code:
 GRIDCOL
   PANE
     ROW
       LABEL height="100%" width="100%"
       LABEL height="100%" width="100%" renderd=".{rightColRendered}"
 


In your program: control the rendering of the right LABEL accordingly. So you have some kind of "speudo-merging" ;-).

If it's much more than this: check the REPEAT component for completely individual arrangement of controls.

Regards, Björn

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