-
Notifications
You must be signed in to change notification settings - Fork 789
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
Comments
Hi abdulrehmananwar
,
Regards, |
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 |
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, |
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
The text was updated successfully, but these errors were encountered: