Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyncFusion DataGridView Filter Data Reset all selection #2178

Open
abdulrehmananwar opened this issue Nov 20, 2024 · 4 comments
Open

SyncFusion DataGridView Filter Data Reset all selection #2178

abdulrehmananwar opened this issue Nov 20, 2024 · 4 comments
Labels
data grid Data grid component open Open

Comments

@abdulrehmananwar
Copy link

Use case

Please Give solution into filter search by some values not all.

Proposal

While filtering, if I want to select only 3 specific values using the search, it sometimes selects all values instead. Please provide a solution for this issue.
https://github.com/user-attachments/assets/ff6c13c0-87db-46ce-878f-f4fb89d2d72e

@abdulrehmananwar
Copy link
Author

Additionally Required as per image attached.
image

@VijayakumarMariappan VijayakumarMariappan added data grid Data grid component open Open labels Nov 21, 2024
@SethupathyD
Copy link

Hi abdulrehmananwar ,
 

Query Response
While filtering, if I want to select only 3 specific values using the search, it sometimes selects all values instead. Please provide a solution for this issue. Please note that this is the expected behavior of filtering in the Flutter DataGrid. When filtering, all the filtered data will be selected. You need to manually deselect the unwanted records.
Can we make column Name on the Top of Icons. As of now, Flutter DataGrid does not have support to make column name on the top of icons.
Need Text Field Editable Column. We are a little unclear about your requirement. Could you please confirm whether you want to load the DataGrid with an editable column or enable edit mode by tapping a cell in a specific column? This clarification will help us provide a more accurate suggestion.

 

Regards,
Sethupathy D.

@abdulrehmananwar
Copy link
Author

for last one question . yes on tap i want to make cell editable. which i creating on build widget. butt when i click it unselect or select the row also

@abineshPalanisamy
Copy link

Hi @abdulrehmananwar ,

Based on the details provided, in SfDataGrid, you can enable editing by tap by setting the SfDataGrid.editingGestureType property to tap. The cell will switch to edit mode when you tap it. However, you need to perform selection and deselection simultaneously. In SfDataGrid, when performing an editing action, you cannot simultaneously perform a selection action. This is the expected behavior on our end. Please feel free to contact us if you require any further assistance.

Regards,
Abinesh P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data grid Data grid component open Open
Projects
None yet
Development

No branches or pull requests

4 participants