0

i am disigning a calendar application.now i have populated the grid elements.but that grid layout also shows the dates of pervious month.how to disable a particular cell in grid layout? and also if possible let me know how to enable the grid lines? some thing like this image:alt text

Ads
  • 6,681
  • 12
  • 47
  • 72
  • 1
    I don't think that they are disabled the cells just have a different design. If you click on such a cell you'll still get to the corresponding date. – Flo Dec 01 '10 at 08:47
  • Thank you! i have implemented that one.what about the gridlines??? is it also some background image? – Ads Dec 01 '10 at 13:00

1 Answers1

0

Agree with Flo, Just create state (boolean value) for each element and check it for deciding: responding/design.

Maher Abuthraa
  • 17,493
  • 11
  • 81
  • 103