Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to not show nulls in the grid
Message
General information
Forum:
ASP.NET
Category:
WebForms
Miscellaneous
Thread ID:
00737597
Message ID:
00737811
Views:
21
Hi Cathi,

Any way to apply the change from one property for all fields in the grid?

Thanks
Roland

=========================================================================


>Hi Roland,
>
>1. Click on the DataGrid
>2. In the properties window, select TableStyles, , click on the "..."
>3. In the properties portion of the display window, select the GridColumnStyles, click on the "..."
>4. For each of the columns, you will see in the properties portion of the display window, a property called NullText. Set that to be anything you want displayed if the value is NULL
>
>or
>
>You can set it via code for the DataGrid Column
>
>Me.OrderID.NullText = "(None)"
>
>
>
>
>>Hi,
>>
>>How do you display nothing in place of the null in a grid?
>>
>>Thanks
>>Roland
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform