• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

setting the number of columns Dynamically in Grid

 
Greenhorn
Posts: 22
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I need to dynamically bring the columns in a Grid. I need to implement it in GXT.
I find options for editable grid, but I need to implement a dynamic grid (display the number of columns dynamically)

Can anyone kindly provide some points for me to proceed?

Thanks,
Chandrasekar V.
 
Chandrasekar Venkatraman
Greenhorn
Posts: 22
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello

Just in case anyone's facing the same problem.

I got an idea.
I am trying to implement an editable Grid. As Java code is written in GWT, To get a dynamic Grid, I can limit the Column Config based upon some conditions.

Will post back once it's done.

If anyone get's a solution before that kindly post it.

Cheers!
Chandrasekar V.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic