EasyUI Forum
September 13, 2025, 04:49:09 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / Treegrid cell editor as in Excel on: July 04, 2016, 02:43:45 AM
Hello,

I would like to know how to adapt the "datagrid-cellediting.js" to create a "treegrid-cellediting.js"
and use it to modify my treegrid cells like in Excel with navigation keyboad arrow, enter touch

I have see some responses on the forum about this question, but response I have found don't give a solution.

Best regards.
2  General Category / EasyUI for jQuery / Re: treeGrid - Add Columns whithout reload all the grid on: July 04, 2016, 02:30:41 AM
Hello,

Effectively I have done a test with my use case and with data provided for 1 year on 7 rows and the table was created in less than 4 seconds from http://code.reloado.com

My Use case :
http://code.reloado.com/emepep3/edit#javascript,html

On my desk this use case takes more than 20 seconds to be displayed. Strange ??
To be more precise I have 4 locked columns, header group with 4 rows, dnd is activated on treegrid.

If possible, I wish I still have a way to dynamically add columns if we find production performance problems
Thank you very much

Sébastien
3  General Category / EasyUI for jQuery / Re: treeGrid - Add Columns whithout reload all the grid on: July 01, 2016, 12:56:22 AM
I can't use this proposal because of performance problem I can have more than 366 colums to build If user wants to see his planning on 1 year.
That's why, I Would like to build columns by lazy loading like for rows.

Or Can I use this hack ?
Build the next columns of the table in an other hidden table and then merge this hidden table with the first one ?
But how to do this merge?

Thanks
4  General Category / EasyUI for jQuery / treeGrid - Add Columns whithout reload all the grid on: June 30, 2016, 02:27:50 AM
Hello,

I would like to know if it exists a mechanism to addColums and data to a treegrid whithout reload the entire GRID
I don't need the fonctionnatity describe here http://www.jeasyui.com/tutorial/datagrid/datagrid6.php  because it reload the entire Grid

Insteed, I need 2 methods to concat Columns and data with an already created table, for exemple :
- treegrid.concatHeaderColumns (builded new column from JSON);
- treegrid.concatBodyDatacolumns (Json data to add);

The goal is to load a first part of the grid to display it quicky to the user
And in background I will load and construct the other table parts (by column) in a thread worker to fill all needed data.

Thanks in advance for your help.
Sébastien.
5  General Category / EasyUI for jQuery / Re: Datagrid - column header options on: June 26, 2016, 02:03:40 PM
If it's possible I prefer to get an exemple of my first request for performance issue.
The table contains a calendar by day and I don't know the number of days user could select (1;2;3;... years * 365 columns)

so If I know how to do these extension, I will be able to define the style at the same time the header is builded.

Thanks.
6  General Category / EasyUI for jQuery / Use datagrid-cellediting.js and datagrid-scrollview.js at the same time on: June 26, 2016, 01:51:28 PM
Hello,

I wasn't be able to make working these 2 functionnality together.
You have my Use Case at this Url :
http://code.reloado.com/iviwil3/edit#preview

1. Select load local data
2. Try to edit a cell --> Nothing append

Thanks in advance.
7  General Category / EasyUI for jQuery / Datagrid - column header options on: June 25, 2016, 06:32:42 PM
Hello,

I would like, if it's possible to have an exemple of how to extends the column properties to add "headerStyler" property
And then modify Header row rendering to use this new property.


Thanks in advance

NB : I evaluate jeasyui to see if it respond to the functionnalities we need (I use the minimized file of jeasyui 1.4.5)
   
8  General Category / EasyUI for jQuery / datagrid scollview extension on: June 24, 2016, 03:09:51 AM
Hello,

I would like to know how to extends scrollview located in datagrid-scrollview.js
to redefine the renderRow method with my own implementation and to keep the original file without change?

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