Derived Cell Types

If i have created a derived control (for example, i have an UpperCaseTextBox control which is a control that derives from Textbox) in my project, can i use that as the grid cell. What would i put as the cell type ?? How would i set that up ?? thks ak

2 Replies

AK Adam K. December 5, 2005 01:13 AM UTC

i am using a virtual grid . . >If i have created a derived control (for example, i have an UpperCaseTextBox control which is a control that derives from Textbox) in my project, can i use that as the grid cell. > >What would i put as the cell type ?? >How would i set that up ?? > >thks >ak


ST stanleyj Syncfusion Team December 5, 2005 07:41 AM UTC

Hi Adam, Try implementing the properties to the Virtual grid through the PrepareViewStyleInfo or the QueryCellInfo handler. Best regards, Stanley

Loader.
Up arrow icon