About skin in new controls (DataGrid)

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
4/15/2006 12:31:06 PM
Gravatar
Total Posts 146

About skin in new controls (DataGrid)

Hello everybody !!!
(Hi Joe).

Excuse me about the question, may be is it easy, but I don't know how I can to do for still the skin of site into a new asp:DataGrid Control.

Thanks in advance...
4/15/2006 1:23:52 PM
Gravatar
Total Posts 18439

Re: About skin in new controls (DataGrid)

Hi Romulo,

If I understand you right you are making a custom module using a DataGrid and you want to style it using the skin?

If you are using mojo 2.x you can style the grid using the theme.skin file in the skin folder. Just look for the DataGrid tag in there and you will see all the settings for the visual properties.

If you are using mojo 1.x you can set the CssClass on the grid to a class in your css style sheet in the skin folder.

Hope it helps,

Joe
4/15/2006 1:39:06 PM
Gravatar
Total Posts 146

Re: About skin in new controls (DataGrid)

Yes it is !.
Thanks for reply.

I will see that, and then I will write my solution for anyone more.

Thanks again !
(mojoPortal look -every day- better and better. Excellent job Joe !!! ;)
4/15/2006 3:43:50 PM
Gravatar
Total Posts 146

Re: About skin in new controls (DataGrid)

Ok, it's easy, but I have to work more bit to find exactly combination of color that I want.

Thanks again Joe.
You must sign in to post in the forums. This thread is closed to new posts.