1

Is it possible to have the width set automatically to the full width of the Flexigrid?

Shamoon
  • 41,293
  • 91
  • 306
  • 570

2 Answers2

1

This can be done in JavaScript. When setting the width, instead of using a number use a function that's defined in JS to calculate the widths of the columns based on percentage.

Shamoon
  • 41,293
  • 91
  • 306
  • 570
-1

Try not defining the width of Flexigrid

Shamoon
  • 41,293
  • 91
  • 306
  • 570
Anwar
  • 4,470
  • 4
  • 24
  • 30