1
Reply

ColumnDefaultCellStyleChanged event is not fired in Design mode.

kiran kumar

kiran kumar

Feb 19 2009 9:14 PM
2.8k

Hello friends,

I am dealing with font localization of datagridview where i have to do localization for every kind of cellstyles. Regarding this i have to implement code for changes made to ColumnDefaultCellStyle property. This is possible only when i get the event fired when changes are made to ColumnDefaultCellStyle property.
But the problem is when i try to handle the ColumnDefaultCellStyle event by simply writing some ConsoleWriteline statements, the event is not fired at all when i make changes to DefaultCellStyle property for the specified column in design mode. Therefore I need help from you people to know how to catch the event when the changes are made to ColumnDefaultCellStyle property in design mode.

Yours Sincerely Kiran


Answers (1)