Format Columns in DataGrid Edit Mode
-
If this has been asked before, I apoligies. I have a datagrid with 7 columns which I have set column sizes on. When I go into edit mode all the columns "choose" their own format based of the data in each column. How do I set the column width (or maintain) when I go into edit? Thanks Charles
-
If this has been asked before, I apoligies. I have a datagrid with 7 columns which I have set column sizes on. When I go into edit mode all the columns "choose" their own format based of the data in each column. How do I set the column width (or maintain) when I go into edit? Thanks Charles
one way is using templateitems. Thanks
-
one way is using templateitems. Thanks
Thanks for the quick response! Funny you should mention the use of templates, because I just setup my second datagrid which only has templates. I did not see that when you edit a template you could set attributes just like any control (I thought it was all done via the Property Builder. I set my widths and it worked! Thanks Charles