|
Rank: Newbie Groups: Member
Joined: 10/6/2009 Posts: 4
|
Hello, I have two questions: 1) Can you explain how i can create custom skins for Grid & Menu controls and set theme up in a .skin or .css file? 2) There is no way to set grid heigth to 100% ? Thanks in advance, Roberto www.progressive.it
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Creating .skin file is an ASP.NET topic, using .css file is a general Web authoring topic. Neither falls into the scope of our support. So you may want to search online about them.
As to Grid height, I believe you can set it to 100% but it must be inside some other elements whose height is known. Specifically, you can not set the Grid's height as 100% of the page because the parent element is the form element and form element has no height.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 10/6/2009 Posts: 4
|
Hi, Thanks for you response, yes i know exactly how to make a .skin or .css file, my question is about yuor grid control because if i use the tag <eo:Grid> in .skin file is not recognizable by visual studio as it occur for the other asp.net controls. So if you can suggest me other way to make your controls skinnable in a single reference file for all the site i will apreciate it. Thanks Roberto
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I believe you need to place %Register directive in your skin file the same way as you do with an .aspx file.
Thanks!
|
|