or
Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Grille.MasterTableView.FilterExpression = "([NomComplet] LIKE '" + RadTabABC.SelectedTab.Text + "%')"
Grille.Rebind()
Because it take many time to update grid (I have 300 records in a memory table)
I Want to know if It will be faster if I use Linq expression in order to filter
Thanks
