This is a migrated thread and some comments may be shown as answers.

missing CSS

1 Answer 116 Views
Grid
This is a migrated thread and some comments may be shown as answers.
mww
Top achievements
Rank 1
mww asked on 04 Feb 2009, 03:51 PM
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

<

 

telerik:GridEditCommandColumn ButtonType="ImageButton" UniqueName="EditCommandColumn1">

 

 

<HeaderStyle Width="20px" />

 

 

<ItemStyle CssClass="MyImageButton" />

 

 

</telerik:GridEditCommandColumn>

 

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 04 Feb 2009, 04:13 PM
Hello Mark,

This CSS class is currently not used, that's why there is no CSS code associated with it. If you don't need some specific CSS styles applied to the buttons, you can safely remove the ItemStyle declaration from your application.

Regards,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
mww
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or