It has an example of the JSON format, but the example doesn’t work. It says that you can set the cell type by making one of the data values an object and setting a type property. I used the exact json listed there, and in my grid I see
1000 Blood and Smoke [object Object]
It seems like the json parse doesn’t recognize an object with a value property and/or a type property. You need to fix your json documentation. I would like an example that works for setting the cell style and cell type on a particular cell.
It’s important that I understand for my evaluation whether it is possible to specify editor type (and style) on each cell of the grid using json. I can’t make it work using the standard edition and the example provided.
Can someone please confirm if it does not work, or if I need the professional version? If it does work, can I set a css style/type for the cell within the json?
I’m not using a url. I am using the json specified in the documentation at the url in my first post. I’m basically saying the documentation doesn’t work, and nobody seems to care to explain why.
This code causes [object Object] to be displayed in the third cell. It is not editable. The row does not display in red. Basically, it doesn’t seem to load any of the properties specified.