I've created a custom GridViewColumn, along with a custom CellElement, inheriting from GridCommandCellElement, and by default, the GridCommandCellElement does not have DrawBorder set to true. When I set it to true, it draws a border that is a different color than, say, a GridViewTextBoxElement within the same grid. How does the GridViewTextBoxElement know to draw it's own border as the light blue color it is currently drawing it with, as opposed to the black color my custom element is being drawn with, and how can I fetch that value?
Thanks,
David
Thanks,
David