wwWebDataGridColumn::ItemAttributeString

Any additional attributes you might want to apply to each item in a column. This property basically allows you to override any cell behaviors.

Example:
ItemAttributeString="align='right' style='color:red;font-weight:bold'"

Note the use of single quotes that are required for VS.NET rendering for anything inside quotes.

o.ItemAttributeString

See also