Hi,
I am using radGrid on my page and set enableeventvalidation=false in page tag.
then by using following line of code I am not able to call ItemCommandEvent.
I just replace above code with <itemTemplate> with radButton then its working fine (means control goes to ItemCommandEvent).
Can you please guide me why its behaving like this?
I am using radGrid on my page and set enableeventvalidation=false in page tag.
then by using following line of code I am not able to call ItemCommandEvent.
<
telerik:GridButtonColumn
ConfirmText
=
"Delete this Record?"
ConfirmDialogType
=
"RadWindow"
HeaderText
=
"Delete"
ConfirmTitle
=
"Delete"
ButtonType
=
"ImageButton"
CommandName
=
"Delete"
Text
=
"Delete"
UniqueName
=
"DeleteColumn"
HeaderStyle-HorizontalAlign
=
"Center"
HeaderStyle-Width
=
"50px"
>
<
ItemStyle
HorizontalAlign
=
"Center"
CssClass
=
"rbDelete"
/>
</
telerik:GridButtonColumn
>
I just replace above code with <itemTemplate> with radButton then its working fine (means control goes to ItemCommandEvent).
Can you please guide me why its behaving like this?