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

radgrid appearing blank when loading in edit mode

1 Answer 89 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Help
Top achievements
Rank 1
Help asked on 14 Sep 2016, 08:37 PM

The Issue: I'm loading a page, and the grid is loading in edit form. Editing In Place. Everything load correctly. The binding occurs, I can debug and see the rows in the grid. However, in the UI the rows are Blank. No data appears in the edit text boxes or even labels. If I remove the EditMode on load, everything appears correctly.

I'm binding the grid to a list in the NeedDataSourceEvent

I'm using the IteamCreated and PreRender to make all rows editable on load as directed here : http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/how-to/data-editing/put-all-items-in-edit-mode

 

What am I missing? Do I need to rebind the editform on the ItemDataBound event or something?

1 Answer, 1 is accepted

Sort by
0
Kostadin
Telerik team
answered on 17 Sep 2016, 02:43 PM
Hi,

Could you please provide your code declaration and the related code behind in order to examine how you configure the grid and the way you populate it with data?

Regards,
Kostadin
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Grid
Asked by
Help
Top achievements
Rank 1
Answers by
Kostadin
Telerik team
Share this question
or