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

Set height of confirm dialog box

1 Answer 189 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vasya Ivanov
Top achievements
Rank 1
Vasya Ivanov asked on 20 Sep 2010, 05:38 PM
Hello,
following is my aspx page code:

<

 

telerik:GridButtonColumn ButtonType="PushButton" UniqueName="ButtonColumn" ConfirmDialogType ="RadWindow" CommandName="Undo" ButtonCssClass ="button" ConfirmText ="Do you really want to Undo the batch?" ConfirmTitle="Confirmation" Text ="Undo" >

 

 

<HeaderStyle Width="2px"/>

 

 

</telerik:GridButtonColumn>

 

 

<telerik:GridButtonColumn ButtonType="PushButton" UniqueName="ButtonColumn2" ConfirmDialogType="RadWindow" CommandName="Finalize" ButtonCssClass="button" ConfirmText="Do you really want to Finalize the batch?" ConfirmTitle="Confirmation" Text="Finalize" >

 

 

<HeaderStyle Width="3px" />
I am using gridbuttoncolumn for confirmation dilaog box but when box is appeared it is to big.How can I set height of the confirmation box?
Thanks so lot for your help

 

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 23 Sep 2010, 02:07 PM
Hello Vasya,

You can control the size of the confirmation window using the ConfirmDialogHeight and ConfirmDialogWidth properties.
<telerik:GridButtonColumn ButtonType="PushButton" UniqueName="ButtonColumn2" ConfirmDialogType="RadWindow" CommandName="Finalize" ButtonCssClass="button" ConfirmText="Do you really want to Finalize the batch?" ConfirmTitle="Confirmation" Text="Finalize" ConfirmDialogHeight="150px">
...

Regards,
Daniel
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Vasya Ivanov
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or