GridTextBoxColumnEditor and GridDateTimeColumnEditor do have the same member TextBoxStyle. They both directly implement GridTextColumnEditor. Why is the member TextBoxStyle not placed in GridTextColumnEditor???
Greets,
Glenn
3 Answers, 1 is accepted
0
Dimo
Telerik team
answered on 29 Jul 2008, 07:04 AM
Hello Glenn,
Yes, GridTextBoxColumnEditor and GridDateTimeColumnEditor both have the TextBoxStyle property. So what seems to be the problem?
Kind regards,
Dimo
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
if they both have the same member, it would be nice if the member is placed in the base class GridTextColumnEditor so i can access the member through the base class.