Andrew Little
2012-02-26T03:40:03Z
Hi all,

I have a checkbox setup in my igrid cells. I have used the same code previously and not had a problem but when I have created a new form i get a problem that the grid loads but the check box is not displayed.

What is more puzzling is that the when you click on the cell after the check box is displayed. I have turned off the lines of code that change the cell type to checkbox and the data loads correctly.

Any ideas on what can cause this problem?
Igor/10Tec
2012-02-27T07:47:45Z
Prepare the problem report as described here on our forum:

Required info to report a problem 

We need at least your source code to guess what can go wrong.
Andrew Little
2012-02-27T09:20:05Z
I have solved the problem but it might be something to consider.

The problem was that in the mysql table the field type was tinyint. When i changed this to int the problem went away.