Greetings,
I am extending FlyGrid to integrate it into our framework and I need to know how to do the following by code:
1- How to know that column's data and/or Row's data has changed (user has edited data in at least one column)
2- How to cancel changes to an edited column and/or edited row
3- how to accept changes to an edited column and/or edited row
4- how to get index of current row (focused row)
5- how to know that row (n) is a new row
6- how to delete a row
7- how to implement row navigation (First, Last, Previous, Next, row (n))