Hi there,
I am using the UltraDataGrid and I couldn't find the DisplayLayout property as specified in the documentation. I am using Visual Studio 2008 and CLR 3.5.
The tag that appeared in my html was this. Also, I couldn't reference to Infragistics.WebUI namespace.
<ig:WebDataGrid ID="_grid" runat="server" Height="350px" Width="766px" >
I saw that a similar post back in the forums and a sample solution was posted. I downloaded the solution but the tags in that was different to mine.
<igtbl:UltraWebGrid ID="UltraWebGrid1" runat="server" Height="303px" >
I had a trial copy of the .NET Controls previously and it expired. I installed another copy of the .NET Controls after purchasing the Ultimate Bundle. Could this be causing the problem ?
Would appreciate some help. Thanks.
Hi,
The above links don't work.
Hi David,
Let me know if you have any questions with this matter.
NehaDeveloper Support EngineerInfragisticswww.infragistics.com/support
You will get more information about WebDataGrid available at following link: <http://help.infragistics.com/NetAdvantage/ASPNET/2010.2/CLR4.0/?page=Web_WebDataGrid_WebDataGrid.html>
And you will find more information about UltraWebGrid available at following link: <http://help.infragistics.com/NetAdvantage/ASPNET/2010.2/CLR4.0/?page=Web_WebGrid.html>
Hey David,
There is no problems that refer to versioning going on here. In the infragistics control suite, we have a few grid controls. The newer grid controls are the WebDataGrid and WebHierarchicalDataGrid which correspond to the first line of html source and then there is the UltraWebGrid which is the older control which corresponds to the second line of html source.
If you are creating a new application, it is better that you use the WebDataGrid as we will phasing out the UltraWebGrid. The new WebDataGrid is a rebuild of or grid control which leverages newer technologies, has a smaller html footprint, and is more performant.
However, if you still want to use the UltraWebGrid, you will have to add the control manually to the toolbox as the toolbox installer no longer puts it in the toolbox. Navigate to C:\Program Files\Infragistics\NetAdvantage 2010.3\ASP.NET\CLR3.5\Bin and then drag and drop the Infragistics35.WebUI.UltraWebGrid.v10.3.dll into the Infragistics control tab of the toolbox. Now you can use that control as before.
I hope this helps.
*Remember that a new application should use the WebDataGrid control.