i want create a grid view like below image.data will get from DB. except pending. and the gridview style like below image

i want create a grid view like below image.data will get from DB. except pending. and the gridview style like below image

Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tuhin PaulPosted Jan 17, 2025, 7:02 PM
Check out this react js implementation.
page.tsx
db.ts
performance.ts
performance-grid.tsx
Tuhin PaulPosted Jan 17, 2025, 6:49 PM
Part 2:
Index.cshtml
Program.cs
`appsettings.json`:
wwwroot/css/site.css
This implementation includes:
1. Entity Framework Core models and DbContext
2. A controller to handle the data retrieval
3. A Razor view that matches the original grid design
4. CSS styling to match the original appearance
5. Database configuration and seeding
6. Proper routing and dependency injection setup
Tuhin PaulPosted Jan 17, 2025, 6:45 PM
Part 1:
Here is the code try once:
Model class -
DBContext class:
Controller class:
lejoPosted Jan 17, 2025, 4:06 AM
asp.net with c#
Amira BedhiafiPosted Jan 16, 2025, 9:12 PM
What technologies are you using ?