Note on cording

When columns in grid communicate with service (JSP/ JAVA...), certain column cannot be selected.

Cause

This is occurred when DataSet column information made in Form differs from the DataSet column information which comes through service.

Solution

You have to check the DataSet column information declared in Form. This should be the same as the DataSet column information which comes through Service. If these are not the same, you have to make them the same value.

Reference

If there is problem, you can check the DataSet value using trace or alert.
For example) this.alert(DataSet.saveXML());

There is 'useclientlayout' attribute in DataSet property. Its default value is false.

By this option, DataSet information will be replaced by the information which comes through service.

We recommend you to use ‘false’.

But in some cases, when you want to maintain the DataSet information which is made in Form, you can use using by value ‘true’.