Posted 8 February 2019, 12:53 pm EST
I have an odd issue. I have a Windows form with a C1Flexgrid on it. I manually added all four columns that it contains - three are bound to database fields and one, a Boolean column with a checkbox, is unbound. I am setting the datasource at runtime. Everything displays correctly except that I cannot check the checkbox. I have allowed edits on the grid and I have allowed edits on that column but even if I try to set the checked value in code it does nothing. Does not produce an error, it just leaves the checkbox unchecked. Any suggestions?