Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2235
setting a cells style property in code behind
posted

I would like to know if it is possible to set the style properties of a cell in the grid_InitializeRow event

I can do the

e.Row.Items.FindItemByKey("keyfield")

but once I have the item/cell. How can I access and set some properties?

readOnly

background-color

font type, etc..

I would rather not have to use a template field.

Thanks