EasyUI Forum
May 03, 2024, 05:59:19 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 ... 4 5 [6]
76  General Category / EasyUI for jQuery / DataGrid GroupView groupField on: June 18, 2013, 09:24:30 PM
DataGrid GroupView  groupField

Can not filter the input array  ?

What are ways to solve
77  General Category / EasyUI for jQuery / Re: slow edit of a row if it has combobox on: May 22, 2013, 03:51:55 AM
ie 6   HuhHuhHuh
78  General Category / EasyUI for jQuery / Re: Easyui datagrid groupview on: May 22, 2013, 03:50:11 AM
Try code below:
Code:
$('#dg').datagrid({
view:groupview,
onLoadSuccess:function(){
var dg = $(this);
dg.datagrid('getPanel').find('div.datagrid-view2 div.datagrid-group').unbind().bind('click',function(){
var index = $(this).attr('group-index');
dg.datagrid('expandGroup', index);
});
}
});

onLoadSuccess:function(){
var dg = $(this);
dg.datagrid('getPanel').find('div.datagrid-view2 div.datagrid-group').unbind().bind('click',function(){
var index = $(this).attr('group-index');
var group = dg.datagrid('getPanel').find('div.datagrid-group[group-index="'+index+'"]');
var expander = group.find('span.datagrid-row-expander');
if (expander.hasClass('datagrid-row-expand')){
dg.datagrid('expandGroup', index);
}else{
dg.datagrid('collapseGroup', index);
}
});

thanks for your help .
79  General Category / EasyUI for jQuery / Re: Error in save function on: May 22, 2013, 01:59:07 AM
Your console output what?
80  General Category / EasyUI for jQuery / Re: Easyui datagrid groupview on: May 22, 2013, 01:51:50 AM
You can do something with onExpandRow:

Code:
$(function(){	
$('#dg').datagrid({
view: detailview,
onExpandRow: function(index,row){
                                                //What you want to do after click in the figure
alert('Hey there =p');
}
});
}

group view, you see?
81  General Category / EasyUI for jQuery / Re: Easyui datagrid groupview on: May 21, 2013, 02:39:33 AM
anybody here ? everyone can answer my question
82  General Category / EasyUI for jQuery / Easyui datagrid groupview on: May 19, 2013, 08:28:32 AM
中文  : Easyui datagrid groupview 如何控制单击如图地方,触发展开

English : Easyui datagrid groupview . How to control click Figure triggered expand
83  General Category / Bug Report / Re: Tooltip(preview) on: March 29, 2013, 11:12:41 AM
Is there anyone who can tell me when the tooltip plugin can be released?


author can answer your question
84  General Category / Bug Report / Re: Tooltip(preview) on: March 29, 2013, 11:11:14 AM
The tooltip plugin will be offered in next version(1.3.3).

dear stworthy :
                      what time of release 1.3.3 .this plugin is very nice. everyone need this plugin .
Pages: 1 ... 4 5 [6]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!