If the table is created in code

var T = new Table(); ... T.Style.Add("width", "100%"); // не прокатывает this.controls.Add(T); 
  • 2
    @VKonstantin which tables are we talking about? What kind of technology / framework? - DreamChild
  • one
    @VKonstantin, Try to write more detailed questions. Explain what you see the problem, how to reproduce it, etc. - Nicolas Chabanovsky

0