JeffBr Posted December 29, 2014 Posted December 29, 2014 How can I disable the auto update "loading..." from uniDBGrid every time I change and move from a cell ? It's possible ? Quote
Administrators Farshad Mohajeri Posted December 29, 2014 Administrators Posted December 29, 2014 You can not disable it in current version, but you can change the look and feel by modifying Grid LoadMask parameters. Quote
JeffBr Posted December 29, 2014 Author Posted December 29, 2014 It's possible to navigate through UniDBGrid Cells from a procedure initiate from Button.Click ? for col := 0 to uniDbGrid.Cols - 1 do begin for row := 1 to uniDbGrid.Rows do begin end; end; Quote
Administrators Farshad Mohajeri Posted December 29, 2014 Administrators Posted December 29, 2014 Navigate in Grid? How? If you want to navigate in your DB Table then use related TDataset methods. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.