I have a SQL Insert statement that is populating a GridControl (works). I need to make the visibility false for the Primary and Foreign Keys columns. I also want the Double_Click event to populated pre-existing textboxes, and checkboxes, based off of the Primary Key that was selected.
Example:
I have these as columns: PK / FK / source (string) / path (string) / destination (string) / register (checkbox) / register2 (checkbox) / arguments (string)
I need to hide columns 1 & 2. I need to populate the textboxes and checkboxes, when double clicked, based off of the PK and FK.
I can't seem to find the class that grabs the information. I can figure everything else out (I think).
I have looked on the DevExpress site and it's not very helpful. I have tried these things:
https://www.devexpress.com/Support/Center/Question/Details/A2934 https://www.devexpress.com/Support/Center/Question/Details/T156269
How to set the default Sort on a DevExpress GridView
And also trying to create a list based off of the row. That didn't work either. Ideas?