T
Tumurbaatar S.
How to retrieve _real_ width of DataGrid's column?
At design-time I set width of template columns with the following way:
<headerstyle width="80px"></headerstyle>
This sets the minimal width of the column and during run-time if the column
contains a long text, it can expand. I need to get an exact value of the
width,
at server or client side, and apply this width to another column.
I.e. what I want is 2 columns with same width.
At design-time I set width of template columns with the following way:
<headerstyle width="80px"></headerstyle>
This sets the minimal width of the column and during run-time if the column
contains a long text, it can expand. I need to get an exact value of the
width,
at server or client side, and apply this width to another column.
I.e. what I want is 2 columns with same width.