Hi,
I got a new problem in my winform application after a framework version migration (3.5 to 4.0) and I did lost all visual effects for gridviews (Mouseover, row selection, etc.) it look likes the grid have been disabled but it's not. It look ok on design time but the issue appears on runtime. I do not use theme i usually use controldefault theme. I did try to edit UI elements directly but got this error :
{"Index was out of range. Should not be negative and must be less than the size of the collection.
Parameter name: index "}
Stack Trace:
à System.Collections.CollectionBase.System.Collections.IList.get_Item(Int32 index)
à Telerik.WinControls.RadElementCollection.get_Item(Int32 index)
à ShowPurchasesOrders.InitializeComponent() dans C:\DparsDevelopment\DPARS_POS_WinClient\ShowPurchasesOrders.Designer.vb:ligne 188
à ShowPurchasesOrders..ctor()
à Temp.SP_PopupClicked() dans C:\DparsDevelopment\DPARS_POS_WinClient\Temp.vb:ligne 26
Thanks
Alex
I got a new problem in my winform application after a framework version migration (3.5 to 4.0) and I did lost all visual effects for gridviews (Mouseover, row selection, etc.) it look likes the grid have been disabled but it's not. It look ok on design time but the issue appears on runtime. I do not use theme i usually use controldefault theme. I did try to edit UI elements directly but got this error :
{"Index was out of range. Should not be negative and must be less than the size of the collection.
Parameter name: index "}
Stack Trace:
à System.Collections.CollectionBase.System.Collections.IList.get_Item(Int32 index)
à Telerik.WinControls.RadElementCollection.get_Item(Int32 index)
à ShowPurchasesOrders.InitializeComponent() dans C:\DparsDevelopment\DPARS_POS_WinClient\ShowPurchasesOrders.Designer.vb:ligne 188
à ShowPurchasesOrders..ctor()
à Temp.SP_PopupClicked() dans C:\DparsDevelopment\DPARS_POS_WinClient\Temp.vb:ligne 26
Thanks
Alex