Hi,
I am quite new to DHMTX widgets, our project uses DHTMX grids widely, as an example, we have a user column in one of our edit grids (gets loaded via XML), the column was defined as a combo and provided ‘source’ attribute (which is a server URL to filter the users and provide combo options dynamically) to allow searchable filter options while selecting the users. Now there is a new ask to filter users based on another column selection in the same grid, say Role.
I could see dhtml sends a parameter ‘mask’ when we type in something in the combo, ‘mask’ is used at the server side to filter the data appropriately, I have my question here, could we also configure dhtmlxcombo in such a way that we send additional row details along with mask, like other column values by configuring the column name. This way I get to filter users by selected column value as well.
Any light on this is would be greatly helpful. Thanks in advance!