Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TTIWAdvWebGrid Column Header height
#2
Just a quick stab -- HTML5 allows you to specify a row of a table to be the header. And as such it will render it a bit differently -- to make it look like a header instead of just another row.
My guess is that this top row is being flagged as a header row.
So just go to the ExtraHeader property of your form and add a style override, something like:
<style>
th {
  height: 50px;
}
</style>
I don't have time to test it, but it's worth trying
Reply


Messages In This Thread
RE: TTIWAdvWebGrid Column Header height - by LorenSzendre - 10-08-2018, 05:16 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)