How to implement Row No and show on grid ?

0
  Hi all,   I would like to implement row No as picture below , How to do that ?      
asked
2 answers
0

Hi , 

You can create a attribute with AutoNumber field in the entity connected to the datagrid or 

You can create a seperate attribute with integer type and increement it when ever new data saved for that entity.

answered
0

This forum post is about the same issue and it provides a solution (though it includes Javascript, you'll have to see if that is the kind of solution you're looking for).

answered