Hi All,
I'm using Infragistics 2007 Vol-2.Which i migrated fromI nfragistics 2005 Vol-3 (Also application was mifrated form .NET 1.1 to 2.0).
After migration I observed that many places Paging in GRID is not working.
I try to find actual reason for it,but can't found it.
Please suggest any solution if you know.
Thanks in advance.
yes
I got answer. Only set
EnableInternalRowsManagement = True
into DisplayLayOut section of grid.
Cheers!!!
Regards,
UltraWeb Grid HTML:
<igtbl:UltraWebGrid id="x" runat="server" Height="x" Width="x%" ImageDirectory="x">
<DisplayLayout AllowDeleteDefault="Yes" AutoGenerateColumns="False" RowHeightDefault="20px" Version="x"
SelectTypeRowDefault="Extended" HeaderClickActionDefault="SortMulti" BorderCollapseDefault="Separate"
RowSelectorsDefault="No" Name="x" CellClickActionDefault="RowSelect" AllowUpdateDefault="Yes">
Also it has InitializeRow,InitializeLayout and PageIndexChanged events.
Please let me know if you require any more information.
Based on this description, it is very hard to tell without seeing some of the sample code first. If you paste some of the code we might be able to provide additional clues.