Delphi Android Bug : cant edit livegrid

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Senad
Posts: 34
Joined: Tue 10 Dec 2013 08:07

Delphi Android Bug : cant edit livegrid

Post by Senad » Mon 21 Jan 2019 12:34

Probably one of your endless bugs . I cant edit anything in the grid.
TMS Component Pack 8.5.1.0 with Rio. Provider is sql server. Connection is OK.
(TTMSFMXGridEditingOptions) is set to true.
It seems BindNavigator1 is useless.
Shall I sing to it ? Perhaps it lets me edit,who knows ...

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: Delphi Android Bug : cant edit livegrid

Post by Stellar » Fri 01 Feb 2019 15:58

The issue may occur because of the use of a third-party component (TMS Component).
Please try reproducing the issue using standard components (TDBGrid) and notify us about the results.

DrPsyche
Posts: 2
Joined: Wed 30 Jan 2019 07:28

Topic

Post by DrPsyche » Fri 15 Feb 2019 10:44

Senad wrote: Mon 21 Jan 2019 12:34 Re: Delphi Android Bug : cant edit livegrid

Probably one of your endless bugs . I cant edit anything in the grid.
TMS Component Pack 8.5.1.0 with Rio. Provider is sql server. Connection is OK.
(TTMSFMXGridEditingOptions) is set to true.
It seems BindNavigator1 is useless.
Shall I sing to it ? Perhaps it lets me edit,who knows ...
I'm using TDBGrid and everything works fine. Previously, I had issues as I couldn't edit SQLite database using DBGrid.

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: Delphi Android Bug : cant edit livegrid

Post by Stellar » Fri 22 Feb 2019 14:02

Please notify whether the problem when editing SQLite database with DBGrid has been solved.
If the problem still exists, please describe it in more detail.

Senad
Posts: 34
Joined: Tue 10 Dec 2013 08:07

Re: Delphi Android Bug : cant edit livegrid

Post by Senad » Wed 13 Mar 2019 23:24

Even when I use normal grid the edited data is not saved to the database.
On sql server I have full control of the stored procedure and the table.
Normal grid, I can kind of edit , but as soon as I refresh the table the modified record reverts to its original state.

Senad
Posts: 34
Joined: Tue 10 Dec 2013 08:07

Re: Delphi Android Bug : cant edit livegrid

Post by Senad » Wed 13 Mar 2019 23:25

Stellar wrote: Fri 22 Feb 2019 14:02 Please notify whether the problem when editing SQLite database with DBGrid has been solved.
If the problem still exists, please describe it in more detail.
I can send you the *.apk if you like.

Senad
Posts: 34
Joined: Tue 10 Dec 2013 08:07

Re: Delphi Android Bug : cant edit livegrid

Post by Senad » Wed 13 Mar 2019 23:26

Stellar wrote: Fri 01 Feb 2019 15:58 The issue may occur because of the use of a third-party component (TMS Component).
Please try reproducing the issue using standard components (TDBGrid) and notify us about the results.
Using standard components - edited record is not saved in the database.

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: Delphi Android Bug : cant edit livegrid

Post by Stellar » Fri 15 Mar 2019 14:30

Unfortunately, we can't reproduce the issue. To investigate this behavior of UniDAC, please compose a small sample demonstrating the issue and send it to us, including database objects creating scripts.
You can send the sample using the contact form at our site: devart.com/company/contactform.html

Post Reply