cancel
Showing results for 
Search instead for 
Did you mean: 

about "next row" of the table

Former Member
0 Kudos

hi,when i press the "next row " botton ,how can i have the orange row move ?

thanks very much!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

Normally there is no special logic for showing the ORANGE colour while moving on to any row. but inthe table property set the row size how much you want to display. i f you already aware of no of rows you can set dafault. but if you dont know the size of the data that will get displayed in the table ..better to keep the row size as -1. it will dynamically fill the number of rows based on the retrived data.

aprart from that keep the row visibility as true / enabled of table properties..

Thanks and Regards

Ratnakar

Former Member
0 Kudos

Hi,

In wdDoModify of the view you can check the current visibleFirstRow attribute and add the VisibleRowCount attribute - that number should be set to the leadselection property of the node.

Aviad