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

How to highlight parent row after window close

2 Answers 39 Views
Window
This is a migrated thread and some comments may be shown as answers.
gc_0620
Top achievements
Rank 1
gc_0620 asked on 30 Sep 2012, 05:22 PM
Folks,

Using RadControls for ASP.NET AJAX Q2 2012 SP2 with VS 2010.

I am using below link as a prototype.

ASP.NET Grid Demo - Application Scenarios - Window Editing

My question is it possible to highlight the same parent row after window close  i.e. either after Update/Cancel/Insert event of window? Attached is my desire result. Ex: highlight employee with Last Name Callahan in Parent Grid after popup edit window close.

Thanks for any help

gc_0620


2 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 01 Oct 2012, 08:27 AM
Hi,

If you want to persist the selected rows after the request I can suggest that you examine the following articles and implement the approach more suitable for your case:
http://www.telerik.com/help/aspnet-ajax/grid-persist-selected-rows-on-sorting.html
http://www.telerik.com/help/aspnet-ajax/grid-persist-selected-rows-client-sorting-paging-grouping-filtering.html


Greetings,
Marin Bratanov
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.
0
gc_0620
Top achievements
Rank 1
answered on 01 Oct 2012, 11:56 PM
Dear Marin,

I think you misunderstood me. Where in this Telerik Demo (ASP.NET Grid Demo - Application Scenarios - Window Editing) has Select/Deselect Command? Only Edit Command to open a Window.

My issue was when you click a row from that demo, the parent row is highlighted & window (UserListDialog) opens. After close of the window (UserListDialog), that original row from Parent row that called the window Will be highlighted.

I can easily highlight the row if I am in the same page as here: 

Select Inserted/Updated row after performing command - by Princy

My issue here is after close of external window, highlight the same row.

If you look at that demo from Teleik Webisite ASP.NET Grid Demo - Application Scenarios - Window Editing  after window editing after page enabled, it comes to correct page? Why not row highlight row that originilaly iniated?



Tags
Window
Asked by
gc_0620
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
gc_0620
Top achievements
Rank 1
Share this question
or