I'm evaluating your controls for use in my project and I have a question.
This is my case:
1. I use SQLite Db and I would like to display data from specific table in the Grid.
2.I wold like to access all attributes of the row(s) selected in the grid (when user invokes context menu).
The context menu will depend on certain attributes of the Row. (some menu items will be enabled or disabled).
How can I accomplish this?
This is my case:
1. I use SQLite Db and I would like to display data from specific table in the Grid.
2.I wold like to access all attributes of the row(s) selected in the grid (when user invokes context menu).
The context menu will depend on certain attributes of the Row. (some menu items will be enabled or disabled).
How can I accomplish this?