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

dataBind row generated with empty contents when editMode is InPlace

3 Answers 79 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Kelmen
Top achievements
Rank 1
Kelmen asked on 18 Nov 2014, 06:19 AM
I setup the Grid at server side
MyGrid.MasterTableView.IsItemInserted = true

so user can direct edit the record
also include a new record at bottom for insertion.

problem when record is created and returned to client side Grid, the row's cells are empty.
the Row is expected to have 1st cell with RadComboBox, 2nd cell with radnumerictextbox, and 3rd cell is customized with LinkButton

records are created successfully at server side through Ajax method, and return correctly by checking the result.d.ResultList.length.

3 Answers, 1 is accepted

Sort by
0
Kelmen
Top achievements
Rank 1
answered on 18 Nov 2014, 06:24 AM
the last row is newly added, noticed that the cells are empty, compared to it's previous row.
0
Kelmen
Top achievements
Rank 1
answered on 18 Nov 2014, 09:19 AM
I believe this is a limitation of the RadGrid
when set AutoGenerateColumns="false" and using GridTemplateColumn, this will happened.

I have to revamp the ui based on
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/insert-update-delete-client/defaultcs.aspx#qsf-demo-source
0
Konstantin Dikov
Telerik team
answered on 20 Nov 2014, 02:30 PM
Hello Kelmen,

Detailed information on this matter and explanation why it is not supported scenario could be found in the following help article:
Hope this helps.


Best Regards,
Konstantin Dikov
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
Kelmen
Top achievements
Rank 1
Answers by
Kelmen
Top achievements
Rank 1
Konstantin Dikov
Telerik team
Share this question
or