Prepopulate Expression Grid with partially populated rows
Ideally I need to be able to do this:
- Load metadata with connection string
- Automatically add specific table to query builder
- Populate Expression Grid with rows that have no expression, but with Alias (Column name) populated. This list is unrelated to the table selected.
The idea is to help the user by supplying all aliases that will be needed instead of having them type them manually.
I looked in examples such as AlternateNames, but the rows added are related to the table selected.
Is there a way to do this?
Thank you,
Simon
Thank you for all the answers but unfortunately it's still not working.
The alias column (I assume that is "Column Name") is not a combo box.
This is the code I am using. I modified the Default.aspx file of the "Client event handle" sample: