Hi all,
Still learning the RadControls, especially the RadGrid at the moment.
I am developing a website with a number of grids on it. Each grid is populated using LINQ to SQL. I am more than happy doing this and it works well.
My problem is the insert/update/delete process. I have looked at a few examples on the live demonstrations and searched through the relevant chm files but I cannot find anything that tells me how I should be going about my insert/update/deletes.
First of all, I have a few questions if anyone has a spare 5 minutes to help me understand this properly (or can point me to documentation that covers it):
Drammy
Still learning the RadControls, especially the RadGrid at the moment.
I am developing a website with a number of grids on it. Each grid is populated using LINQ to SQL. I am more than happy doing this and it works well.
My problem is the insert/update/delete process. I have looked at a few examples on the live demonstrations and searched through the relevant chm files but I cannot find anything that tells me how I should be going about my insert/update/deletes.
First of all, I have a few questions if anyone has a spare 5 minutes to help me understand this properly (or can point me to documentation that covers it):
- What is the difference between using the AutoGenerateDeleteColumn/AutoGenerateEditColumn and creating one manually in the Columns tag?
- Can someone explain the difference between all the different Insert/Update/Delete events:
- What are the OnDeleteCommand / OnEditCommand / OnUpdateCommand / OnInsertCommand for - when are they triggered?
- What are the OnItemCreated / OnItemInserted / OnItemUpdated / OnItemDeleted events and when are they triggered?
- Has anyone got any specific pointers or tips on how to integrate the RadGrid with LINQ to SQL (specifically when using StoredProcedures to perfrom the SELECT / INSERT / UPDATE / DELETE commands?
Drammy
