-
Notifications
You must be signed in to change notification settings - Fork 73
928236: Revamp inline editing documentation in hotfix #5300
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 ✅ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
blazor/datagrid/in-line-editing.md
Outdated
| Orders = Enumerable.Range(1, 75).Select(x => new Order() | ||
| OrderData = OrderDetails.GetAllRecords(); | ||
| } | ||
| public void RowEditingHandler(RowEditingEventArgs<OrderDetails> Args) |
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.
args have casing issue
blazor/datagrid/in-line-editing.md
Outdated
|
|
||
| There are cases where custom logic is required for creating new object or new object instance cannot be created using `Activator.CreateInstance<TValue>()`. In such cases you can provide model object instance manually using events. | ||
|
|
||
| You can use OnActionBegin event to provide new object instance during editing operation. The new object should be assigned to the `OnActionBegin<TValue>.Data` property. |
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.
dont use onactionbegin and onactioncomplete events
|
Build Status: INQUEUE 🕒 |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
MaithiliyK
left a comment
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.
changes are fine
Revamped inline editing documentation in hotfix