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
Hello cem ozbas,
Thank you for posting in our forums!
You can specify a default timeout length using jQuery's ajaxSetup() method.
If you have any further questions or concerns with this, please let me know.
Hi Michael,
I hoped that would be as easy but I'm not using any jquery options. I'm using Infragistic mvc helper (as I mentioned in my example) who execute the queries and doing all stuff on its own. It should have any option to define the ajax timeout.
What you say jquery is used my infragistic grid. Please read questions more careful and give a clear answer rather than a simple link, I'm not beginner on jquery ajax stuff. We are actually blocked with this issue and still losing time
Thank you