Hello in my grid i hv one button inside the grid ..
<telerik:GridTemplateColumn DataField="DelFlag" HeaderText="Status" SortExpression="DelFlag"
HeaderStyle-HorizontalAlign="Center" UniqueName="DelFlag" Visible="true" AllowFiltering="false">
<ItemTemplate>
<asp:Button ID="btnStatus" Font-Size="11px" Width="65px" runat="server" Text='<%#Eval("DelFlag")%>'
CommandName="Command" />
</ItemTemplate>
<ItemStyle VerticalAlign="Middle" HorizontalAlign="Center" />
</telerik:GridTemplateColumn>
if user click on button want to show the message "Are you sure want's to change status?". if user click yes then update status otherwise not.
Please find attached image file u get an idea. In image file Status column that button .. on click on that button want to show the confirmation message.
thanks
<telerik:GridTemplateColumn DataField="DelFlag" HeaderText="Status" SortExpression="DelFlag"
HeaderStyle-HorizontalAlign="Center" UniqueName="DelFlag" Visible="true" AllowFiltering="false">
<ItemTemplate>
<asp:Button ID="btnStatus" Font-Size="11px" Width="65px" runat="server" Text='<%#Eval("DelFlag")%>'
CommandName="Command" />
</ItemTemplate>
<ItemStyle VerticalAlign="Middle" HorizontalAlign="Center" />
</telerik:GridTemplateColumn>
if user click on button want to show the message "Are you sure want's to change status?". if user click yes then update status otherwise not.
Please find attached image file u get an idea. In image file Status column that button .. on click on that button want to show the confirmation message.
thanks