Hi Kavishka,
Query#:- After the grouping and delete it. 2 column
headers are appearing.
We are able to replicate the problem from your provided
code. To resolve the problem, we suggest you to prepend the Pager for Grid element instead of getHeaderContent.
Refer to the code below:-
|
function dataBound(args){
this.element.prepend(this.getPager()); // Before the grid header
-->
},
|
Please get back to us if you need any further assistance.
Regards,
Farveen sulthana T