drag & drop issue in DHTMLX

Hi,

I an trying to create grid from html table.I have two queries related to drag n drop:

  1. I am trying to move column using dhtmlxgrid_mcol.js.
    In IE drag n drp is working fine but in FF first time drag n drop is working after that it just shows the resizing arrow and doesnt get move.

2.When we drag the column it swaps for ex A and B columns are present I am dragging column B and place it before A.Now if I filter anything on column B the resulta are diaplyed in column A.
I think when we drag n drop the column its just virtual from UI at the backend the position is till the same.

Could you please guide me on the same.

  1. I am trying to move column using dhtmlxgrid_mcol.js.
    In IE drag n drp is working fine but in FF first time drag n drop is working after that it just shows
    the resizing arrow and doesnt get move.

Unfortunately the issue cannot be reconstructed locally. PLease, provide any kind of sample or a demo link where the issue can be reconstructed.

2.When we drag the column it swaps for ex A and B columns are present I am dragging column B
and place it before A.Now if I filter anything on column B the resulta are diaplyed in column A.
I think when we drag n drop the column its just virtual from UI at the backend the position is till
the same.

You should filter the column accordingly to the new index as it changes in the process of column moving.

  1. In FF column move doesnt work properly if resizing is on.

  2. Do you have any example how to set index while moving column.

I am applying the header as
obgrid.attachHeader(" , ,#numeric_filter,#numeric_filter,#text_filter,#text_filter,#text_filter,#text_filter,#text_filter, , , ");

so how should I change the index of filter on move of column?

Could you please let me know.

  1. In FF column move doesnt work properly if resizing is on.

Unfortunately the issue cannot be reconstructed locally.
Please, have a look at the following example.
dhtmlx.com/docs/products/dht … veCol.html
It works well in FF.
If issue still occurs - please, provide any kind of sample of your code or a complete demo where the issue can be reconstructed.

  1. Do you have any example how to set index while moving column.

Index of the column cannot be changed. Only the id.
Header filters work well the columns moving. If issue still occurs provide a complete demo where the issue can be reconstructed.
Here you can find a tutorial about creating a complete demo:
docs.dhtmlx.com/doku.php?id=othe … leted_demo