Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7882307
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T04:15:11+00:00 2026-06-03T04:15:11+00:00

In my silverlight application I have a page with a radgridview, this radgridview has

  • 0

In my silverlight application I have a page with a radgridview,
this radgridview has another control as RowDetailsTemplate.

In this RowDetailsTemplate is another radgridview with another controls as RowDetailsTemplate.
this RowDetailsTemplate also has a radgridview.

All the gridviews have several bindings to my ViewModel (I’ve used MVVM)

The hierarchy is like this:

 - RadGridView
      - RadGridView (in fact a seperate control with a gridview, setup as rowdetailstemplate on the parent gridview)
           -RadGridView (in fact a seperate control with a gridview, setup as rowdetailstemplate on the parent gridview)

In my setup you can have one row selected for every grid / detail grid.

This means you can visually have 1 to N rows selected in the entire grid.
This looks pretty chaotic and isn’t very user friendly.

My question:

What is the best way to change this so only one row can be selected, instead of 1 to N?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T04:15:13+00:00Added an answer on June 3, 2026 at 4:15 am

    I dont know if it would be the desired way.. But you could do something like this…

        Private Sub AllGrids_ItemClicked(ByVal sender As Object, ByVal e As Telerik.Web.UI.GridCommandEventArgs) _
        Handles grd1.ItemCommand, grd2.ItemCommand, grd3.ItemCommand
        dim gridSelected as New RadGrid 
        gridSelected = sender
        If e.CommandName = "RowClick" Then
           if gridSelected.ID = grd1.ID then
              For i As Integer = 0 To grdMenu.Items.Count - 1
                If grd2.Items(i).Selected Then
                    grd2.Items(i).Selected = False
                End If
               Next
               For i As Integer = 0 To grdMenu.Items.Count - 1
                If grd3.Items(i).Selected Then
                    grd3.Items(i).Selected = False
                End If
               Next
           end if
        End If
        '' Do this again for each of the other grids.
    End Sub
    

    Basically you would loop through the grids that didn’t cause the event to deselect everything.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Silverlight application with some maps, and in the same page this
I have something like this in my Silverlight application: <navigation:Page x:Class=PPCa.Modules.ProjectManager.Client.Views.ProjectDetailView xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml xmlns:d=http://schemas.microsoft.com/expression/blend/2008
I have an existing Silverlight application where Page.xaml has some buttons on it that
I have what amounts to a menu page in my Silverlight application. It has
I have a silverlight application. This contains a preview button. Button code is as
I have a silverlight control on my asp.net mvc page, need to communicate with
I have an OOB silverlight application. I have Silverlight 5 developer runtime and all
I'm working on a Silverlight page which has several modules for querying and plotting
I am using the Business Silverlight application. I have incorporated some MVVM into this
I have a Silverlight Application that sits on a web page. It allows a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.