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
190
Hidden column header showing up as undefined when it should be hidden
posted

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.

Parents Reply
  • 6279
    posted in reply to Exceed

    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.

Children