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

MVC Wrapper Grid ButtonType

1 Answer 60 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Developix
Top achievements
Rank 1
Developix asked on 05 Sep 2012, 03:21 PM

Hi,
trying to port an Telerik MVC Grid.
But there is no option to change the button type.

.Columns(cols =>
{
    ....
    cols.Command(commands =>
    {
     commands.Edit().ButtonType(GridButtonType.Image);
     commands.Delete().ButtonType(GridButtonType.Image);                                   
    })
})
.ToolBar(tb =>
{
    tb.Insert().ButtonType(GridButtonType.Image);
})

Please tell me how to do this...

1 Answer, 1 is accepted

Sort by
0
Mario
Top achievements
Rank 1
answered on 20 Sep 2012, 07:32 AM
Same wish here plz vote:
vote
Tags
Grid
Asked by
Developix
Top achievements
Rank 1
Answers by
Mario
Top achievements
Rank 1
Share this question
or