I'm trying to provide support for adding a new row for user (like in WPF Toolkit data grid) and cannot find a way how.
There is the way how to added new row:
https://xceed.com/wp-content/documentation/xceed-toolkit-plus-for-wpf/webframe.html#Inserting_Data.html
But this class InsertionRow is actually unavailable.
How can I provide convenient way to add a new record for user?
There is the way how to added new row:
https://xceed.com/wp-content/documentation/xceed-toolkit-plus-for-wpf/webframe.html#Inserting_Data.html
But this class InsertionRow is actually unavailable.
How can I provide convenient way to add a new record for user?