Develop DropDownListColumn control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Newbie

    #1

    Develop DropDownListColumn control

    I developed DropDownListCol umn by subclass DataGridColumn.
    Everything works fine except VisualStudio Designer does not recognize it
    because it is subitem for DataGrid. It always put red curly line under my
    control. In addition, it would nice if designer can automatically recognize
    attributes of it.

Working...