Hello Syncfusion team,
I tried to implement a way to jump to a specific page in Grids. If I did not overlook anything, this seems not to be a built-in feature, so I wanted to customize the grid pager and put an input field in there to accomplish this by calling the gridObj.goToPage(x)-method on the input value.
I saw that one can customize the pager by setting the pageSettings.template, but I dont want to discard the standard pager template. Instead I somehow want to insert my input field into the current pager template.
Is there a way to accomplish this? Or any built-in way to insert a specific page number?
Thanks in regard
Jonas Czeslik