Board index » Visual Studio » Datagrid Color Custom Column
|
GaryATdiem-ltd
|
Datagrid Color Custom Column
Visual Studio323
Hi, I am trying to design a custom datagrid column that will allow me to put a combobox of colors in it. Well actually I can get that far but I can't figure out a way to save the color in the actual datagrid. The way it works right now: 1. you click on a cell in the datagrid, 2. the color combobox pops up, 3. you select a color, 4. click away and nothing is saved in the datagrid. This is no suprise since my custom datagrid column is based on the DataGridTextBoxColumn and a color isn't a string. But I'm trying to think if there is any way around this . . . any ideas?? Thanks!! Joy - |
