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.
These are two different controls: The UltraWebGrid and the WebDataGrid.
The UltraWebGrid is the old WebUI control, while the WebDataGrid is the newer Web.UI control. Is it possible that you wanted to use WebDataGrid and instead you're using UltraWebGrid?