cancel
Showing results for 
Search instead for 
Did you mean: 

Enabling and disabling row in list tile

Former Member
0 Kudos

Hi

I have a list tile

It has 2 rows one for cash and other for cheque

I want to all the Columns of the cash row as readonly

and all the columns of the cheque row Writeonly

how can i do this

Thanks & regards

Namita

Accepted Solutions (0)

Answers (3)

Answers (3)

santosh_v
Employee
Employee
0 Kudos

Hi Namita,

You can do it in two ways and you have to do it on load of the grid. The first approach would be to set the read-only property for each cell in a row if it is Cash. The second and the best approach would be to set the read-only Property of the attributes of the specific BO instance (Cash).

Thanks and Regards,

Santo.

Former Member
0 Kudos

Hi Namita,

Use .readonly property of each Business Object property for a business collection of grid.

Best Regard,

Pratik Patel

<b>Reward with Points!</b>

Former Member
0 Kudos

In the MAS where you define your tile each field in the grid represents a column. If you mark your cash field as read-only in the properties of the field, the whole column will then become read only.

Regards, Kai