EasyUI Forum
November 06, 2025, 01:43:35 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / Datagrid - Display Foreign Key TextField on: January 26, 2013, 08:55:09 AM
Hi,
- I use the jeasyui datagrid who has an request with a table who contain a foreign key.
- When i bind to the datatable and show it, the valuefield display and not the textfield.
- How i can do to show the textfield value for the foreign key?
....           
<div class="fitem">
                <label>Users:</label>
                <input name="users" class="easyui-combobox"
                    data-options="
                        url:'qusers_get.php',
                        valueField:'id',
                        textField:'login',
                        panelHeight:'auto' "/>
            </div>
...
Thanks for your response.
Bye
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!