I have a database with some tables in it
the main table which is basically structured as such:
I also have a lookup table which contains
I have implmented a radgrid as follows
In "Edit Mode" this is what I see...
http://postimage.org/image/4dlvnyep1/
Which is all correct and working as expected
What I need to happen is this, turn the dropdowns into google suggest like combos
So end users can type the first characters of an package name and it shows the matches
This is exactly what I am trying to do ... http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/comboingrid/defaultvb.aspx?product=combobox
but the data for my dropdown would be coming from another table which is not like this example
How can I modify it so the combobox uses the lookup table instead of the main datasource?