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

How to get the AllRow in RadGrid?

1 Answer 52 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ahn8720
Top achievements
Rank 1
ahn8720 asked on 04 Sep 2014, 08:46 AM
Hi
I used GridBatchEdit, i Sucess to get update and Insert Row but i can't get not changed row data


---------
how to get the finally all rowdata?

void gdvRadList_BatchEditCommand(object sender, GridBatchEditingEventArgs e)
        {
            foreach ( GridBatchEditingCommand command in e.Commands )
            {
                Hashtable newValues = command.NewValues;
                Hashtable oldValues = command.OldValues;
                string newFirstName = newValues["CAPA"].ToString();
            }
        }

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 08 Sep 2014, 08:25 AM
Hi,

You can find detailed information on your query in the following article, as well as sample code snippets:
http://www.telerik.com/help/aspnet-ajax/grid-batch-editing.html

Hope this helps.

Regards,
Eyup
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
ahn8720
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or