does anyone knows how to indicate when Column property "width" is changed on this grid? It is no such event like ColumnWidthChanged in this开发者_如何学运维 grid... I want to save my widths of columns to database later, when tthis event is occoured.
There is not such oportunity to notify that. The only way - to implement such event for yuorself.
精彩评论