Hi Tony,
I think you mean the navigator can be placed only below the grid, not above. But good to hear that we will be able to put it in an arbitary place with the next version.
Thanks for your reply.
Simon
Hi Tony,
I too would like to place the navigator (pager) at the top of the grid instead of at the bottom ( or ideally at the top and the bottom
). The suggestion you made above doesn't appear to work.
1. Is there a way to put the navigator at the bottom instead of the top ?
2. If not, are there any plans to allow this facility in the future?
regards,
Simon
Hi Yial,
Its quite a long time since I had this problem so I can't remember how I managed to get it working. But if you could post your code for your grid and show which .js files and .css files you are including (Like I did in my posts) then maybe we can help. I'm sure Tony would ask you to do the same – its difficult to advise without seeing your code.
Regards,
Simon
Tony,
I wonder if you can help – as I stated in the previous posts I'm quite close to achieving my goals of saving the search criteria (whether it be to cookies or server side). Essentially when using multisearch: true – i.e. the advanced search. I want to enter the search criteria – save this criteria to cookies, then when I return to the page, retrieve the search criteria from the cookies so that when the grid calls the server for data it passes the correct search parameters to the server. As stated above I have all of this working correctly.
Hi,
From reading another post I now see that my RemoveSearchCriteria should be as follows:
Hi Tony,
I don't think I need to go to that extreme of exporting/importing the whole grid configuration. But I have now begun to explore your idea of using cookies.
All I'm really trying to do is “remember” the search criteria the user has entered via the popup mutisearch form – which appears to be stored in postData. I am now writing the properties of postData to cookies, so that during the beforeRequest event I check the value of _search. If its true I write the postData properties back to the cookies because I assume the user has just used the popup multisearch form again to issue a new search. The grid then continues to load the data correctly. I've also added code to the onPaging event to set the page properties
Thanks Tony, I hadn't spotted that, its working fine now.
I've resolved the issue with a bit of CSS (.ui-pg-selbox {display: none}) but I'm sure its supposed to be configuraable via the grid property rowList.
Regards,
Simon
Thanks Tony, I appear to have it all working correctly now, very impressed with you're work, thanks again.
Regards,
Simon
Veerabahu,
Sorry, the CSS files are being included I just didn't list them in my post thay are include as follows just below my script block:
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top