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

Row Indicator on client side row selection

3 Answers 135 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ramesh kumar Kuppusamy
Top achievements
Rank 1
Ramesh kumar Kuppusamy asked on 15 May 2011, 08:56 AM
Row Indicator :
Expected:
RadGird  "arrow indicator" to be appear on the first Column. 
I need a solution for : "Whenever  I click a cell in a Grid Row, the arrow indicator should moves to the corresponding Row in a Radgrid."

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 16 May 2011, 07:59 AM
Hello Ramesh,

In order to add a selection indicator, implement the following steps.
  1. Place an html image inside template column.
  2. Handle the OnRowSelected and OnRowDeselected client-side events.
  3. In the event handlers, show or hide the image in the template column to reflect the selection state of the row.
Check the following help article for more details.
Showing indicator for selected items.

Thanks,
Princy.
0
Ramesh kumar Kuppusamy
Top achievements
Rank 1
answered on 16 May 2011, 04:57 PM
Thanks Princy, Rowindicator working fine.

I need one more help,
While selecting the row (Client Side), the row selection highlight to be removed.

I have attached the image for your reference.
0
Pavlina
Telerik team
answered on 19 May 2011, 09:28 AM
Hello Ramesh,

Go through the code library below:
http://www.telerik.com/community/code-library/aspnet-ajax/grid/clientsideselectcolumn-disallow-other-selection.aspx

Greetings,
Pavlina
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Grid
Asked by
Ramesh kumar Kuppusamy
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Ramesh kumar Kuppusamy
Top achievements
Rank 1
Pavlina
Telerik team
Share this question
or