Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PATCH] Support for multiple fields in TExtObject.AjaxSelection() #65

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Not a defect report but an enhancement.

I have modified TExtObject.AjaxSelection so that it supports comma-separated 
lists of fields in the Attribute and TargetQuery parameters (now renamed to 
Attributes and TargetQueries). This allows to use multi-column keys (often 
found in legacy databases) and generally passing arbitrary fields from selected 
grid rows to the Ajax handler. The change is backward compatible. I think it is 
generally useful (it certainly is a must to me).

The attached patch is against revision 742, and it also includes my other 
change to TExtObject.Ajax mentioned earlier.

Ciao
-- 
Nando

Original issue reported on code.google.com by nando.dessena on 25 Aug 2011 at 9:13

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant