v8.2p_2012-04-04/PowerEdition
I see that showRowNumbers:true, coupled with a grouping with two columns, i.e. modifing #columnOrder sample by adding to 'countryList':
makes the row numbering to reset for every 'upper level group', as in the attachment.
Is there available a way to have the numbering not resetting, like in a single column grouped grid?
I see that showRowNumbers:true, coupled with a grouping with two columns, i.e. modifing #columnOrder sample by adding to 'countryList':
Code:
showRowNumbers :true, groupByField:['continent', 'countryName']
Is there available a way to have the numbering not resetting, like in a single column grouped grid?
Comment