cancel
Showing results for 
Search instead for 
Did you mean: 

HTMLB TableView: Edit first Line

Former Member
0 Kudos

Hi,

I have implemented an HTMLB TableView with the attribute selection mode 'singleselect'.

The users can mark one row to edit. This works so far.

But as the users have to maintain at least one row, the first row should initially be editable <b>without mark it</b> and raising an event.

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

set the selectedRowIndex = 0 or 1 to whatever number of the row you would like initially checked in your OnCreate or OnInitialization Event Handler with selectedRowIndex being defined in your Page Attributes and then assigned to the tableView.

Answers (0)