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
445
Infragistic grid ajax timeout
posted

Hi,

I'm currently working with infragistic grid and I need to change the timeout of infragistic grid due to the time of getting all data.

GRID:

@(Html.Infragistics()

.Grid<Model>()

.ID("pcd-grid")

.AutoGenerateColumns(false)

.RenderCheckboxes(true)

.PrimaryKey("ID")

.EnableUTCDates(false)

.Columns(column =>

{

... Here I need to specify timeout

HERE THE ERROR:

{,…}
Metadata: {timezoneOffset: 7200000,…}
Records: [{...,…},…]
TotalRecordsCount: 0

Thank you for your help