-
Notifications
You must be signed in to change notification settings - Fork 73
952312: Added the topic of How to set complex column as foreign key colum #5813
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
Conversation
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
…foreign key value in column template
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
| Employees = EmployeeData.GetAllRecords(); | ||
| Orders = OrderData.GetAllRecords(); | ||
| } | ||
| private async Task LogToConsole(int? orderId) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sample need clarification
|
Build Status: INQUEUE 🕒 |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
1.Complex column with foreign key column
Sample: https://blazorplayground.syncfusion.com/embed/LtBoXTisskOldOAN?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5
2.Radio button component
sample: https://blazorplayground.syncfusion.com/embed/rZheXoNwgrBgAFeR?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5
3.Render foreign key value in column template
Sample: https://blazorplayground.syncfusion.com/embed/VNVSXotQVxiXwxXo?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5