Ajax DataGrid Support Product Page
This topic was archived
Design Question
Shared 09 Jul 2009 15:20:38
1
likes this idea
09 Jul 2009 15:20:38 Denis Hoffmann posted:
Hi,can I present all information from 1 row in 1 column?
For example:
1 column the IMAGE and in the 2 column the other stuff from the recordset like TITLE TEASER-TEXT and PRICE.
So that it looks nicer and not like a classic table.
Is that possible and how?
Denis
Replies
Replied 10 Jul 2009 11:25:48
10 Jul 2009 11:25:48 Miroslav Zografski replied:
Hello Denis,
You can have following structure for your datagarid:
1). Insert all columns you need info from.
2). Hide all except 2 - image and one from the others - your choise.
3). In second column set before and after sections with info from hidden columns by adding column names in curly brackets i.e. {columnname}, additionally you can have HTML tags for nicer look and format.
4). in details tab uncheck "Show "Choose columns" Pop-up:" - this way no one can see hidden columns or unhide them.
Regards,
You can have following structure for your datagarid:
1). Insert all columns you need info from.
2). Hide all except 2 - image and one from the others - your choise.
3). In second column set before and after sections with info from hidden columns by adding column names in curly brackets i.e. {columnname}, additionally you can have HTML tags for nicer look and format.
4). in details tab uncheck "Show "Choose columns" Pop-up:" - this way no one can see hidden columns or unhide them.
Regards,
Replied 11 Jul 2009 21:31:10
11 Jul 2009 21:31:10 Denis Hoffmann replied:
Hi Miro,
that works!
Something else :-) How can I design the look, that the END of the column ShopItemDescription is the END of the GRID, too.
If I change the total width it always creats one more column on the right side.
www.localhero.de/s.php
Thanks a lot
Denis
that works!
Something else :-) How can I design the look, that the END of the column ShopItemDescription is the END of the GRID, too.
If I change the total width it always creats one more column on the right side.
www.localhero.de/s.php
Thanks a lot
Denis
Edited by - Denis Hoffmann on 11 Jul 2009 22:10:27
Replied 16 Jul 2009 10:37:36
16 Jul 2009 10:37:36 Miroslav Zografski replied:
Hello Denis,
You must set the width of the data grid to match the width of the two columns you have displayed.
Regards,
You must set the width of the data grid to match the width of the two columns you have displayed.
Regards,

