Hi,
i’m currently using CJuiAutocomplete to let users select a related model for a foreign key field.
It works and it’s good, but what if the user doesn’t know the name of what he’s looking for?
Is there a way to use a widget or something to let the user open an entire model with CGridView and filter/order it to select a foreign key field? Or something similar?
I managed to do that with CJuiDialog and CGridView, but i can’t order or filter anything inside the modal box