Hi,
I have the following problem: when I set an IEnumerable collection as a data source to a RadGrid control that has EnableLinqExpressions property set to false then the first element of the collection is displayed twice in the grid. The IEnumerable collection consists of objects of different types but with common base type. My version of the control is 2008.3.1314.35.
I made some search in the Telerik.Web.UI assembly and I think the problem is in the AdvancedEnumerator class that returns the first element twice. Is there really a problem with that class or the problem is somewhere in my code?
Thanks in advance
I have the following problem: when I set an IEnumerable collection as a data source to a RadGrid control that has EnableLinqExpressions property set to false then the first element of the collection is displayed twice in the grid. The IEnumerable collection consists of objects of different types but with common base type. My version of the control is 2008.3.1314.35.
I made some search in the Telerik.Web.UI assembly and I think the problem is in the AdvancedEnumerator class that returns the first element twice. Is there really a problem with that class or the problem is somewhere in my code?
Thanks in advance