Visual Studio 2008 Pro, .Net 3.5, SP 1
SQL Server 2008 R2
Windows 7 Ultimate 64 bit
Winforms Q1 2011
Both issues relate to the property builder for RadGridView
Whenever anything is changed in the property builder and the OK button clicked, the mouse pointer changes to busy and it takes two full minutes for the window to close. This window is modal and I have to wait to do anything else in Visual Studio.
More serious is the grid I created as an auto hierarchy from dataset. This is using two table adapters with a one to many relationship. Creating the grid is OK, and it functions properly. Once I start changing column names/widths etc, it begins to error when I try to open the property builder.
"Error invoking 'Open Property Builder'. Details: Stack Empty.
I've researched this error a bit and found a thread stating that this should have been hot-fixed seven months ago...so I'm wondering what can be done.
Also, once this occurs, strange things start to happen with the RadGridView. Sometimes the context menu doesn't show properly; the designer seems to think the control is actually a MasterTableView. Also had null object errors when viewing the designer code page. After restarting VS, the grid and all references were deleted.
Thanks for any help...I would really like to use the hierarchy function of the grid instead of two separate ones.
SQL Server 2008 R2
Windows 7 Ultimate 64 bit
Winforms Q1 2011
Both issues relate to the property builder for RadGridView
Whenever anything is changed in the property builder and the OK button clicked, the mouse pointer changes to busy and it takes two full minutes for the window to close. This window is modal and I have to wait to do anything else in Visual Studio.
More serious is the grid I created as an auto hierarchy from dataset. This is using two table adapters with a one to many relationship. Creating the grid is OK, and it functions properly. Once I start changing column names/widths etc, it begins to error when I try to open the property builder.
"Error invoking 'Open Property Builder'. Details: Stack Empty.
I've researched this error a bit and found a thread stating that this should have been hot-fixed seven months ago...so I'm wondering what can be done.
Also, once this occurs, strange things start to happen with the RadGridView. Sometimes the context menu doesn't show properly; the designer seems to think the control is actually a MasterTableView. Also had null object errors when viewing the designer code page. After restarting VS, the grid and all references were deleted.
Thanks for any help...I would really like to use the hierarchy function of the grid instead of two separate ones.