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

[Solved] Grid Layout and null values

1 Answer 167 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dmitry
Top achievements
Rank 1
Dmitry asked on 22 Apr 2008, 02:16 PM
Hello there, I'm using RadGrid with a default formatting, the vertical delimiters for the columns (black lines) seem to get interrupted whenever a cell contains null value. I could prevent nulls from appearing in my grid by applying isnull(FieldName, '') in the stored proc, but is there a better solution for the problem?

Thanks, Dmitry

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 23 Apr 2008, 08:10 AM
Hi Dmitry,

Unfortunately browsers have issues with displaying empty table cells. The best way to handle this is to supply a   space in code-behind to all cells containing null values. Here is how to do it:

http://www.telerik.com/community/forums/thread/b311D-hmght.aspx (for filter item)

or

http://www.telerik.com/community/forums/thread/b311D-bbgamd.aspx (for data items)


Greetings,
Dimo
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Dmitry
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or