Jump to content

UNIDBGrid and CheckBoxColumn


peeryog

Recommended Posts

Is it possible to have a CheckBoxColumn in a UNIDBGrid NOT connected to a field but still have it react to client input?

In my  case I want to display data from a table in rows. I want a checkbox column that by default are all unchecked.  The user can then check some of these boxes without changing any background fields data.  Later the user can click a button that iterates through the rows in the grid, finds the checked items and performs some action  without altering any of the underlying data.

 

Thanks

Peter

 

 

Link to comment
Share on other sites

6 hours ago, peeryog said:

Is it possible to have a CheckBoxColumn in a UNIDBGrid NOT connected to a field but still have it react to client input?

In my  case I want to display data from a table in rows. I want a checkbox column that by default are all unchecked.  The user can then check some of these boxes without changing any background fields data.  Later the user can click a button that iterates through the rows in the grid, finds the checked items and performs some action  without altering any of the underlying data.

Hello,

One possible way to use calculated fields.

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