I've got a grid which is auto-generating its' columns...
1) When setting 'UseStaticHeaders' the headers' width doesn't expand with the actual width of the data columns (the header doesn't match up with the data rows). Everything looks fine without using static headers. Is there some setting I am missing?
2) What determines the width and the max width of auto generated columns? I can see that it will wrap at some point, can this be set? Can a minimum width also be set? I suppose this might help with #1.
3) It would be nice if there was a way to set the ScrollHeight to 100% or some other setting where there wouldn't be a vertical scroll, it's not always desirable, esecially if the overall page is already vertically scrollable the page might as well be longer so there is only one scroll. (Same for horizontal I might add, this would be addressable depending on answers to #2). I've tried 100%, it seems to go the default (300 or 350 pixels, I forget which).
1) When setting 'UseStaticHeaders' the headers' width doesn't expand with the actual width of the data columns (the header doesn't match up with the data rows). Everything looks fine without using static headers. Is there some setting I am missing?
2) What determines the width and the max width of auto generated columns? I can see that it will wrap at some point, can this be set? Can a minimum width also be set? I suppose this might help with #1.
3) It would be nice if there was a way to set the ScrollHeight to 100% or some other setting where there wouldn't be a vertical scroll, it's not always desirable, esecially if the overall page is already vertically scrollable the page might as well be longer so there is only one scroll. (Same for horizontal I might add, this would be addressable depending on answers to #2). I've tried 100%, it seems to go the default (300 or 350 pixels, I forget which).