Hello,
I have a grid which I have configured with a Fixed Table Layout.
There are some cells which contain data which expand beyond the width of the grid and are thereby truncated as is expected.
The grid uses a Web User Control for an edit form.
When in edit mode the edit form displays properly, but the row that pertains to the data to be edited contains the columns with large amounts of data spilling over to the the adjacent cells.
I have been able to duplicate this behavior using one of your demos: UserControlEditForm simply by updating the following code:
Is there anyway to apply the truncated behavior to the column data for the row being edited when in edit mode?
Thanks,
Jon
I have a grid which I have configured with a Fixed Table Layout.
There are some cells which contain data which expand beyond the width of the grid and are thereby truncated as is expected.
The grid uses a Web User Control for an edit form.
When in edit mode the edit form displays properly, but the row that pertains to the data to be edited contains the columns with large amounts of data spilling over to the the adjacent cells.
I have been able to duplicate this behavior using one of your demos: UserControlEditForm simply by updating the following code:
<MasterTableView Width="100%" CommandItemDisplay="Top" TableLayout="Fixed" DataKeyNames="EmployeeID">
Is there anyway to apply the truncated behavior to the column data for the row being edited when in edit mode?
Thanks,
Jon