Mehmet Emin Posted July 12, 2020 Posted July 12, 2020 I have a TUnimDBGrid on top which fetch all its data from db at once. As I scroll the TUnimDBGrid I want to display one of the columns in the below TUnimMemo. Currently I have a TUnimDBMemo to handle this but it generates an ajax call at each scroll. How can I handle this all at "client" so that as I scroll the TUnimDBGrid I want to refresh content of TUnimMemo? Thanks in advance
Recommended Posts