-
Notifications
You must be signed in to change notification settings - Fork 75
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
[KB] Add Grid Inline Form KB #2110
Conversation
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.
In addition to the notes within:
- Consider adding a link on components/grid/editing/inline.md to this newly created KB. That would help with SEO.
- Is this KB valid only for inline editing? Would it work for incell editing, for example? If it works for other editing modes, you might want to note that inside.
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
Hello @svdimitr, Check the below option if you would like to automatically generate PR to production. The automation uses the branch for the cherry-pick, and then will delete the branch. Please, do not delete it manually.
|
{ | ||
Id = ++LastId, | ||
Name = $"Name {LastId}", | ||
Price = rnd.Next(1, 100) * 1.23m, | ||
Quantity = rnd.Next(0, 1000), | ||
StartDate = DateTime.Today.AddDays(-rnd.Next(1, 30)).AddMonths(-rnd.Next(1, 100)) | ||
}); |
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.
Does VS for Windows really add one more tab here? VS Mac doesn't do that.
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.
Yes, it was formatted by VS for Windows. I am not sure why.
Co-authored-by: Dimo Dimov <[email protected]>
Co-authored-by: Dimo Dimov <[email protected]>
Co-authored-by: Dimo Dimov <[email protected]>
Co-authored-by: Dimo Dimov <[email protected]>
Co-authored-by: Dimo Dimov <[email protected]>
Here you are the link to your PR to production: 2127 |
No description provided.