<link href="http://cdn-na.infragistics.com/igniteui/2014.2/latest/css/themes/infragistics2012/infragistics.theme.css" rel="stylesheet" /> <link href="http://cdn-na.infragistics.com/igniteui/2014.2/latest/css/structure/infragistics.css" rel="stylesheet" />
<script src="http://modernizr.com/downloads/modernizr-latest.js"></script> <script src="http://code.jquery.com/jquery-1.7.1.min.js"></script> <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
<script src="http://cdn-na.infragistics.com/igniteui/2014.2/latest/js/infragistics.core.js"></script> <script src="http://cdn-na.infragistics.com/igniteui/2014.2/latest/js/infragistics.lob.js"></script>
@(Html.Infragistics().Grid<Model_Result>() .ID("DMGrid") .Width("100%") .Height("350px") .AutoGenerateColumns(false) .Columns(column => {}) .Features(features => {
features.LoadOnDemand().ChunkSize(10).LoadTrigger(LoadTrigger.Button);
}) .PrimaryKey("Id").DataSourceUrl(Url.Action("abc", "abc", new { searchstr = ViewData["SearchText"], Id= ViewData["Id"] })) .DataBind() .Render() )
And if i'm replacing CDN references with below then it is working fine.
<script type="text/javascript" src="http://cdn-na.infragistics.com/jquery/20132/latest/js/infragistics.core.js"></script> <script type="text/javascript" src="http://cdn-na.infragistics.com/jquery/20132/latest/js/infragistics.lob.js"></script>
Further details are,
Infragistics.Web.Mvc
Product Version : 4.13.2.2055
Please suggest me what i'm doing wrong here.
Hello sanjay,
Please note that igGrid Load On Demand feature is CTP in v13.2. This feature is officially published and available in v14.2, where it's renamed to Append Rows On Demand. If you want to use it without any concerns, I would suggest you to use it with v14.2 and later. If you need any further assistance, please let me know.
Regards,
Tsanna
Can you please suggest me about this functionality? Is it possible using dll(4.13.2.2055) and latest css/js?
Can i make Append Rows on Demand feature using dll(4.13.2.2055) and latest css/js?
I know there is VERSION problem.
If this can be avoided or helpful to you & as well as for us would be great.