EasyUI Forum
May 06, 2024, 09:09:02 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 ... 9
1  General Category / EasyUI for jQuery / Re: Filter extension duplicates data for "appendRow" on: February 28, 2016, 12:13:06 AM
Thanks! works great.
2  General Category / EasyUI for jQuery / gotoCell does not work when cell in edit on: February 27, 2016, 09:03:10 AM
Hey,

I downloaded the latest file for cellediting extension and noticed a change that made my code to stop working.

I have looked at the changes and noticed you have this new code in the gotoCell function:
Code:
var cparam = dg.datagrid('cell');
if (cparam){
var input = dg.datagrid('input', cparam);
if (input){
input.focus();
return;
}
}

This makes the gotoCell not work at all when I have a cell in edit, and now I cant check if the next cell I am going to is valid and worth the end edit of the current cell..

Can you check it out? I have currently removed this code and it now works fine but I am not sure if it will work as you continue to work on this extension.

Thanks.
3  General Category / EasyUI for jQuery / Filter extension duplicates data for "appendRow" on: February 27, 2016, 08:53:52 AM
Hey,

The filter extension(Latest for 27/2) duplicates data that was inserted with "appendRow" in datagrid.

Example: http://jsfiddle.net/3L4ej4dx/251/
Press the "Append row" button and then try to filter the datagrid, you will notice the new row has been duplicated.
4  General Category / EasyUI for jQuery / Re: Filters extension breaks complex columns on: February 18, 2016, 11:50:50 PM
Thanks!

Will this be a part of EasyUI in the next version?
5  General Category / EasyUI for jQuery / Re: Filters extension breaks complex columns on: February 18, 2016, 02:05:10 AM
Any updates about this bug?
6  General Category / EasyUI for jQuery / Filters extension breaks complex columns on: February 15, 2016, 06:48:08 AM
Hey,

When using the filter extension(latest for 15/2/16) and having columns with rowspan/colspan which one
of them is hidden the filter breaks the table.

Here is an example: http://jsfiddle.net/3L4ej4dx/242/
The example shows a table which has a column with colspan:2 that one of them is hidden.
Everything works fine until the filter is enabled(by pressing the enable filter button).

Thanks.
7  General Category / EasyUI for jQuery / Datagrid filter extension breaks deleteRow method on: December 15, 2015, 01:43:50 AM
Hey,

The updated filter extension makes the deleteRow method throw exception when the data is from the server.

Here is an example:http://jsfiddle.net/3L4ej4dx/208/
The loader function has setTimeout to make it look like its coming from the server, otherwise it works.
Try to delete the row and you will see an exception in the console.

Thanks.
8  General Category / EasyUI for jQuery / datagrid - data with $ in the name on: December 07, 2015, 02:02:23 AM
Hey,

I have a datagrid with a "$" in the datagrids data, I cant change it because all the project data
is written with this name and the datagrid should have the same data.

The problem is the columns size, it is broken.
Example: http://jsfiddle.net/3L4ej4dx/198/

Thanks.
9  General Category / EasyUI for jQuery / Re: Treegrid lazy loading doesnt work with filters on: November 24, 2015, 03:44:19 AM
Thanks, but there is still one problem,
because the node is lazy loaded, the filter did not work on him.

Example:


I typed the filter "B" and then I opened the node "B", I would want the child to be removed because
he does not fit the filter, but he is shown.
10  General Category / EasyUI for jQuery / Re: Treegrid lazy loading doesnt work with filters on: November 23, 2015, 03:07:52 AM
Hey,

Sorry it still doesnt work for me, also I found another problem.

Here are screenshots of what is going on,

The child named "D" is lazy loaded:

After typing "D" in the filter all the data is gone:

Also,
Typing "B" in the filter, then opening and closing a few times the node "B" (No child is loaded because he has only
one child named "D" and the filter is "B") :

Then remove filter, and "D" is duplicated:
11  General Category / EasyUI for jQuery / Treegrid lazy loading doesnt work with filters on: November 22, 2015, 04:34:36 PM
Hey,

When using treegrid with lazy loading, the filters do not work.
They remove all the data.

Example: http://jsfiddle.net/3L4ej4dx/177/
Try to open the node named "B", then try to use the filter.
It wont work and the data is gone until you will use refresh.

Thanks.
12  General Category / EasyUI for jQuery / Re: Treegrid with filters, data is duplicated. on: November 09, 2015, 11:07:47 AM
I just saw you updated the extension and fixed it.
Thanks!
13  General Category / EasyUI for jQuery / Re: Treegrid with filters, data is duplicated. on: November 09, 2015, 05:23:32 AM
Hey,

Another problem in the filter extension for treegrid.
when you append a row, then you remove it and then append again, the removed row is now shown again in the
treegrid.

Example: http://jsfiddle.net/3L4ej4dx/174/

Press append button, then remove button and then append again.

Thanks.
14  General Category / EasyUI for jQuery / Re: Treegrid with filters, data is duplicated. on: November 06, 2015, 02:43:07 AM
Remove datagrid-filter.js, it'll be okay.

Please look at the title.. the whole point is using filters in treegrid.

Please try to download the 'datagrid-filter.js' file from http://www.jeasyui.com/extension/datagrid_filter.php

The new version works great, thanks! It also removed the need to write "url:ABC".
Great work!

15  General Category / EasyUI for jQuery / Re: Cell Editing in Treegrid on: November 06, 2015, 02:39:26 AM
Will there be any support for this in the future?
This is very helpful in treegrid as it is in datagrid.
Pages: [1] 2 3 ... 9
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!