Jump to content

Column selection in TuniDbGrid


tcoates

Recommended Posts

when the user clicks on the title button (column headings) in a UnidbGrid a drop down menu appears where the user can "sort ascending", "sort descending" and "columns" and then choose which columns to display etc.

 

after the user has selected columns to show/hide is there some event that is fired to the indicate this has changed? I need to be able to store what column were selected the user for use elsewhere in the program. eg available fields which the user can perform search, contained in frame on bottom half of page (/frame).

 

the alternative would be to load/store some values when the grid is the loaded/closed etc, but would prefer to only have to store such information if changed by the user. And, I need to know what column are selected for display after the user has accessed that menu.

 

thanks,

Link to comment
Share on other sites

Hi,

 

after the user has selected columns to show/hide is there some event that is fired to the indicate this has changed?

 

At the moment you can use ClientEvents for this:

http://forums.unigui.com/index.php?/topic/8070-event-for-hiding-column-in-dbgrid/

http://forums.unigui.com/index.php?/topic/3839-ajaxrequest-in-unidbgrid-event-failing/

 

Best regards,

Link to comment
Share on other sites

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