EasyUI Forum
April 29, 2024, 05:50:59 AM *
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 ... 8
1  General Category / EasyUI for jQuery / Re: Setting form request header on: April 16, 2018, 03:32:33 PM
Any workaround for this so we can identify in backend if post request is an ajax request?
2  General Category / EasyUI for jQuery / Re: Layout with Split Event on: January 08, 2018, 01:27:04 AM
I think i already got the answer. Region uses panel which has resize event so i could trigger the event from panel onResize.
3  General Category / EasyUI for jQuery / Layout with Split Event on: January 08, 2018, 01:07:59 AM
Hi,

I have center and east layout with split set to true. I could trigger event onExpand and Collapse but, is it possible to trigger onAfterDragSplit ? I have an external component inside center container that can not resize automatically so i need the event to handle that.

Thanks.
4  General Category / EasyUI for jQuery / Re: DataGrid Colunm show hide on: November 15, 2017, 03:42:04 PM
Hi Stworthy,

I'm pretty sure i'm using unique name for each field. Well i have to recheck one by one again since in your example it works good.

Another thing is :
How could i make first column frozen in your example? Setting frozen property to true does not seems to give any difference.

Thanks.
5  General Category / EasyUI for jQuery / Re: DataGrid Colunm show hide on: November 12, 2017, 09:29:25 PM
Hi,

I have grid with header group represents a month with 2 columns each :
Code:
product  |       Jan    |       ...    |       Dec    |     Total    | 
name     | Qty | Amount | Qty | Amount | Qty | Amount | Qty | Amount |
----------------------------------------------------------------------

When i hide All December columns :
Code:
$('#mydg').datagrid('hideColumn', 'qty_12');
$('#mydg').datagrid('hideColumn', 'amount_12');
Jeasui instead hide the Total Columns, and the December columns are still there. Is this considered a bug?
6  General Category / EasyUI for Angular / Re: EasyUI for Angular ..? on: October 02, 2017, 09:49:16 PM
Hi Jarry,

Thanks. Another concern, is angular version responsive? Any full demo SPA using angular version?
7  General Category / EasyUI for Angular / Re: EasyUI for Angular ..? on: September 29, 2017, 03:06:20 PM
Do we need to buy seperate license for angular version or included in JQuery license?
8  General Category / EasyUI for Angular / Re: EasyUI for Angular ..? on: September 27, 2017, 11:28:34 PM
1. Is this pure angular or still need jquery in order to work?
2. Ready for production near soon?
9  General Category / EasyUI for jQuery / Re: Weeknumbers in calendar on: June 29, 2016, 02:48:28 PM
Hi Stworthy,

Can we have custom week number ?

Regards
10  General Category / EasyUI for jQuery / Re: Remote ComboGrid Trigger on Set Value on: June 13, 2016, 06:46:44 PM
Thank you so much jarry, it works good.

Will it be fine if it becomes combogrid method for simplificatition ?

Code:
$('#cc').combogrid('setValue','q').combogrid('query');
11  General Category / EasyUI for jQuery / Remote ComboGrid Trigger on Set Value on: June 12, 2016, 07:14:05 PM
Hi,

I have an empty remote combogrid and when typing some it could load remote data and match perfectly.
But if i setValue() programatically, combogrid does not send 'q' parameter just like when typing manually.

It only show id as a result of setValue(), not the textfield.

How to trigger it when doing setValue ?

Thanks.
12  General Category / General Discussion / Re: [Solved]- Handle submit response on: May 08, 2016, 11:56:54 PM
Hi Stworthy,

If i send formatted text from backend like below, how to display correctly in messager.alert ?

Code:
"Message has been sent to <span class='someclass'>someone</span> with confirmation id <b>11234</b>"

I've got it displayed as above, not a rendered html message.

Thanks.
13  General Category / General Discussion / Re: Showing information if data is empty on datagrid on: January 09, 2016, 06:38:18 AM
Grid has already its masking feature :

Code:
grid.datagrid('options').loadMsg = 'Please wait while loading..';
grid.datagrid('loading');

When finish loading, hide it by calling
Code:
grid.datagrid('loaded');
14  General Category / EasyUI for jQuery / Re: Reload grid data based on combo box selection on: January 08, 2016, 03:40:29 AM
many thanks aswzen it work

I used the url like this get_locations.php?wg_id=2 to pass a variable value to php file but just for learning can I pass the value as "post" instead of "get" to do that same thing ?

You can use data grid reload method with post parameter.
15  General Category / EasyUI for jQuery / Re: Remove Grid Row on: January 02, 2016, 06:28:23 PM
Thanks a lot, your solution is much simpler Cheesy
Pages: [1] 2 3 ... 8
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!