field: 'Id',
title: '#',
template: function (data) {
return '<span class="font-weight-bolder">' + data.SequenceNumber + '</span>';
}
I just want this value(data.SequenceNumber) replace by automatic generated depend on the no of data I get from query and also it should be incremented. and also work with paging with same count
Thanks!!