To easy migration for my users, I was requested to create a feature just like Delphi DBNavigator component.
In a nutshell, DBNavigator is a component which is attached to a Delphi datasource which has some buttons to move the datasource cursor (previous, next, etc). When the cursor is moved then all components which are bound to this datasource now shows data from the record pointed by the cursor.
I'm wondering if I can have something like that on SmartGWT, since it seems there is no cursor on its datasource. Is there any feature like that? Could you please point me some directions?
Thanks,
Matheus
In a nutshell, DBNavigator is a component which is attached to a Delphi datasource which has some buttons to move the datasource cursor (previous, next, etc). When the cursor is moved then all components which are bound to this datasource now shows data from the record pointed by the cursor.
I'm wondering if I can have something like that on SmartGWT, since it seems there is no cursor on its datasource. Is there any feature like that? Could you please point me some directions?
Thanks,
Matheus
Comment