Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

several Titems in a grid #1007

Open
theofarault opened this issue Jan 22, 2025 · 0 comments
Open

several Titems in a grid #1007

theofarault opened this issue Jan 22, 2025 · 0 comments

Comments

@theofarault
Copy link

Hello,
I want to display 2 Titem in the same grid with blazor server in .net 8.

I have 2 classes :

public class Command{
public int id {get;set;}
public string nameCommand {get;set;}
public UserInfo person {get;set;}
}

public class UserInfo{
public int idUser {get;set;}
public string namePerson {get;set;}
public string address {get;set;}
}

I would like to have a grid with the order id, the order name and the name of the person who placed the order.
I would like to be able to filter by people's names.

How do I do it?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant