"How can I get continuous serial numbers (1, 2, 3, 4, etc.) in a grouped table with 12 columns? Currently, the 'Column()' is only displaying 1. How can I generate a proper serial number for the grouped table?"
1 Answer, 1 is accepted
0
Accepted
Dimitar
Telerik team
answered on 29 Jan 2025, 03:52 PM
Hi MasiULLAH,
Thank you for the attached screenshot!
Do you need to change the number based on the current column or row?
For columns, you can indeed use the ColumnNumber(scope) function, and for rows - the RowNumber(scope) function. If the value does not change as expected, you may need to provide a bigger scope to the function through the first argument, for example - the whole table by the table name or the table group: