This is a migrated thread and some comments may be shown as answers.

Silverlight Novice

1 Answer 17 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Rasool
Top achievements
Rank 1
Rasool asked on 07 Jun 2015, 11:06 AM

Hi

 

Dear I have a question.I am begginer to silverlight .I want to know how insert,update,delete records when grid bind to sql view.

In this situation when grid is binding to sql view that join multiple tables.For example how delete records?

I have an application written in asp.net ajax (telerik) and I use stored procedures for insert,update,delete records and I use sql view to display data.

I dont know about MVVM  and I do not want to use  MVVM.I am confused.

Please help me.

Thanks

 

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 10 Jun 2015, 08:56 AM
Hello,

As to CRUD operations, you can check the Managing Data Overview article in section RadGridView.

RadGridView itself does not have methods for managing the CRUD operations to the underlying DataBase and it will handle them the same way as the stock DataGrid. If it is bound to an ObservableCollection<T> (its ItemsSource is an ObservableCollection<T>), then this is the Source it knows about. RadGridView only knows about the source set as its ItemsSource.

You can also check our WPF Demos on using RadGridView with RadEntityFrameworkDataSource and RadDataServiceDataSource.

Regards,
Dimitrina
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
GridView
Asked by
Rasool
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or