This question is locked. New answers and comments are not allowed.
I am trying to change the width on some columns in an MVC grid that I am using - but I am unable to do so. Here is what I am trying to do:
1) If the column header is 'Date Created' - I want Date to be above Created (two lines)
2) Reduce the width of some columns (the .Width(x) does not work
3) Some columns have large text data (with no carriage returns). How can I display that in a div with overflows / scrollbars.
Thanks a bunch!
1) If the column header is 'Date Created' - I want Date to be above Created (two lines)
2) Reduce the width of some columns (the .Width(x) does not work
3) Some columns have large text data (with no carriage returns). How can I display that in a div with overflows / scrollbars.
Thanks a bunch!