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

inline rad grid problem in retaining in inline edinting or insert mode after postback

3 Answers 140 Views
Grid
This is a migrated thread and some comments may be shown as answers.
VIJAY
Top achievements
Rank 1
VIJAY asked on 24 Feb 2012, 04:32 PM
there is RadAjaxLoadingPanel which has radgrid.
after displaying duplicate message from server side using

 

ScriptManager.RegisterStartupScript(),grid does not retain the inline mode i.e. row for adding new record gets disappears.
is there any solution to retain inlin einsert mode after postback also.
i tried

 

e.Item.OwnerTableView.IsItemInserted = true;

 

 

 

RadGrid.Rebind()

but its not working

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 27 Feb 2012, 05:16 AM
Hello,

Try setting  e.KeepInEditMode  as true.

Thanks,
Princy.
0
VIJAY
Top achievements
Rank 1
answered on 27 Feb 2012, 05:36 AM

hi,
i tried to implemet
e.KeepInEditMode = True
inside itemCommand event

 

"PerformInsert", but there is no such property allowed

 

 

 

 

 

0
Pavlina
Telerik team
answered on 29 Feb 2012, 11:07 AM
Hi,

Refer to the forum thread below:
http://www.telerik.com/community/forums/aspnet/grid/force-editmode-to-stay-open.aspx

Kind regards,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
VIJAY
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
VIJAY
Top achievements
Rank 1
Pavlina
Telerik team
Share this question
or