I have a data grid. How can I hide a value of a column if it’s “0” ? Do I have to use item renderers? How? Is there an easier way?
Second thing, if I have a boolean column whose values are actually the strings “true” and “false” how can I render it as a non editable check box?
thanks
First question: you can do it with
labelFunctionproperty of datagridcolumn.second question: use a drop in item renderer.
replace dValue with appropriate dataField.