Jump to content

Recommended Posts

Posted

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
  • 1 month later...
  • 1 month later...
Posted

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

Posted

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...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...