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
1620
PageCount: not working fine using WebDataGrid....
posted

I am converting Infragistics 2010 v2 CLR3.5 to Infragistics 2014 v2 using 4.5 CLR using Visual Studio 2013 Professional Update 4. I am getting following error while building the project. Please reply immediately..........

Error 315 Property or indexer 'Infragistics.Web.UI.GridControls.Paging.PageCount' cannot be assigned to -- it is read only
 

Below error is there while fixing the code:

uGrid.Behaviors.Paging.PageCount = (int)Math.Ceiling(Double.Parse(ds.Tables["PageCount"].Rows[0][0].ToString()) / gridPageSize);
Parents Reply Children
No Data