1 (edited by identity 2016-03-07 08:53:39)

Topic: TableGrid Rows and Columns

Hi
in the phone book sample when you want to show a record in a tablegrid, for example first name, last name and phone number
if a person has two phone numbers, 2 records are shown in the tablegrid with the same first name and last name
is there any way that the first column of the tablegrid has only one row (First name) and the second column also has one row (Last name) but the third column has two or three rows (2 or 3 different phone numbers)???
thanks

Re: TableGrid Rows and Columns

Hello,


Sorry for delay.
I made an example for you:

Post's attachments

Attachment icon RowsHeight auto - phone numbers in one row.zip 8.22 kb, 486 downloads since 2016-03-16 

Dmitry.

Re: TableGrid Rows and Columns

Hi Dmitry,
Hope you had a good vacation.
Removing repeating data on rows looks excellent but the code is a bit complex. 
Do you think this might be a tablegrid property in a future release or will it stay as a script? 
Also, is it possible to add sub-totalling (like you can with grid footers but at change of non-repeating data) - see attached screenshot? 
Just a thought.
Derek.

Post's attachments

Attachment icon subtotals.jpg 37.56 kb, 293 downloads since 2016-03-16 

Re: TableGrid Rows and Columns

derek
Hello,


Removing repeating data on rows looks excellent but the code is a bit complex. 
Do you think this might be a tablegrid property in a future release or will it stay as a script?

TableGrid support this function with the ability to expand child records, but I need implement it to MVD.


Also, is it possible to add sub-totalling (like you can with grid footers but at change of non-repeating data) - see attached screenshot?

Sub-totalling is not supported, you can do it using report system.

Dmitry.

Re: TableGrid Rows and Columns

Hi
Is your script supported in Version 1.45?
could you possibly make an example for this version?
thanks

Re: TableGrid Rows and Columns

identity wrote:

Hi
Is your script supported in Version 1.45?
could you possibly make an example for this version?
thanks

Hello,


Unfortunately this script will not work in version 1.45

Dmitry.