Hi Mike,
Actually this is about webgrid, have already posted in web forums , but i didnt get results.
I am using Webgrid , datasource is data table
In my case data to be loaded in button click event
The Filtering functionality is working fine if the code written in page load event, the same code i tried in button click event its not filtering even the right text given
pl let me know the code for button_ on click event for WebGrid Filtering and sorting functionality
Hi Karthik,
There are a couple of ways to implement CRUD operations therefore I suggest get started from here:
Ø http://forums.infragistics.com/aspnet/media/p/218617.aspx (Manual CRUD)
Ø http://forums.infragistics.com/aspnet/media/p/218616.aspx (Auto CRUD)
Ø http://forums.infragistics.com/aspnet/media/p/217123.aspx (Client side CRUD)
Hope that helps
Hi Minchev
Thank you , for your reply its working fine now...
But the problem is ,
Data binded to DatagridView by datatable .. upto this ok
I want to know , if new data , entered by user directly to datagridview , how it can be inserted into database.
After Row data changed , i m getting exception only , thaat i have included
Regards
Karthik
yep .. the answer of Radoslav is correct.. you must to provide the data source and rebind :)
Alfredo Melo Hernandez
Hi,
On the picture this looks like as WebDataGrid not WebGrid if this is the case on sorting you must provide the same datasource that you have bound the grid to on the previous roundtrip to the server, because the sorting is implemented as entirely server operation.