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.
does anyone knows how to indicate when Column property width is changed on this
Share
There is not such oportunity to notify that. The only way – to implement such event for yuorself.