Hi,
I have a RadGrid with EditForm Template for Editing.
for Example:
I want to have:
* When I double click a row it has to Change Editmode to:
Like this:
hence, the Default mode is the EditForm Template, so when I click on Edit button it will open the form for editing.
any Help it will be apperciated,
Thanks
I have a RadGrid with EditForm Template for Editing.
for Example:
I want to have:
* When I double click a row it has to Change Editmode to:
<MasterTableView EditMode="InPlace"function RowDblClick(sender, eventArgs) { // insert Code here to change EditMode to EditMode="InPlace" // then open the row for editing editedRow = eventArgs.get_itemIndexHierarchical(); $find("<%= RadGrid1.MasterTableView.ClientID %>").editItem(editedRow); }hence, the Default mode is the EditForm Template, so when I click on Edit button it will open the form for editing.
any Help it will be apperciated,
Thanks
