L
Laura Stern
Guest
Regarding radCalendar1.ElementTree.GetElementAtPoint(e.Location), the only overload of this method that takes a single Point parameter is a generic method (GetElementAtPoint (Point)). The ABL does not support generic methods. But since you coded it as the non generic method, there are no overloads with a single Point parameter, so it seems like the compile should have just failed with a parameter mismatch error - not an ambiguous method error. I'm basing this on the doc found here: docs.telerik.com/.../T_Telerik_WinControls_ComponentThemableElementTree.htm Regarding the next part, I am not good at VB .NET. I think this is a generic type List as bronco above implied, which we do support. It would help if you could point us at the doc for these types being used. What is the namespace of List?
Continue reading...
Continue reading...