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

Text("") for Command.Destroy doesn't work

0 Answers 78 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vlad
Top achievements
Rank 1
Vlad asked on 13 Nov 2012, 06:22 PM
Hi,

When I am calling following method I am still getting "Delete" text in the Delete/Destroy button.

c.Command(command => command.Destroy().Text("")).Width(90);
The only workaround it is to use space in Text(" ")

c.Command(command => command.Destroy().Text(" ")).Width(90);

Is this is a bug?

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Vlad
Top achievements
Rank 1
Share this question
or