Pedja Posted October 29, 2015 Posted October 29, 2015 Hi, i am using : function beforeInit(sender, config) { config.enableColumnMove = true } to allow reorder of the columns at the run time. I would like to save changed positions for the next time when user login, is it possible to get new column position & width at the server side? Thanks Quote
marquesrb Posted December 11, 2015 Posted December 11, 2015 Hi, I'd like the same feature, is it possible? Quote
Skepsis IT Posted February 5, 2016 Posted February 5, 2016 Hi, my thought about this is that you must implement a mechanism that saves the view of a unidbgrid perhaps on a file or a database table and restore it when it is needed. If you want to go further a per user view table will be great. Regards Quote
Pedja Posted February 5, 2016 Author Posted February 5, 2016 Hi, my thought about this is that you must implement a mechanism that saves the view of a unidbgrid perhaps on a file or a database table and restore it when it is needed. If you want to go further a per user view table will be great. Regards Problem is that column position after moving is not available at the server side... Quote
Skepsis IT Posted February 5, 2016 Posted February 5, 2016 I haven't go deeper on columns moving so I don't have a solution. I suggest something that i implemented but not on unidbgrid. Sorry for that Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.