Okay so what I'm trying to do is relatively simple but I can't figure out how to get it work properly.
I have a grid that is using inline editing. I don't really care for the Kendo Toolbar on top of the grid so I have an "Add New" button that is in a div outside of the grid. My question is, how do I call the Kendo Add New event when that button is clicked so that a new entry in the grid appears?
Thanks!