Hi
I am creating multiple Tiles within a Tile. On clicking Internal Tile, Form control will diaply. It works fine with Screen resolution 1248*768 or higher then this. But the form controls donot display with screen resolution 1024*768. Is it so or i will do somewhere wrong. Please help
1 Answer, 1 is accepted
0
Tihomir Petkov
Telerik team
answered on 21 Jan 2010, 10:08 AM
Hello Jatin,
From your description I guess that there just isn't enough space for your form to display on the lower resolution. It depends entirely on how you have set up the layout of your application, but generally if you haven't set the sizes of some elements this could be the reason for your problem. You can try to set the MinHeight property of your form and see if that helps. I cannot guess more without looking at your code.