I have created a page with radgrid based on this sample code.
http://demos.telerik.com/aspnet-ajax/grid/examples/client/databinding/defaultcs.aspx
1. when the screen initially loads I want to immediately filter by 3 columns using some default values. How do I setup the column filters to do this? Can you show me a sample of how to manually build a filterExpressions in javascript, or to add additional filters to it after I do a "get_filterExpressions()".
2. How do I now implement edit of the grid? I can't seem to put the grid in edit mode. I have tried looking at other samples that do this, and combine it into here, but I can't get it to work. When I add an edit column command, and click this, nothing happens. What is the magic that puts the column into an edit mode. I am trying to understand if the radgrid controls does this automatically, or I have to code for it.
3. Assuming I can get the edit mode working. Now, I need to save the data back. How would I do this? Keeping in mind my screen is using above sample so I have a disconnected set, that I now need to figure out what is changed and call a web service to persist the changes.
I am using v2009.2.701.35 of Telerik.Web.UI
http://demos.telerik.com/aspnet-ajax/grid/examples/client/databinding/defaultcs.aspx
1. when the screen initially loads I want to immediately filter by 3 columns using some default values. How do I setup the column filters to do this? Can you show me a sample of how to manually build a filterExpressions in javascript, or to add additional filters to it after I do a "get_filterExpressions()".
2. How do I now implement edit of the grid? I can't seem to put the grid in edit mode. I have tried looking at other samples that do this, and combine it into here, but I can't get it to work. When I add an edit column command, and click this, nothing happens. What is the magic that puts the column into an edit mode. I am trying to understand if the radgrid controls does this automatically, or I have to code for it.
3. Assuming I can get the edit mode working. Now, I need to save the data back. How would I do this? Keeping in mind my screen is using above sample so I have a disconnected set, that I now need to figure out what is changed and call a web service to persist the changes.
I am using v2009.2.701.35 of Telerik.Web.UI