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:
Asked
Active
Viewed 925 times
0

Ads
- 6,681
- 12
- 47
- 72
-
1I 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 Answers
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