Ive been following the example for inserting/updating data in hierarchical grids. In the example there is an edit button at the left and a delete button at the right. Each button has associated CSS which isnt included in the example. Where can I get the CSS file ? (and associated images)
this is the example
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/threelevel/defaultcs.aspx
this is one of the buttons
this is the example
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/threelevel/defaultcs.aspx
this is one of the buttons
<
telerik:GridEditCommandColumn ButtonType="ImageButton" UniqueName="EditCommandColumn1">
<HeaderStyle Width="20px" />
<ItemStyle CssClass="MyImageButton" />
</telerik:GridEditCommandColumn>