Data Grid Issue

0
Hello Team, Can Anyone help me to resolve these issues or suggest some alternate ways? One of the errors indicates that data grid can not use non persistable entities for the left column but the other two columns are using the attributes of non persistable entity only.
asked
1 answers
1

Change the NPE entities to persistent objects and ensure that you never commit the objects will fix your issue here. In essence you will then create th same result but without the errors.

answered