I wonder if somebody have had a chance to implement a multiline grid. I need something similar to the image below
Any ideas ?
Art
I wonder if somebody have had a chance to implement a multiline grid. I need something similar to the image below
Any ideas ?
Art
hi Art
i used grid as slide and put one record to display partly, the layout was good, but still didn’t understand what you mean by multinine grid, perhaps language barriers or I need a drink
screenshot doesn’t show it clear at least for me
another words it is the same record, just split into 2-3 lines (and as you can see some CSS was applied to get the different fonts, colors sizes (but this should not be so hard). I just do not know how to break line into 3 lines (as you can see on the image) those fields are also nicely aligned into columns (so if you see another record underneath columns will be aligned with Next and Previous.
BTW. I think SC really needs to get improved in allowing better screen formatting. I guess SMC systems (like Joomla, Drupal, DNN etc.) would work very well.
Arthur
hey aka:
you can do this by modifying the orientation of the grid and modifying the block configuration, that way you can set the grid as vertical and the columns in the block to 3.
that will give the application the look you are looking for.
Regards
just so you see it works.
;D
[QUOTE=kafecadm;33633]hey aka:
you can do this by modifying the orientation of the grid and modifying the block configuration, that way you can set the grid as vertical and the columns in the block to 3.
that will give the application the look you are looking for.
Regards
just so you see it works.
;D[/QUOTE]
exactly aka, see, the slide orientation is the one worked with me best to display the most required view I wanted, so used slide, made it partial, one record… the layout looks nice, so now to distribute your fields, as sempai kafecadm said, make blocks and put fields there as per your requirements… I usually select in SQL only what I need to view then distribute them into the blocks, because in blocks/pages you can define how many fields will be showed and the way of showing them like 1,2 or 3 fields per raw… etc. or another idea is to use a form, but you need to disable the entry thats why there is java code to disable all fields at once once big sempai jsb provided, and also you can use sc_field_readyonly acro… because usually form has more capabilities and may layout nicer