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
590
No able to change the gridview design
posted

Hi team,

I not able to change web data grid itemtemplate field color change.Please guide me reslove this problem

please find the code below ,

 <igrid:WebDataGrid ID="uwgPlanning" CssClass="FrameStyle" Height="420px" AutoGenerateColumns="False"
            runat="server" Width="100%" EnableAjax="False" EnableDataViewState="true" EnableViewState="true"
            EnableTheming="False">
            <Columns>
                <igrid:UnboundField Header-Text="Tank" Key="TankNameTag" Header-CssClass="Headercaption">
                </igrid:UnboundField>
                <igrid:UnboundField Header-Text="Last Service Change" Key="TimeStamp" Header-CssClass="Headercaption">
                </igrid:UnboundField>
                <igrid:GroupField Key="PVAP" Header-Text="Accounting Product" Header-CssClass="Headercaption">
                    <Columns>
                        <igrid:UnboundField Header-Text="Code" Key="ActgPrCode" Header-CssClass="Headercaption" >
                        </igrid:UnboundField>
                        <igrid:UnboundField Header-Text="Description" Key="ActgPrDesc" Header-CssClass="Headercaption">
                        </igrid:UnboundField>
                    </Columns>
                </igrid:GroupField>
                <igrid:GroupField Key="PP" Header-Text="Planning Product" Header-CssClass="Headercaption">
                    <Columns>
                        <igrid:UnboundField Header-Text="Group" Key="PlngGroup" Header-CssClass="Headercaption">
                        </igrid:UnboundField>
                        <igrid:UnboundField Header-Text="Subgroup1" Key="PlngSubgroup1" Header-CssClass="Headercaption">
                        </igrid:UnboundField>
                        <igrid:UnboundField Header-Text="Subgroup2" Key="PlngSubgroup2" Header-CssClass="Headercaption">
                        </igrid:UnboundField>
                    </Columns>
                </igrid:GroupField>
                <igrid:UnboundField Header-Text="Chgd By" Key="ActgProductUser" Header-CssClass="Headercaption">
                </igrid:UnboundField>
            </Columns>
        </igrid:WebDataGrid>

i wanted to change item field background white & border style : soiled, width:1px

thanks for advance