EasyUI Forum
May 15, 2024, 05:00:07 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1] 2 3 4
1  General Category / EasyUI for jQuery / asp.net button postback is not working in side Dialog popup on: February 05, 2014, 05:42:42 AM
hi ,

i have added asp.net button inside Dialog popup and post back event is not working any idea why?
i am trying to add upload image functionality in dialog popup
2  General Category / EasyUI for jQuery / how to create layout on div with width hight 100% on: January 21, 2014, 06:43:03 AM
if i pass width hight 100% on layout div its not working?

its required thing on different screen resolution
3  General Category / Bug Report / error in script on: December 20, 2013, 07:04:47 AM
Hi,

I getting error message in js file "jquery.easyui.min" on line rule.style["width"]=_4e3;

this code is working in IE 7 IE 8 and IE 9 and IE 10 but now i have broswer which is downgraded from IE11 to IE10 and showing agen info as

"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C; .NET4.0E)"

is this issue is because of MSIE 7.0; and Trident/6.0; ?
4  General Category / EasyUI for jQuery / Re: disable dragdrop event on specific column of treegrid or data grid dragdrop on: September 26, 2013, 01:21:27 AM
Hi,

i checked that document

current option is to play with rows not with column

$('#dg').datagrid('enableDnd', 1);   // enable dragging on second row
$('#dg').datagrid('enableDnd');

how to disable column for drag drop event.
5  General Category / EasyUI for jQuery / disable dragdrop event on specific column of treegrid or data grid dragdrop on: September 24, 2013, 05:44:18 AM
as we discussed in thread it is possible to drag drop on datagrid and treegrid

http://www.jeasyui.com/forum/index.php?topic=575.0

but if i want to allow user drag drop using only one column in datagrid and treegrid then how to achive this in this framework?

6  General Category / EasyUI for jQuery / dynamic layout hight on: June 04, 2013, 06:15:29 AM
Hi,

How to set layout height dynamically in below code

<div id="cc" class="easyui-layout" style="width:600px;height:400px;">  
    <div data-options="region:'north',title:'North Title',split:true" style="height:100px;"></div>  
    <div data-options="region:'south',title:'South Title',split:true" style="height:100px;"></div>  
    <div data-options="region:'east',iconCls:'icon-reload',title:'East',split:true" style="width:100px;"></div>  
    <div data-options="region:'west',title:'West',split:true" style="width:100px;"></div>  
    <div data-options="region:'center',title:'center title'" style="padding:5px;background:#eee;"></div>  
</div>
7  General Category / EasyUI for jQuery / Re: data grid auto hight issue on: April 15, 2013, 01:34:22 AM
it working perfectly after adding  below code in onLoadSuccess of detailview

 $('#dg').datagrid('resize', {
                                width: 200
                            });
8  General Category / EasyUI for jQuery / data grid auto hight issue on: April 11, 2013, 06:55:41 AM
datagrid on expand  adjusting the hight of row but not adjusting the hight of datagrid

if i click again onexpand button then datagrid is adjusting the height of datagrid control

is it bug ?
9  General Category / EasyUI for jQuery / Re: Access Datagrid/ treegrid rows using keybord on: March 05, 2013, 02:32:49 AM
is it possible to add touch screen event on datagrid  row select and right click on row ?

10  General Category / EasyUI for jQuery / Re: Access Datagrid/ treegrid rows using keybord on: March 05, 2013, 02:31:30 AM
Thank you  Smiley
11  General Category / EasyUI for jQuery / Access Datagrid/ treegrid rows using keybord on: February 19, 2013, 12:20:51 AM
is there support keyboard support in datagrid and treegrid control to select rows and do operation using keyboard?
12  General Category / EasyUI for jQuery / change layout panel header dynamicaly on: February 07, 2013, 05:43:00 AM
 I want to add layout panel header dynamically how to achieve this 

 currently i am using below tag

 "<div data-options="region:'center',title:'Object Display',iconCls:'icon-ok'">"


in documentation code is given for add new panel

$('#cc').layout('add',{ 
    region: 'west', 
    width: 180, 
    title: 'West Title', 
    split: true, 
    tools: [{ 
        iconCls:'icon-add', 
        handler:function(){alert('add')} 
    },{ 
        iconCls:'icon-remove', 
        handler:function(){alert('remove')} 
    }] 
});

Thanks!
13  General Category / EasyUI for jQuery / touch screen events on: November 26, 2012, 06:06:09 AM
any one working on touch screen events ?

like right click on the data grid  row ?

how to configure touchscreen events to EasyUI controls?

14  General Category / EasyUI for jQuery / Context Menu on touch screen device on: November 15, 2012, 06:04:52 AM
i check the demo code of Context Menu on DataGrid
http://www.jeasyui.com/demo/main/index.php?plugin=DataGrid&theme=default&dir=ltr&pitem=

from my touchscreen device context menu is not working.

do we need any additional code for that ?
15  General Category / EasyUI for jQuery / Re: Data grid row checkbox issue with paging on: November 15, 2012, 05:56:34 AM
thank you Smiley
Pages: [1] 2 3 4
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!