EasyUI Forum
May 16, 2024, 03:30: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]
1  General Category / EasyUI for jQuery / For drag and drop for datagrid on index and pop up window on: September 13, 2013, 03:22:20 AM
 i had used drag and drop using jeasyui plugins(datagrid-patch.js ,datagrid-dnd.js) which you send to me.
I put drag and drop on datagrid for index page and popup window.
When try to drag and drop on pop up window by clicking on datagrid of index page, then drag and drop was performed for index page but not in pop up window.
I tried a lot but unable to get any result.
so plz help me to solve that problem
Thank a lot in advance for help.
2  General Category / General Discussion / Re: Is it possible to use drag and drop in datagrid and save the data in new order on: December 06, 2012, 09:47:18 PM
Drag and drop between two different grid is great idea but i didnt did that but i did in single grid....

any one have idea how to drag and drop in two different data grids..
3  General Category / EasyUI for jQuery / Re: Disable drag and drop in datagrid on: December 03, 2012, 12:48:43 AM
I added following code in datagrid-dnd.js file

disableDnd: function(){
         return
            trs.draggable({
               disabled: true,
               revert: true,
               cursor: 'pointer'
                })
        },


And It works Fine
4  General Category / EasyUI for jQuery / Re: draggable datagrid columns on: November 11, 2012, 03:58:32 AM
how to disable dnd
5  General Category / General Discussion / Re: Is it possible to use drag and drop in datagrid and save the data in new order on: November 11, 2012, 03:47:20 AM
and how to disable dnd
6  General Category / EasyUI for jQuery / Disable drag and drop in datagrid on: November 11, 2012, 03:45:19 AM
Helloo,
 i had used drag and drop using jeasyui plugins(datagrid-patch.js ,datagrid-dnd.js) which you send to me.
It has facility to enable dnd but i need disable dnd as like in tree.
But i am not able to find disable dnd.

Can you help me for that?

Thanks
7  General Category / General Discussion / Re: Is it possible to use drag and drop in datagrid and save the data in new order on: September 24, 2012, 04:07:58 AM
But id didnt give any id
8  General Category / General Discussion / Re: Is it possible to use drag and drop in datagrid and save the data in new order on: August 31, 2012, 05:07:49 AM
Thanks alot for your help,

There is only three parameters which only display row which one you drag, row insert before you drop and top or buttom,
But i need other parameters which display whole position of the datagrid after drag and drop so that i can get id from that and save in database with new order using ajax.

So plz help me how to get whole row of data grid in array as like in other plugins

Thanks in advance for your kind help

Rabesh
9  General Category / EasyUI for jQuery / Re: Drag and Drop in data grid on: August 31, 2012, 04:51:22 AM
But i need positions of whole rows after drag and drop as like in jqgrid so that i can save new order in the database

Drag and drop used in this site as follows:
http://trirand.com/blog/jqgrid/jqgrid.html
function(event, ui) {         
                 var new_position = $(this).sortable('toArray');  //// gives whole array after drag and drop


}
10  General Category / EasyUI for jQuery / Re: Drag and Drop in data grid on: August 31, 2012, 03:17:53 AM
How to get position of whole rows  of data grid in array after drag and drop row......
i just need only id of all datagrid after droping in new row so that i can update data in database easily
11  General Category / General Discussion / Is it possible to use drag and drop in datagrid and save the data in new order on: August 30, 2012, 02:15:32 AM

I've been using datagrids of your (Jquery EasyUI) Plugins. I need re-order the rows (NOT sort) preferably by drag and dropping and save that reording into database with new order.

Please help

I try alot to solve this but unable to solve. Is this plugins have such facility or not?

Thanks a lot for helping me in advance

12  General Category / EasyUI for jQuery / Drag and Drop in data grid on: August 29, 2012, 10:42:02 PM
Dear Sir/Madam

I've been using datagrids of your (Jquery EasyUI) Plugins. I need re-order the rows (NOT sort) preferably by drag and dropping and save that reording into database with new order.

Please help

I try alot to solve this but unable to solve. Is this plugins have such facility or not?

Thanks a lot in advance

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