Inquiry Regarding Positioning of Inline Edit Values in RadzenDataGrids

Hi RadzenTeam,

I am reaching out to inquire about the possibility of adjusting the alignment (Left, Center, Right) of values within the inline edit feature of RadzenDataGrids.

Currently, we have a data grid consisting of 25 columns, including the inline edit/save/delete buttons. We believe that enhancing the readability of this data grid could be achieved by centering the values inside the inline edit.

Could you please confirm if there is an existing option within RadzenDataGrids that allows for this alignment adjustment automatically? If not, would it be necessary to create an for each column and then utilize CSS to center the text content?

Your guidance on this matter would be greatly appreciated.

Thank you for your assistance and support.

Kind regards,

Hey @Mr.Prog,

Inline editing means that columns have EditTemplate defined by you:

You have full control what is defined, how it's styled, etc.

Hi @enchev

Thanks for the quick reply.

So there currently is no built-in option to automatically align the inline text unless I create one, did I get that right?

Kind regards,

Check once again my reply. There is no inline editing unless you define the editor and the editor appearance.