cancel
Showing results for 
Search instead for 
Did you mean: 

UI: Checkboxes in the matrix

Former Member
0 Kudos

Hi!

I have the matrix object with checkbox column. When I check the checkbox in the matrix cell, it becomes checked, but when I refresh my form (for example, minimize and maximize it), the checkbox becomes unchecked again. The matrix is filled using userdatasources.

Does anybody know what is the problem?

I use SDK 6.2.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Mark!

It works.

WBR, Anatoly.

Former Member
0 Kudos

Hi,

The checkboxes in the matrix have to be bound to the user datasource SHORT_TEXT,1 and value for checking/unchecking "Y" or "N".

Best regards,

Mark