This question is locked. New answers and comments are not allowed.
Hi there!
I created a column row index with code below:
this code is only right when i used for Grid only listing. but it is wrong with Insert,Delete,Update.
how to do it right?
Thanks for support.
I created a column row index with code below:
//column rowindexcolumns.Template(o => o.RowIndex).Title("No.").ClientTemplate("<#= ++index #>")//ondatedinding eventfunction onDataBinding() { var grid = $('#GridBusTripEmp').data('tGrid') index = (grid.currentPage - 1) * grid.pageSize; }this code is only right when i used for Grid only listing. but it is wrong with Insert,Delete,Update.
how to do it right?
Thanks for support.