Please refer to attached images for clarification if needed.
I have a couple of GridViewMaskBoxColumns in child rows of my RadGridView control. I'm setting the TextAlignment of the column to MiddleCenter (see GridViewMaskBoxColumn_1.jpg). This sets the alignment of the displayed value as expected.
However, I would also like data to be centered when editing the data. As GridViewMaskBoxColumn_2.jpg show the data is left aligned.
I've tried to create a custom editor but the examples I've found here are a little over my head, in C# and don't seem to relate to what I'm wanting to do anyway.
Can someone show me how to either get to the property I need to set or else show me how (in VB.NET) to create a custom editor that would do this for me.
Thanks.
I have a couple of GridViewMaskBoxColumns in child rows of my RadGridView control. I'm setting the TextAlignment of the column to MiddleCenter (see GridViewMaskBoxColumn_1.jpg). This sets the alignment of the displayed value as expected.
However, I would also like data to be centered when editing the data. As GridViewMaskBoxColumn_2.jpg show the data is left aligned.
I've tried to create a custom editor but the examples I've found here are a little over my head, in C# and don't seem to relate to what I'm wanting to do anyway.
Can someone show me how to either get to the property I need to set or else show me how (in VB.NET) to create a custom editor that would do this for me.
Thanks.