cancel
Showing results for 
Search instead for 
Did you mean: 

How to Make a row read-only in a Table control?

Former Member
0 Kudos

Hello experts,

In my application, I have a table control. In the first row of that table I am displaying totals of all the rows of each column. Now motive is to make the first row of the table as read-only. Can you please guide me on how that can ?

Thanks in advance.

Regards,

Saurabh

Accepted Solutions (1)

Accepted Solutions (1)

saivellanki
Active Contributor
0 Kudos

Hi Saurabh,

You didn't mention whether it is a Desktop/Mobile table control.

If it is a Desktop table control, you can make use of multiLabels property of column. Check this sample: JS Bin - Collaborative JavaScript Debugging

Click on Add Row, a new row gets inserted and the count will get updated. Is this what you're expecting / something else?

Regards,

Sai Vellanki.

Former Member
0 Kudos

Thank you Sai. Multi-label columns idea solved my problem of displaying the totals.

Though I still want to know about making a perticular row read-only.

Regards,

Saurabh

Answers (0)