Hi guys,
I have a gridboundcolumn:
I want to put some default value in html to show users how data will look like in the grid.For example:
I have a gridboundcolumn:
<
telerik:GridBoundColumn HeaderText="Location" DataField="LOCATION" UniqueName="LOCATION" ReadOnly="true" SortExpression="LOCATION" HeaderButtonType="TextButton" >
<HeaderStyle Width="1px" />
<ItemStyle Width="1px" />
</telerik:GridBoundColumn>
I want to put some default value in html to show users how data will look like in the grid.For example:
<
telerik:GridBoundColumn HeaderText="Location" DataField="LOCATION" UniqueName="LOCATION" ReadOnly="true">31R050</telerik:GridBoundColumn>
Thanks so much for your help.