TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > Method >

 

SetShowRowNumber

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > Method >

 

SetShowRowNumber

 

 

Sets whether to show the row number.

 

 

 

Prototype :

 

void SetShowRowNumber

(

        bool ShowRowNumber

)

 

 

 

Arguments :

 

ShowRowNumber

set false to show the row number

 

 

 

Reference :

 

The row number cannot be set to show again for the following conditions:

When the row number was set to no-show at design time.

When the row number was set to no-show in some other events by This.SetShowRowNumber(false), even though the row number was set to show at design time.

Use SetShowRowNumber() function only to not show the row number when it was shown on the table.

 

 

Example :

 

This.SetShowRowNumber(false);

 

 

 

Available Events :

 

OnBind,   OnInitialize,   OnStartBind