This is probably the same or similar issue to http://forums.infragistics.com/forums/t/69401.aspx
And is also somewhat related to an earlier post I made here http://forums.infragistics.com/forums/t/69426.aspx
So since the grid is taking 2-5 seconds to load the data and since I have a hidden column, the column header that is hidden is appear as undefined until the data is loaded.
Hi Borislav,
Your example is pretty much accurate except for a few extra columns we're displaying and that CallID should be set to to true instead of column.For(x => x.CallID).Hidden(false);
What happens is the grid is rendered with the hidden column but once the rows are rendered, the hidden column disappears. And since I didn't give it a HeaderText it shows as a undefined column header.
We are using the latest release jQuery 2012.1 so I believe we have the latest build #2119.
Hi Exceed,I believe I've made my MVC project from that thread (http://forums.infragistics.com/forums/t/69426.aspx) a pretty good replica based on the code that slinex provided.From what I understand, your project actually has more code (a bigger configuration of the igGrid) that slinex mention, am I right?If so, can you let me know what your exact configuration of the grid looks like?If my sample project is indeed good enough, can you please let me know if you can reproduce the problem with the 'undefined' header text of a hidden column in it?Basically, what I'm trying to say is that I haven't seen a development issue like the one you describe so far so I would like to know how the grid is configured - something very tiny may be causing development issue or there could just be a slight mis-configuration.Finally, if possible let us know what volume release (2012.1 for example) are you using and which version (for example build #1023 is the RTM version for 2011.2 while build #2119 is the latest Service Release).Thanks in advance!Will be looking forward to demystifying this scenario.
I already have the grid set to false, my sample code for the grid is here: http://forums.infragistics.com/forums/t/69426.aspx posted as slinex replied on Wed, May 23 2012 5:36 PM and Borislav Traikov posted a sample that is similar to mine.
Hello Exceed,
I tried to reproduce the issue using the sample attached by Christoff:
http://community.infragistics.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/499/6165.InfragisticsGridHiddenColumns.zip
The only change that have to be tone is to remove the option
autoGenerateColumns: false,
After this change the sample works as expected.
Hope this helps.