Data Grid - Style

  • Thread starter Thread starter VIswanathan S
  • Start date Start date
V

VIswanathan S

Hi All!

How can i add styles like combo box, checkbox in my datagrid control

TIA
Viswanathan S
 
Same answer as your last question. You can completely control columns and add
classes to individual fields. If you only want a particular style to affect
controls, create the class specific to the control types:

SELECT.MyClass
{
}

etc.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Back
Top