I don't have much experience at all with DataGrid setting up. With that admitted, I would like to format a nice presentation of data, and think that dg might be the way to go.
1st issue:
I have a record for the users I want to display. Some of them have 3 field names with values to be displayed others only have 1, or two. How can I set up my Bound Columns so that the users who have null values in the field do not have these columns displayed
in the data grid?
2nd issue:
Because I have these long records, I wish that I could display each record type occurence in tabular form like below;
mparker1113_...
Member
700 Points
144 Posts
BoundColumns for data which might be null
May 06, 2005 07:29 PM|LINK
Hello:
I don't have much experience at all with DataGrid setting up. With that admitted, I would like to format a nice presentation of data, and think that dg might be the way to go.
1st issue:
I have a record for the users I want to display. Some of them have 3 field names with values to be displayed others only have 1, or two. How can I set up my Bound Columns so that the users who have null values in the field do not have these columns displayed in the data grid?
2nd issue:
Because I have these long records, I wish that I could display each record type occurence in tabular form like below;
name 1 address 1 business 1 phone 1 contactinfo 1
xxx xxxx xxxx xxx xxxxx
name 2 address 2 business 2 phone 2 contactinfo 2
xxx xxxx xxxxx xxxx xxxxx
as opposed to:
name1 address 1 business1 phone1 contactinfo1 name2 address2 business2 etc....
Again, some of the users will have only 1 record, and others will have more..
Anybody know solutions to this?
(much thanks),
Mike