EasyUI Forum
May 20, 2024, 02:05:01 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 / context-menu in datagrid on: December 06, 2015, 02:55:02 AM
hey,

I need to activate the context-menu when right-click on the empty area in the datagrid (not on a selected row).
someone have a suggestion on how to do it?

2  General Category / EasyUI for jQuery / TreeGrid - Indication if the component finished its loading to the DOM on: February 03, 2015, 03:03:51 AM
Hi,

I'm trying to determine if the treegrid was already drawn,
it means that the html elements were already created and added to the DOM.

Our problem is that we need to calculate text overflow for each treeGrid's cell, and if the text width is bigger than the cell's width, we will set a tooltip for the specific overflowed cell, but, while the treeGrid is not drawn completly, the calculated scroll width of a div cell will be 0, since it's still wasn't rendered in the DOM.

Do you have any indication that I can rely on in order to solve this issue?

Thanks!
3  General Category / EasyUI for jQuery / How to change column width in treegrid at runtime without re drawing the grid on: January 22, 2015, 09:05:51 AM
Hey,
Im trying to change a column width at runtime without re drawing the treegrid.
The only resizable methods I can reach arent helping me..
Is there a way to do that?


Thanks,
4  General Category / EasyUI for jQuery / how to expand master detail row progrmatically on: November 23, 2014, 06:30:22 AM
Hey,
I have a master detail data grid and i want to expand a row through the code, and not from the user click.
How can i do this? Is there a method for this?

5  General Category / EasyUI for jQuery / Re: timespinner - change doesn't set in focus on: October 20, 2014, 05:51:02 AM
this is what i do :
1.enter the demo of timespinner
2. press the down arrow to choose 23:00 hour
3. mark the 23 digits and change it to 22(don't press enter!) immediatly mark the seconds
4. pay attention the hour is back to 23..


see the problem?
tnx Smiley

6  General Category / EasyUI for jQuery / timespinner - change doesn't set in focus on: October 06, 2014, 07:27:29 AM
when i am changing the value of the spinner (for example the minutes),
the value returns to the previous value when focusing in the component.
is there a way to fix it? (we need that the new typed value will be saved and won't rolled back)

tnx Smiley
7  General Category / EasyUI for jQuery / Re: ComboTree - Panel problem when scrolling on the outside area on: September 14, 2014, 02:16:19 AM
It seems that this fix solved the problem.
thanks!
8  General Category / EasyUI for jQuery / Re: ComboTree - Panel problem when scrolling on the outside area on: September 09, 2014, 06:18:58 AM
Hi,
Thanks a lot for your fix, the fix is working, but unfortunately, we still have a problem.
The fix works only when the 'comboTree' is already been created when the page is loaded (document ready).
But when trying to create another new dynamic 'comboTree' component on demand,
the creation logics is removing the 'mousewheel' binding for some reason, and the original problem repeats itself.

Please see the following example (you can notice that the fix is working till you try to append new comboTree component):
http://jsfiddle.net/xFy42/29/

Is there a solution for this issue?
9  General Category / EasyUI for jQuery / ComboTree - Panel problem when scrolling on the outside area on: September 07, 2014, 05:16:23 AM
Hi,
In case the comboTree contained inside scrollable div, and its panel is opened -
when we move the mouse cursor outside the comboTree's bounds, but inside the scrollable panel's area,
and try to scroll with the mouse wheel, the comboTree panel will move in relation to the scrolling direction instead of being closed.

You can see this problem in the following test:
http://jsfiddle.net/xFy42/23/

Here is the steps in order to reproduce the problem:
1. Open the comboTree panel.
2. Move the mouse cursor outside of the opened panel, but still inside the parent panel area (the blue area).
3. Start moving the mouse wheel in order to scroll the parent panel, and the comboTree's panel will move with it instead being closed. As you can see in the following screenshot:



How can we fix this problem?

Thanks.
10  General Category / EasyUI for jQuery / Re: ComboTree - slow performance in creation on: September 03, 2014, 05:34:31 AM
Hey, still waiting for your reply.  Undecided
hope you'll be able to assist with this performance issue.
11  General Category / EasyUI for jQuery / datetimebox creation on: August 28, 2014, 01:47:01 AM
hey,
the creation of an empty(with no events or formatters) datetimebox take around 100 miliseconds
as you can see in the following fiddle:
http://jsfiddle.net/kmqg8r8r/1/

is there somthing we can do?

thx Smiley

12  General Category / EasyUI for jQuery / ComboTree - slow performance in creation on: August 27, 2014, 01:13:07 AM
Hi,

We're using comboTree component, inside a cardView window in our web application.
When we creates a floating window which holds about 8 - 12 comboTree components,
we noticed the view creation takes a lot of time (about 2300 ms) , and that the main reason is when creating all the contained comboTree components.

We created a similar demo -
http://jsfiddle.net/xFy42/21/

Where you can see in console, that creating 10 comboTrees takes about 900-1000 ms in average. you can see also that we're creating the most light ComboTree fields (without any bound retrieved data or custom callbacks or any added logic at their generation).

Is there a way to improve the performance when creating comboTree or to implement this scenario more efficient?

Thanks in advance.
13  General Category / EasyUI for jQuery / datetimebox - showseconds = flase on: August 17, 2014, 07:20:58 AM
hey,

how can i use the showseconds (= false) when i override the parser and the formatter?

thank you very much.
14  General Category / EasyUI for jQuery / Re: How to destroy treeGrid component on: August 12, 2014, 02:10:14 AM
Hi, thanks a lot for your reply.

I've tried the above code, it indeed removed the treegrid's panel and inner divs from the DOM,
but for some reason the tab process's memory usage still growing on every creation\removal view of treeGrid.
We tried to create treeGrid and destroy it directly 10 times, and in each iteration the memory just got bigger as like the previous treeGrid's resources weren't destroyed nor released from the memory.

Is the above code (panel destroy) supposed to remove all the inner objects and resources of the treeGrid from memory?
Is there some 'jsfiddle' example of destroying treeGrid where we can test and monitor the memory leaks problem and make sure the above code works properly?

Thanks in advance.
15  General Category / EasyUI for jQuery / How to destroy treeGrid component on: August 06, 2014, 10:10:00 AM
Hi,

i'm using Tree-grid in chrome browser.
In our page, we're using a dynamic panel which can switch between views of treeGrids.

We noticed that we have a serious problem of memory leaks -
After we created many views of treeGrid (where each new view in our manager panel creates a new instance of the TreeGrid component)
and then removing all the existing views, the memory usage of the chrome process is not released and gets higher even more when we create & remove another views afterward.

Our need is to dispose and destroy the TreeGrid component when removing or changing a TreeGrid view.
How can we destroy all the treeGrid's related DOM components and all its inner objects (columns, rows, editors, headers etc..)
and to avoid from memory leaks or undisopsed treeGrid's inner objects\components?
 
Thanks in advance.
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!