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

EditFormItem returns   for empty column?

1 Answer 76 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Lucania
Top achievements
Rank 1
Lucania asked on 21 Jul 2011, 07:13 AM
In my ItemDataBound, I have code that uses EditFormItem[<UniqueName>] to retreive data from a parent grid column. But if the column is bound to empty data, EditFormItem returns "&nbsp;". I currently get around this by replacing the "&nbsp;" with an empty string, but I was just wondering why this would be the case? I understand HTML tables need something in the cell to render properly, but should this be returned by EditFormItem? Shouldn't it be possible to render it correctly without also returning it as the column value? Or is there some way to do this that I am missing?

Thanks

ROSCO

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 26 Jul 2011, 09:25 PM
Hello Rosco,

Please examine the attached sample project and let me know if it is different than your scenario.

Regards,
Daniel
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Grid
Asked by
Lucania
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or