ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: siva on April 02, 2017, 02:42:58 pm

Title: changing background color of a cell
Post by: siva on April 02, 2017, 02:42:58 pm
Hi Sir,

when i view this in browser, i get [object Object] error. what i am missing? please help to resolve. this is my html page

Thanks
Siva
Title: Re: changing background color of a cell
Post by: paramvir on April 04, 2017, 11:45:27 am
Code: [Select]
return {
            //can also return attr (for attributes), cls (for css classes) and text (for plain or html string) properties.
            style: 'font-size:20px;font-style:italic;'
};

This is supported in Pro version only.