EasyUI Forum
May 13, 2024, 08:38:04 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
1  General Category / Bug Report / Re: TreeGrid : Can't scroll columns when there no rows on: September 07, 2014, 03:57:53 AM
Hey jarry,
the solution worked, but it created various other problems since the grid now has a "fake" row - which for examples causes RenderRow to call the styler of that row, which causes an exception in our code since the row being sent is simply empty. The same happened in various other places.

Is there another possible fix for this problem?
Thank you.
2  General Category / Bug Report / TreeGrid : Can't scroll columns when there no rows on: August 20, 2014, 01:45:56 AM
Hello!

A scroll doesn't appear in the TreeGrid unless there is a row,
for example :
When there are no rows in the TreeGrid,
and the columns extend over the panel's size, you can't see some of the columns and a scroll doesn't appear until there are rows in the grid, meaning you can't look at all the columns.
3  General Category / EasyUI for jQuery / datetime question on: August 06, 2014, 06:27:49 AM
heyy

1)i am using the your datetimebox component and i need to listen the change of the value which event is this(after clicking enter\ok)?
2) how can i prevent the user from entering letters or chars(in focus out keeps the new corrupted value)? is there a way?

thnx Smiley

4  General Category / EasyUI for jQuery / subgrid: scroll from the expanders table on: August 06, 2014, 01:41:55 AM
Hi,
I'm using the subgrid for master-detail view, and I noticed that when the mouse in on an expander (the +), I can't scroll to view other sub grids, but when the mouse is on other part of the grid, scrolling is possible.

Is there any solution to this problem?

Thank you very much
5  General Category / EasyUI for jQuery / Re: Swap rows in grid on: August 03, 2014, 01:51:28 AM
Thank you.
When i wrote grid I meant to a treegrid, and with treegrid i can't work with indexes because the hierarchy.
Is there another way to make this work?

thanks
6  General Category / EasyUI for jQuery / Swap rows in grid on: August 03, 2014, 12:01:20 AM
Hi,
I'm trying to swap rows in a grid. I'm doing it by using 'remove' method to remove the selected row and 'insert' method to insert the row into the new position. I noticed that when I'm doing that, the grid data doesn't update to the new order of the rows and that makes the swap look really odd because the rows move in a strange order(for example: suddenly one row goes to the bottom of the grid).
Is there a way to make the grid's data change?

Thank you very much  Smiley
7  General Category / EasyUI for jQuery / Re: datetime problem on: August 02, 2014, 10:42:56 PM
when i said popbox i ment your tooltip component.
8  General Category / EasyUI for jQuery / datetime problem on: July 31, 2014, 07:36:50 AM
heyy

i've put the datetime component inside a popbox component .
when the calender shows up i am trying to choose a date but the popbox lost his focus and closed.
i saw that the calender is not inside the datetime component but just inside the body area (with an absolute position)
thats what causes the problem and makes the popbox close

is there something i can do?
i think that the fix will be to create the calender component as a part of the datetime component so each date time will hold it's own calender.
if you want to check it try to put a datetime component inside a popbox component.

thank you Smiley
9  General Category / EasyUI for jQuery / Re: menubutton: hide menu on unhover of the button on: July 28, 2014, 01:07:47 AM
It works, Thank you
10  General Category / EasyUI for jQuery / menubutton: hide menu on unhover of the button on: July 27, 2014, 12:44:30 AM
Hi,
I'm using the menubutton and I noticed that when I hover the menubutton and then unhover it without hover on the menu itself ,
the menu doesn't disappear. I set the hideOnUnhover property to true but it doesn't help. Is there a way to hide the menu on unhover of the button itself?

Thanks,
11  General Category / EasyUI for jQuery / Re: menu: content wider than the item width on: July 23, 2014, 07:48:29 AM
Works. Thank you!
12  General Category / EasyUI for jQuery / menu: content wider than the item width on: July 22, 2014, 01:30:58 AM
Hi,
I'm using easyui menu and sometimes the contents of some items 'cuts' because the menu item width is smaller than it's content width.
I noticed it happens only when the item starts not visible (display none) and then i dynamically change it's state to visible.
I need the menu item width will fit their content width.
I appreciate your help

Thanks,
Itay
13  General Category / Bug Report / Re: TreeGrid : appending a row doesn't correctly apply striping on: July 20, 2014, 01:00:32 AM
Hello,
I don't really understand what happened but on the patch I downloaded at the time instead of this row (which exists on the patch now) :
var index = (pnode ? pnode.children.length : $(target).treegrid('getRoots').length) - children.length;

I have this row:
var index = (pnode ? pnode.children.length - children.length : 0;

Now that I have re-downloaded the patch it works fine. Thank you!
14  General Category / Bug Report / Re: TreeGrid : appending a row doesn't correctly apply striping on: July 16, 2014, 11:04:10 PM
Help?
15  General Category / Bug Report / Re: TreeGrid : appending a row doesn't correctly apply striping on: July 06, 2014, 07:26:17 AM
Hey,

I have tried applying the patch and it doesn't seem to work exactly. Only if I refresh the entire data of the grid and the render method is invoked for all the elements then the new style is applied.
It seems when one row is being appended only that row and its children are sent to the render function and then only they are calculated for the coloring, which results in that the root rows never receive the "alt" look.

Thanks again.
Pages: [1] 2 3
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!