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

Rad Grid Batch Editing

1 Answer 88 Views
Grid
This is a migrated thread and some comments may be shown as answers.
shekhar
Top achievements
Rank 1
shekhar asked on 09 Oct 2014, 09:01 AM
hi Team,
 I am working on Rad Grid Batch Editing.I am facing a problem whenever i do postback ,grid not binding data on postback .I am creating GridTemplateColumn dynamically. I am also binding data on page load event.Whenever i do postback ,grid only binds data of GridNumericColumn but not of GridTemplateColumn.Reason is GridTemplateColumn.ItemTemplate property not firing InstantiateIn(Container container) function of Template class.I am making postback by RadioButton click.Please reply on shekhar.chauhan@innotiontech.com if possible.Please help me.

Thanks in advance,

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 13 Oct 2014, 07:55 AM
Hi Shekhar,

Please note that performing complex grid operations such as Inserting, Deleting, Updating, Hierarchy relations, Grouping, Exporting, Paging, Sorting, Filtering, etc. require accommodating appropriate database operations.  Therefore, we suggest you to avoid Simple Databinding and strongly recommend the use of more advanced databinding methods, which automatically handle the aforementioned functions:
Declarative DataSource
Advanced Data Binding


You can check a live sample demonstrating Batch editing here:
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx

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
shekhar
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or