Hi,
When i am trying load the WebDataGrid i am getting the following error
System.Xml.Xsl.XsltException: The stylesheet is too complex.
Please can anyone tell me why this error is coming.
Hello hari krishna,
Thank you for posting in the community.
I'm not able to tell whats the issue here as this it is a custom exception and is not caused by Infragistics controls.
If you have any other questions, please do not hesitate to ask.
I think it has to do with the paging style. We bind only 20 rows; but, when the total count is over 60,000 we get this error. If we use Infragistics.Web.UI.GridControls.PagerMode.NextPreviousFirstLast then no error. However, if you use Infragistics.Web.UI.GridControls.PagerMode.NumericFirstLast or Infragistics.Web.UI.GridControls.PagerMode.Numeric.