EasyUI Forum
March 28, 2024, 05:03:43 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 5
31  General Category / EasyUI for jQuery / Re: styling a datagrid's checkboxes on: October 15, 2018, 06:31:24 AM
Pseudo elements on inputs don't work in Firefox.
Looks like i'm gonna have to add those label tags to your core anyway  Undecided
32  General Category / EasyUI for jQuery / Re: styling a datagrid's checkboxes on: September 20, 2018, 07:20:38 AM
Nice idea using before and after.
I'll check it out
33  General Category / EasyUI for jQuery / styling a datagrid's checkboxes on: September 19, 2018, 09:50:01 AM
Is there a way to do that? (other than modifying your code to add a <label> tag below and style that with css)
34  General Category / News / Re: jQuery EasyUI 1.6.0 Release on: August 27, 2018, 08:57:10 AM
Suggestion for next version:

1. Unselectable nodes in tree with their own css class.

2. Event for datagrids (and maybe all other elements): onAfterRender (including data load)

3. Option to stopPropagation when clicking a link button (in case we use it inside a datagrid row)
35  General Category / Bug Report / Re: Datagrid row height bug on Edge on: August 21, 2018, 01:37:58 AM
Then I will need you to resend us the source code for the latest patch update, because we made some patches of our own the we always need to reintegrate after an update.
36  General Category / Bug Report / Re: Datagrid row height bug on Edge on: August 19, 2018, 04:13:11 AM
Yes, I am using Jquery 3.

It's close but not quite..

If you look on Edge, and scroll down you will see that the row number cells don't align perfectly.
And there is also a difference now in the row padding between Chrome and Edge.

https://jsfiddle.net/r1vadz5n/34/
37  General Category / Bug Report / Datagrid row height bug on Edge on: August 15, 2018, 03:56:00 AM
Hi,

Try this on Edge please:
https://jsfiddle.net/sectioni/r1vadz5n/28/
38  General Category / Bug Report / Re: Column resize bug with datagrid on: July 03, 2018, 03:23:10 AM
Fixed
39  General Category / Bug Report / Re: Column resize bug with datagrid on: July 03, 2018, 01:43:11 AM
Adding 'resizeEdge' property results in the bug i mentioned (Chrome)
Try resizing multiple times on multiple columns and check your console.

http://code.reloado.com/uhuhij/2/edit
40  General Category / Bug Report / Column resize bug with datagrid on: July 02, 2018, 06:34:36 AM
Hello,

I just upgraded to 1.5.5.4 and I have a bug trying to resize columns.
I get the attached error in console (Chrome).

The problem seems to go away when I disable the Columns extension (i.e. comment the $this.datagrid('columnMoving'); line)

41  General Category / EasyUI for jQuery / Is there a destroy method for tabs? on: May 31, 2018, 12:08:50 AM
Hi.

I'm trying to cleanup my main container and recreate the tabs in some situtations.
If i just empty my container and than try to recreate the tabs, it throws an error because there is still a 'tabs' data attribute on the container. So I have to clear that too manually.

Is there a destroy method? because I couldn't find one..
42  General Category / EasyUI for jQuery / Datagrid error handling on: April 18, 2018, 05:59:09 AM
Hello,

I have the following code:

Code:
$.ajaxSetup({
            complete: function (jqXHR, textStatus) {
                  // some code
            }
            , error: function (jqXHR, textStatus, errorThrown) {                                
                  // some error handling code                                    
            }
});

Is it possible to make the datagrid inherit that in addition to anything defined in OnLoadSuccess and OnLoadError?

By the way, the documentation says that the OnLoadError event isn't getting any parameters, but I checked and you're passing all 3 ajax error parameters to it..
43  General Category / EasyUI for jQuery / combobox - select by text and not by value on: December 27, 2017, 07:14:15 AM
Would like to know if this is possible.
Or a way to get the value by name and than select by value.

Didn't see this in the documentation...
44  General Category / EasyUI for jQuery / Turning on datagrid pagination on: November 30, 2017, 09:16:43 AM
I have a datagrid with pagination:false

After it's rendered I want to turn on pagination.
How do I do that?
45  General Category / Bug Report / Datebox 'onSelect' event not called on: November 27, 2017, 09:34:57 AM
Hello,

In your datebox example (click 'Datebox Events' on the left) https://www.jeasyui.com/demo/main/index.php?plugin=DateBox&theme=material&dir=ltr&pitem=&sort=

The 'onSelect' event is not triggered when clicking on the 'today' link.

* I was able to bypass it by using the 'onChange' event that I found in the calender's documentation.
But in my opinion it should also work with 'onSelect'
Pages: 1 2 [3] 4 5
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!