Search TMSFMXGrid several columns

I want to implement a search for multiple columns and for this I was thinking to do the following: put a freeze line (TMSFMXGrid1.FreezeRows: = 1) (I use LiveBindings) and I am not getting the data to be loaded from the second line.
Is it possible to do this or do I have a better way to implement this?
Grateful for the help.

Hi, 


Freezelines & LiveBindings are currently not supported, if LiveBindings remains active. You need to disconnect your Dataset (Active = False) after setting TMSFMXGrid1.SaveDataSetData, which will keep the data in memory. Afterwards, you can implement a freezerow. You could also manually load the data from the dataset.

Kind Regards, 
Pieter

Pieter Scheldeman2014-06-06 02:32:56