Hi Everyone,
I am new person for silverlight 5. so please help me..
I want all operations performed based on the asp.net Grid View operations in Silver-light 5 data grid.
I am creating one silverlight 5 application using visual studio 2012.
And I am adding one datagrid into that. Now I am adding every row Header andText box Fields using Data Template.
After that using silvelight-enabled WCF service for data binding into datagrid.It was successfully.
Add New Row:
But Now i want adding a new row while no records binding in datagrid and while clicking the "addNew" button then
show my textbox fields from datagrid's Data Template. After that i filled all cell values into that after click the "Save"
button then all column values are goes to saved in data base using wcf.
Edit & Update:
After saved one record from addnew operation and that click "Edit" button then enable the Textbox with default values
and edit some textbox values after that i am clicking the "Update" button all records are updated in database using wcf.
Note one thing while Update::
Update the records based on the RowIndex only.
Delete:
while clicking the "Delete" button then delete the particular row from data base based on RowIndex.
If these operations are possible for Silverlight 5 Datagrid.
If anybody knows or wellknown about these topics please let me know..
If u reply this question i should highly appreciated to u..
Thanks in Advance..