Hi Team,
In which version of the OutSystems Data Grid is SearchData available? My production environment is running version 0.3, while my lower environment has version 0.5.
If SearchData is not available in version 0.3, could you please help me implement a client-side search in the text box to filter data from grid columns?
Regards,
Sudharshan
Hi @Sudharshan T
The latest version of the SearchData block was released in v2.10.0 and replaces the version that was initially released at least v2.0.1 (you can check this all in the release notes).
Is highly recommended that you update the Data Grid to the latest version and keep it up to date, so in that scenario, you would always have access to the latest features and fixes instead of adding custom code that you'll need to maintain and that won't be supported.
Best Regards,GM
Hi @Gonçalo Martins , sure will plan to update the data grid. thanks for your inputs
You just need to call the SearchData client action in the OnReady event and pass both the Grid ID and the Input Field ID. That’s all. For better clarity, you can refer to the OML.
Thanks for your inputs @Saravanakumar T . It worked