I have created a RadGrid with SqlDataSource. Enabled Automatic delete, update and insert. Then I created an external filter with ComboBox, for filtering with multiple columns. I created a function for filtering in code behind with new Sql connection and Rebind RAdGrid with new filtered items. When I run Its perfect every automatic properties work. But after filtering with combobox automatic properties does n't work, not able to edit delete paging sorting etc. The reason is I am binnding the grid with new data table for filtering. How can I enable the automatic properties again, after filtering? Anybody can help.
I tryied to write, RadGrid.AutomaticDelete=true, AutomaticUpdate=true, etc in codebehind after binding with filtered data. But no hope.
I tryied to write, RadGrid.AutomaticDelete=true, AutomaticUpdate=true, etc in codebehind after binding with filtered data. But no hope.