This time I'm trying to add a button column to a DataGridView control, but I only want the button in each row to be enabled if certain parameters are met. What I'm having trouble with is designating the button I'm trying to disable/enable. I don't really have a code example because I'm pretty sure I'm doing it wrong anyways...
What I do know I'm doing right (with my variables substituted out, of course):
- $datagridview1.Rows.Add("<Computer Name>","<Program Version>","<Date Updated>")
Any suggestions from anyone with this weak description? Any help is appreciated. If you have any other questions I'll do my best to answer.