Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
600
sharepoint styling
posted

hi,

I'm makking and visual webpart in sharepoint 2010 and having some problem with the style.
I have added the layouts to a virtual folder in the sharepoint webapplication.

So now I can go to http://localhost/ig_common/2010clr35/styles and get and result. 

Now my problem is how can i use it in my controls?
So far I got this but it does not seem to work what am i doing wrong?

            <ig:WebDataGrid ID="sfrmData" styleSetName="Default" runat="server" Height="400px" StyleSetPath="~/ig_common/20101CLR35/Styles" Width="100%">

                <Behaviors>

                    <ig:Filtering>

                    </ig:Filtering>

                    <ig:Paging PagerMode="NextPreviousFirstLast">

                    </ig:Paging>

                    <ig:Sorting>

                    </ig:Sorting>

                </Behaviors>

            </ig:WebDataGrid>

Parents Reply Children