Hi,
I am using telerik <telerik:GridButtonColumn UniqueName="Remove" ImageUrl="Images/delete.gif" ButtonType="ImageButton" CommandName="Delete" ItemStyle-Width="10%" HeaderStyle-Width="10%" HeaderText="Remove">inside the my RadGrid and also using <telerik:RadTextBox ....> <ClientEvents OnButtonClick="checkBEEmail" /></telerik:RadTextBox>
I have entered some text into Rad textbox and when try to press enter key from keyboard , by deafult my datagrid Delete button is firing
I have tried to put some default button in side the my Radgrid, but its not working. Can you please sugget any ideas
I am using telerik <telerik:GridButtonColumn UniqueName="Remove" ImageUrl="Images/delete.gif" ButtonType="ImageButton" CommandName="Delete" ItemStyle-Width="10%" HeaderStyle-Width="10%" HeaderText="Remove">inside the my RadGrid and also using <telerik:RadTextBox ....> <ClientEvents OnButtonClick="checkBEEmail" /></telerik:RadTextBox>
I have entered some text into Rad textbox and when try to press enter key from keyboard , by deafult my datagrid Delete button is firing
I have tried to put some default button in side the my Radgrid, but its not working. Can you please sugget any ideas