EasyUI Forum
April 26, 2024, 11:19:48 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 4 5
16  General Category / Bug Report / Re: Slow scrolling with Firefox on: July 15, 2019, 06:32:32 AM
We have a license.
The 1.8.0 link that we got in your email gives me 1.8.1, not 1.8.2
17  General Category / Bug Report / Slow scrolling with Firefox on: July 14, 2019, 01:09:52 AM
Trying to use the mousewheel to scroll a datagrid.
Extermely slow with Firefox.

Happens also with your Datagrid demos.
18  General Category / Bug Report / Re: Datagrid paging bar text is cut when resizing on: July 07, 2019, 10:51:38 PM
You've added a horizontal scrollbar.
But the resize method still doesn't resize anything.

How do I resize the width of the datagrid & paging bar after I have programatically resized it's container div?
The .datagrid-wrap div is still set to the original width after calling 'resize'
19  General Category / Bug Report / Datagrid paging bar text is cut when resizing on: July 07, 2019, 02:51:52 AM
https://www.jeasyui.com/demo/main/index.php?plugin=DataGrid&theme=material-teal&dir=ltr&pitem=&sort=asc

Try to decrease the width of the window until the table's right rows and paging bar's text are cut.

Go to console and run $('#dg').datagrid('resize')

Nothing happens
20  General Category / EasyUI for jQuery / Firefox + Datagrid = slow scrolling on: July 01, 2019, 02:23:55 AM
Trying to use the mousewheel to scroll a datagrid.
Extermely slow with Firefox.

Happens also with your Datagrid demos.
21  General Category / EasyUI for jQuery / Combobox - formatting selected values on: February 16, 2019, 01:14:08 PM
Hello,

When selecting multiple values i get this: "Value1,Value2,Value3"

How can I add a space after each comma?
22  General Category / EasyUI for React / Re: React version VS Jquery version on: December 23, 2018, 05:14:23 AM
Oh,
Well, it's not working on Chrome.
23  General Category / EasyUI for React / Re: React version VS Jquery version on: December 19, 2018, 04:55:20 AM
I see.
Thanks for the explanation.

Is there any plan to make the datagrid column reordering plugin (Column extension) available for the React version?
24  General Category / EasyUI for React / Re: React version VS Jquery version on: December 16, 2018, 04:55:21 AM
I'm asking because i've looked at the documentation and i'm seeing many differences.

For example, with datagrid.
The jQuery version has an "onLoadSuccess", "onLoadError", "onBeforeLoad" events..
The React version doesn't seem to have that.

And I can count many differences like that.
We need to know what functionality we would loose the moment we switch...



25  General Category / EasyUI for React / React version VS Jquery version on: December 13, 2018, 01:39:49 AM
Hello,

We are currently using the Jquery version and are rebuilding our entire UI with React.

Is there a document somewhere about the features that exist in the Jquery version that are not available now in the React version?

Also, are the is the css class names of the React version the same as the jQuery version?
Or would we need to redo our css rules when we switch?

Thanks.
26  General Category / EasyUI for jQuery / Re: combobox dropdown direction on: November 22, 2018, 11:13:31 AM
Works very well, thanks.

There is one improvement you can make (if possible) -
If the panelValign is set to 'bottom' and the combobox is at the bottom and I open it and i need to scroll down to see all the options, once I start scrolling with my mouse wheel or the scrollbar, the dropdown closes.
It would be helpful if it could stay open.
27  General Category / EasyUI for jQuery / combobox dropdown direction on: November 13, 2018, 09:49:38 AM
Hi,

How can i make it so that the dropdown would always open below the combobox, even when it's at the bottom of the page?
I have a border surrounding the top,right,left parts of the combobox, and a border surrounding the bottom,left,right parts of the dropdown, so that it would create a single border around both elements.

And if it opens above, it creates a problem..
28  General Category / EasyUI for jQuery / Re: Checkbox issue with multiple datagrids (old easyUI version) on: October 31, 2018, 10:14:37 AM
works. thanks
29  General Category / EasyUI for jQuery / Re: Checkbox issue with multiple datagrids (old easyUI version) on: October 29, 2018, 04:58:18 AM
You're right.
It appears one of our developers added it using:

id="' + field + '_' + rowIndex + '"

inside:
renderRow: function(target, fields, frozen, rowIndex, rowData)

so for some reason rowIndex in 1.6.2 knows how to handle a situation with mulitple grids in the dom and 1.5.1 doesn't.

is there a way for me to add this fix to 1.5.1?
30  General Category / EasyUI for jQuery / Checkbox issue with multiple datagrids (old easyUI version) on: October 28, 2018, 12:05:36 PM
Hi,

I have a system with easyUI 1.5.1
I have styled it's checkboxes using the <label for="..."> css trick. (i've added a label element to your core)

When i have a page with a datagrid, and then i open a Modal with another datagrid, checking a checkbox in the Modal causes the checkbox to get checked in the datagrid underneath.
That's because both checkboxes have the same ID. (i.e. ck_2)

This issue does not reproduce with easyUI 1.6.2 since the ID of the second datagrid (in the Modal) is 'ck-1_2'.

So I'm assuming you've fixed it at some point.

Can you give me the specific code fix for that? Because I can't upgrade the framework on that system due to QA issues.

Thanks

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!