Squall_FF8 0 Posted 18 hours ago Hey guys, I have a TStingGrid showing data from TFDQuerry through LiveBinding. The application allows to show/hide columns, move them and change their width. I would like to save changes in '.ini' file, so when I open the application, I see the grid the way it was before close. What is the proper way to do that? It seem to me that Column property of the grid holds the values that I need (width, position, visible). However the auto-created LiveBinding also has Columns. And the LiveBinding has "higher priority" when visualizing the Grid. However, maybe a bug but, in runtime when I change the colums order (with a mouse) and hide then show a column - order of columns returns the way it was. I checked with breakpoints - the order in LiveBinding doesnt change (when moving a column with mouse). Share this post Link to post