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

Bug in Vista ... Themes using in Grid?

4 Answers 38 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Martin
Top achievements
Rank 1
Martin asked on 15 Dec 2008, 01:36 PM
Hi,

when i use a GridView with VistaTelerik or VistaOrange Theme and enter an existing row to edit (Decimal Column or TextBoxColumn), first all works fine: the BackColor of the editor is white, the text (forecolor) is Black and when i select existing text it will change to blue background with white text.
But if i enter a NEW ROW, the text is white with white background - and so the input text is invisible. The text will be visible again, when i select it or end the edit mode.
After editing a new row, the issue occures in all rows (also existing ones) until i restart the application.

I can reproduce it every time.

Bug?

Kind regards,
Martin

4 Answers, 1 is accepted

Sort by
0
Accepted
Nick
Telerik team
answered on 16 Dec 2008, 04:41 PM
Unfortunately, yes Martin, this is an issue we need to address. Thank you for reporting it - I have updated your Telerik points. The issue will be fixed in our next release.

Do not hesitate to write me back if you have more questions.

 
All the best,
Nick
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Martin
Top achievements
Rank 1
answered on 16 Dec 2008, 11:21 PM

Hello Nick,

thanks for your answer. At the moment i found this workaround for me - not really good coding, but works ;-)

Private Sub Grid1_CellBeginEdit(ByVal sender As Object, ByVal e As Telerik.WinControls.UI.GridViewCellCancelEventArgs) Handles Grid1.CellBeginEdit

...

Dim a As Object = Grid1.ActiveEditor 'the object type of the editor may vary
a.ForeColor = Color.Black

...

 
End Sub
 

Greetings, Martin

0
Nick
Telerik team
answered on 17 Dec 2008, 08:36 AM
Hi Martin,

I am glad that you managed to find a workaround. Our next release (SP2) will be in January, and most probably the themes will be fixed for it.
 

Kind regards,
Nick
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Vassil Petev
Telerik team
answered on 09 Feb 2009, 12:24 PM
Hi Martin,

I just wanted to let you know that this issue has been addressed in both themes as of SP2.
 

Best wishes,
Vassil
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
GridView
Asked by
Martin
Top achievements
Rank 1
Answers by
Nick
Telerik team
Martin
Top achievements
Rank 1
Vassil Petev
Telerik team
Share this question
or