Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

How to add title to Datagrid edit dialog?#8802

Unanswered
Daantje1041 asked this question inQ&A
Discussion options

I would like to add a title to the edit dialog in a datagrid (EditMode=DataGridEditMode.Form). I know I can pass DialogOptions to EditDialogOptions, but there is no parameter for the title.

Is there a way to add a title to this dialog?

I'm using the same style dialog for adding new elements, and I would like to able to differentiate between an open add dialog and an open edit dialog.

You must be logged in to vote

Replies: 1 comment

Comment options

Very late, i know...
If you have any Template Column available, such as in this example, with a edit button you can use there too.
But it needs to be at top level to be displayed on top of the Edit Form

 <TemplateColumn Context="subcontext1">     <CellTemplate>         <MudIconButton Size="@Size.Small" Icon="@Icons.Material.Outlined.Edit" />             </CellTemplate>     **<EditTemplate> Whatever</EditTemplate>** </TemplateColumn>
You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
2 participants
@Daantje1041@Baer4900

[8]ページ先頭

©2009-2025 Movatter.jp