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!