cancel
Showing results for 
Search instead for 
Did you mean: 

add nem column..

Former Member
0 Kudos

Hi..

as we add new row in a matrix can we add a new column at runtime..

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi..

matrix def under give ...

matrix.addrow()

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Suggestion:

1) add all columns what you need to the matrix with property visible="1';

2) hide column when loading the matrix and show it when your need:

oMatrix.Columns.Item("eCol1").Visible = True

Note: if you form created with xml code and you set matrix column property visible="0"

when you want to set visible="1" you recieve run-time exception.

Regards

Sierdna S.

Edited by: Sierdna S on Sep 30, 2008 9:58 AM

Former Member
0 Kudos

Its not possible to add a new col at runtime...

Vasu Natari.