or
The CSS generated for the Grid, however, refers to two images in the "Common" folder which aren't there:
/*context menu*/
.GridContextMenu_[My new skin] .rmLeftImage
{
background-image
:
url
(
'Common/contextMenu.gif'
);
}
.RadGrid_[My new skin] .rgExpXLS,
.RadGrid_[My new skin] .rgExpDOC,
.RadGrid_[My new skin] .rgExpPDF,
.RadGrid_[My new skin] .rgExpCSV
{
background-image
:
url
(
'Common/export.gif'
);
}
If (e.Item is GridEditableItem &&
e.Item.IsInEditMode)<
BR
>{<
BR
> GridEditableItem item =
(GridEditableItem)e.Item;<
BR
> RadDatePciker beginDate =
(RadDatePicker)item["beginDate"].Controls[0];<
BR
> beginDate.Width
= Unit.Pixel(102);<
BR
>}<
BR
>