I am using grid to show some data, i am deleting a row while EnableVirtualization is true and calling refresh method but its not working and not showing new list after deleting even if it has been deleted from the list
Hello,
1- i am not using inbuilt delete method but deleting the row from List bound to Grid and later refreshing Grid to reflect the changes
2- i can't share the code for now because i rewrite sfgrid component to custom component but i will declare the situation:
i have list of some class it displays every column correctly i added custom column and used column template to add button and send the selected object to delete method - on delete method i deleted the object from the list and refresh the grid but it did not rendered correctly while i am using row virtualization but when i put virtualization off it works fine. to solve this i refresh the grid on data-bound and it worked m question is this the best solution?