Overview
An editable grid that easily display up to 5,000 rows of editable record data at a time, without needing pagination or experiencing lag. Data is displayed in a flexible and modern interface, equipped with features such as drag & drop columns, column sorting and filtering, manually adjustable column sizes, freezable columns, and many others.
End user abilities include:
Key Features & Functionality
Hi Alex King i am facing one issue, suppose we have 4 columns on grid A,B,C & D.
my expectations: when i am updating values for column A, i want to change values for B,C & D too. But it is not happening on UI.
Data source variable value is changing because i've written code to update values for B,C & D in rowsSaveInto.
Hi Shahid!Do the queried values in columns B, C, and D depend on the queried value of A? For example, column A is a field containing an ID of a related record (like a foreign key) and B, C, and D are fields of that related record?
Thanks for the explanation, I believe I understand what you are trying to do.I'm not sure this is possible since the grid currently only reevaluates from changes made to the data from the UI and not from external changes (e.g. SAIL updates) made to the data.There are a few potential feature enhancements that could enable this logic. I'll take this as feedback and update you if/when this is made possible in future versions of Grid+. In the meantime, I believe you could write the updated local!data somewhere persisting (like in a record or a file) and manually refresh the grid to view changes to isActive.Sorry for any inconvenience! Let me know if you have other questions.