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
105
EnableAddRow UI not showing
posted

Hello again,

I have an iggrid that is hidden in a panel when the page first renders. This grid (using the MVC helpers) has the EnableAddRow(true) as shown in the snipped below.

features.Updating().EnableDeleteRow(true).EnableAddRow(true)

However, when the page loads the first time the UI for the add new row is not rendered, but if you hit f5 to reload the page then the UI is rendered correctly. 

Seems like it must be some kind of timing issue, but I was wondering if you had any clues as to what I should be checking for to fix this.

Thanks!

Parents
No Data
Reply
  • 105
    posted

    A few more notes.

    I can open the same page multiple times and it will never show the add row UI, but if I hit f5 it will always show the UI.

    This only happens in IE.

    Seems to me like it is some kind of timing issue, so when the css and script files are all cached it doesn't work, but when those files have to be downloaded then it does work. The HTML output is always the same.

    I'm not sure the best way to debug this and find a solution.

Children