This is a migrated thread and some comments may be shown as answers.

Grid reverting to default theme.

1 Answer 87 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Justin White
Top achievements
Rank 1
Justin White asked on 06 May 2008, 01:58 PM
I am using Q1 2008 and am creating my grids entirely in code due to the Visual Studio designer crash bug (which is really not that big of deal as it is probably better form anyway - no pun intended).

But I am running into a small problem. In my code I create a grid like this:

_rgvRequests = new RadGridView();  
_rgvRequests.Dock = DockStyle.Fill;  
           
_rgvRequests.ThemeName = "Telerik"

Other grid initialization code here...

This works fine on the first grid that is opened, but all forms (completely unrelated to the first) opened after the first, that have a grid on them, set that grid to the default theme (dark header, dark sand background).

I do use a some static helper methods on a utility class to create the grid rows but I do not believe this is causing a problem.

Has anyone else seen this?

Thanks,

Justin

1 Answer, 1 is accepted

Sort by
0
Kiril
Telerik team
answered on 06 May 2008, 03:24 PM
Hello William Hunter,

I'm glad to tell you the Visual Studio crash issue has been localized and addressed in a custom build, which has been available since last week. Please open a support ticket with a subject "ID:134483" to get access to it.

Please accept my apologizes for the caused inconvenience. In the future, please let us know about any issues as soon as they arise. We would like to resolve them as soon as possible so you have the opportunity to benefit as much as possible from using our product.


Best wishes,
Kiril
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
Justin White
Top achievements
Rank 1
Answers by
Kiril
Telerik team
Share this question
or