Note that there are some explanatory texts on larger screens.

plurals
  1. POManipulate-able data table
    primarykey
    data
    text
    <p>I have requirements to implement a UI using c# where the user can manipulate what data they want to appear on a document. The data should enter the program via SQL (prefer not using Table Adapters as the database is then hardcoded into the program, but will use it if absolutely necessary).</p> <p>The following UI will appear when the user chooses to enter a database table:</p> <p><a href="https://docs.google.com/file/d/0B6b_N7sDgjmvcUt2amxNaXpJRFU/edit?usp=sharing" rel="nofollow">https://docs.google.com/file/d/0B6b_N7sDgjmvcUt2amxNaXpJRFU/edit?usp=sharing</a> <a href="https://docs.google.com/file/d/0B6b_N7sDgjmvdUhmMUJFbEdKeVk/edit?usp=sharing" rel="nofollow">https://docs.google.com/file/d/0B6b_N7sDgjmvdUhmMUJFbEdKeVk/edit?usp=sharing</a> <a href="https://docs.google.com/file/d/0B6b_N7sDgjmvM3BSWDEyM0ROOFE/edit?usp=sharing" rel="nofollow">https://docs.google.com/file/d/0B6b_N7sDgjmvM3BSWDEyM0ROOFE/edit?usp=sharing</a></p> <ul> <li><p>The user should be able to choose what columns (from all tables, connections should be made using PK/FK.) they want to add to the table, and sort and move that data.</p></li> <li><p>The control should then able to generate the sql used to pull that information from the database (or even pass the database back to the main program, but prefer SQL)</p></li> </ul> <p>I've seen this UI in many programs and would like to think there is a library out there that will save me the trouble of making this UI from scratch.</p> <p>Are there any libraries available for C# that has this kind of functionality?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload