Drag & Drop in grid with a query does not work

Hi,

I am trying to drag & drop rows within a single Grid and it usually works fine. I can successfully reorder rows.  However, if I add a Query to the grid like the one below:

<SfGrid ID="Grid" DataSource="@Orders"  Query="CheckListQuery"........>

@code{
Query CheckListQuery = new Query().Where("CustomerID", "equal", "ANANTR");
}

The result is inconsistent.  Sometimes nothing move, other time the row moves but not at the desired location.  But in all cases, it never work.  You can easily reproduce that with any project.

Thanks for fixing this important function soon.

ma

1 Reply 1 reply marked as answer

RS Renjith Singh Rajendran Syncfusion Team January 18, 2021 12:57 PM UTC

Hi Martin, 

Greetings from Syncfusion support. 

We have confirmed this as a bug and logged a defect report Problem with Row Drag and Drop in a Grid filtered using Query propertyfor the same. Thank you for taking the time to report this issue and helping us improve our product. At Syncfusion, we are committed to fixing all validated defects (subject to technological feasibility and Product Development Life Cycle) and including the defect fix in our upcoming bi-weekly release which is expected to be rolled out by the mid of February 2021.  
    
You can now track the current status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link.     
     
Regards, 
Renjith R 



Marked as answer
Loader.
Up arrow icon