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
430
Infragistics Ultrawebgrid & UlterGridBand
posted

Hi Inragistics Team,

Early we are used Infragistics version 10.0 now upgrading version 2015 v1 Volume .

early used two  Ultrawebgrid & UlterGridband => replace with which control same in version 2015 v1 volume .

see below code :

<igtbl:ultrawebgrid id="ProductGrid" runat="server" width="100%" imagedirectory="/ig_common/Images/"

useaccessibleheader="False">

<displaylayout usefixedheaders="True" colwidthdefault="300px" stationarymargins="Header" allowsortingdefault="Yes"

rowheightdefault="20px" version="5.3" viewtype="Hierarchical" bordercollapsedefault="Separate"

rowselectorsdefault="No" loadondemand="Manual" name="ProductGrid" tablelayout="Fixed" cellclickactiondefault="CellSelect"

AllowUpdateDefault="Yes">

<addnewbox prompt="">

<igtbl:ultragridband BaseTableName="Table1" Key="Table1" DefaultColWidth="472px">

<headerstyle height="20px"></headerstyle>

<columns>

<igtbl:ultragridcolumn HeaderText="Family" Key="FamilyName" IsBound="True" Width="472px" BaseColumnName="FamilyName"

AllowUpdate="no">

<footer key="FamilyName"></footer>

<header key="FamilyName" caption="Family"></header>

</igtbl:ultragridcolumn>

Parents
No Data
Reply Children