10
Views
4
Comments
Solved
[OutSystems Data Grid] SearchData Accelerator version - Grid
outsystems-data-grid
Reactive icon
Forge asset by OutSystems
Application Type
Reactive
Service Studio Version
11.55.14 (Build 64054)

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

2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

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

UserImage.jpg
Sudharshan T

Hi @Gonçalo Martins , sure will plan to update the data grid. thanks for your inputs

UserImage.jpg
Saravanakumar T
Solution

Hi @Sudharshan T 


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.

DataGridSearch.oml
UserImage.jpg
Sudharshan T

Thanks for your inputs @Saravanakumar T . It worked

2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

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

UserImage.jpg
Sudharshan T

Hi @Gonçalo Martins , sure will plan to update the data grid. thanks for your inputs

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.