Dear All,We have upgraded our web application from using infragistics 2005 to infragistics 2008 using the upgrade toolkit . After this we have both the version installed on our machine. And then after we remov/uninstall infragistics 2005 from our machine. Now when we run our application and open a page which uses/have ultrawebgrid control on it, the sorting images on each columns does not get displayed on it, instead it displays a square box as image place holder. What do we have to do in order to display that image properly?Below is our source code for ultrawebgrid<igtbl:UltraWebGrid ID="resultsGrid" runat="server" Visible="False"> <DisplayLayout RowHeightDefault="21px" Version="4.00" SelectTypeRowDefault="Single" BorderCollapseDefault="Separate" RowSelectorsDefault="No" Name="xctl0fitnessTestGrid" CellClickActionDefault="Edit" AllowUpdateDefault="Yes"> <AddNewBox> <BoxStyle BackColor="LightGray" BorderStyle="Solid" BorderWidth="1px"> <BorderDetails ColorTop="White" WidthLeft="1px" WidthTop="1px" ColorLeft="White"></BorderDetails> </BoxStyle> </AddNewBox> <Pager> <PagerStyle BackColor="LightGray" BorderStyle="Solid" BorderWidth="1px"> <BorderDetails ColorTop="White" WidthLeft="1px" WidthTop="1px" ColorLeft="White"></BorderDetails> </PagerStyle> </Pager> <HeaderStyleDefault Font-Size="X-Small" Font-Names="Arial" Font-Bold="True" BorderStyle="Solid" ForeColor="#E1E8F5" BackColor="#11459E" CustomRules="background-image:url(/ig_common/images/Office2003BlueBG.png);background-repeat:repeat-x;" CssClass="stdLabel"> <BorderDetails ColorTop="173, 197, 235" WidthLeft="1px" WidthTop="1px" ColorLeft="173, 197, 235"></BorderDetails> </HeaderStyleDefault> <FrameStyle BorderWidth="1px" Font-Size="8pt" Font-Names="Verdana" BorderStyle="Solid" HorizontalAlign="Center"> </FrameStyle> <FooterStyleDefault BorderWidth="1px" BorderStyle="Solid" BackColor="LightGray"> <BorderDetails ColorTop="White" WidthLeft="1px" WidthTop="1px" ColorLeft="White"></BorderDetails> </FooterStyleDefault> <EditCellStyleDefault BorderWidth="0px" BorderStyle="None"> </EditCellStyleDefault> <SelectedRowStyleDefault ForeColor="White" BackColor="#F09D21" CustomRules="background-image:url(/ig_common/images/Office2003SelRow.png);background-repeat:repeat-x;"> </SelectedRowStyleDefault> <RowStyleDefault Font-Size="Smaller" BorderWidth="1px" BorderColor="Black" BorderStyle="Solid"> <Padding Left="3px"></Padding> <BorderDetails WidthLeft="0px" WidthTop="0px"></BorderDetails> </RowStyleDefault> </DisplayLayout> <Bands> <igtbl:UltraGridBand> </igtbl:UltraGridBand> </Bands> </igtbl:UltraWebGrid>
Thanks
Dear IvanBaev,
Thanks to your response. Unfortunately, your answer is out of the question!!
Hello,
I see the apsx sample code and in <DisplayLayout> tag of UltraGridView can`t find AllowSortingDefault and HeaderClickActionDefault properties that allow sorting of grid.
This really depends on the setup - I would suggest right-clicking on the empty square image placeholder (where the sort images are supposed to be) and see the properties option - there you will see where the current setup of the grid wants them to be in file directory structure - be it in ig_common globally for the whole server, ig_res locally and inside a resource.
Depending on the case, following the information in this forums thread:
http://forums.infragistics.com/forums/p/6462/27800.aspx#27800
I believe you will be able to set this up successfully.