Hello,
I'm having some difficulties and wondered if someone could stear me in the right direction. Here is what I need to do.
I have an application so that a user logs in at startup. From the log in I know what dept they are from. Once I know what department they are from I want to set up the datagrid to show only the particular columns that they need to see.
Some of these columns will be checkboxes and combo boxes.
I can do a query and fill the datagrid with only the columns I want, but then I don't get the check boxes and combo boxes. What steps should I take to get this to happen?
(i.e. create columns manually then laod data?)
I'm having some difficulties and wondered if someone could stear me in the right direction. Here is what I need to do.
I have an application so that a user logs in at startup. From the log in I know what dept they are from. Once I know what department they are from I want to set up the datagrid to show only the particular columns that they need to see.
Some of these columns will be checkboxes and combo boxes.
I can do a query and fill the datagrid with only the columns I want, but then I don't get the check boxes and combo boxes. What steps should I take to get this to happen?
(i.e. create columns manually then laod data?)