EasyUI Forum
November 05, 2025, 09:45:42 PM *
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 / Re: edata into combobox on inline edit - NOT working - HELP on: May 14, 2013, 10:14:53 AM


after i press on field

2  General Category / EasyUI for jQuery / Re: edata into combobox on inline edit - NOT working - HELP on: May 14, 2013, 10:08:16 AM
Thank you to replay but do not work.

when i press on combobox i found inside field
[{"ida":"1","texta":"Maribor"},{"ida":"2","texta":"Kungota"},{"ida":"3","texta":"Celje"}] and it is blank

hmmm



3  General Category / EasyUI for jQuery / edata into combobox on inline edit - NOT working - HELP on: May 14, 2013, 08:34:54 AM
Hi.
I have problem with combobox in datagrid and I doon't know what is wrong.

I use

<th data-options="field:'acPosta',width:100, 
                        formatter:function(value,row){ 
                            return row.texta; 
                        }, 
                        editor:{ 
                            type:'combobox', 
                            options:{ 
                                valueField:'ida', 
                                textField:'texta'
                            } 
                        }">Product</th>


data are [{"ida":"1","texta":"Maribor"},{"ida":"2","texta":"Kungota"},{"ida":"3","texta":"Celje"}]

I got data from
<script type="text/javascript">
    $(function(){
    $('#dg').edatagrid({
                url: '/prog/Data/Datas.phpe',
                saveUrl: '/prog/Data/DatasSave.php',
                updateUrl: '/prog/Data/DatasUpdate.php',
                destroyUrl: '/prog/Data/DatasDelete.php'
            });
        });
    </script>

everthing else work only combobox not.

thank you
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!