Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
485
idea: command to add a new record
posted

Right now (I think) it's only possible to add a new record using the + button provided by the AllowNew setting on the datagrid. It would be kinda nice to have a command that would start the same process as the button... because I don't really want that button, but rather my own in a place that I desire most ;-)

 Right now I'm working directly on my BindingList<MyType> datasource using AddNew, EndNew and CancelNew.. which works for what I need. But having a command would mean I could use the mechanics of the datagrid which would be much more convenient.

Ah well, just an idea :)

(oh btw I guess this post can be move to an appropriate subforum.. sorry about that..)