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
2715
iggrid rowtemplate 14.1
posted

I just upgraded a asp.net mvc 5 project to 14.1 to find out that iggrid does not support RowTemplate

Why?

  • 23953
    Offline posted

    Hello Christian,

     

    Internally the row template was implemented as a gateway for the column templates. Thus we had to parse the row template string and split it by columns. This approach proved to be slow and error prone, that's why we decided to get rid of it. As a result we gained around 30% faster rendering (columns which don't need templating do not need to go through the templating code anymore, which was the case when using row templates).

     

    Hope this helps,

    Martin Pavlov
    Infragistics, Inc.

  • 49378
    posted

    Hello Christian,

    As of 14., the RowTemplate option of the igGrid has been deprecated. The individual column templates can be used instead for applying templates in the grid:

    http://help.infragistics.com/doc/jQuery/2014.1/CLR4.0/?page=Known_Issues_and_Limitations_2014_Volume_1.html

    Please do not hesitate to contact me if you have any questions.