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 8404999
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T22:44:22+00:00 2026-06-09T22:44:22+00:00

I have an ASPxGridView and in the EditForm, I have a popup form when

  • 0

I have an ASPxGridView and in the EditForm, I have a popup form when the suer clicks a button. I need to get the ID for the currently selected entity/row so that I can query the db and populate a dropdown on the popup based on that ID. How can I get that? I know with some events, you can do this:

protected void myGrid_OnRowUpdating(object sender, ASPxDataUpdatingEventArgs e)
        {
            Guid entityId = (Guid)e.Keys[0];

So I wanted to try that with the SelectionChanged event, but the event argument is only of type EventArgs, so i cannot use the above..

Ideas?

  • 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-09T22:44:23+00:00Added an answer on June 9, 2026 at 10:44 pm

    I ended up doing something client-side. First, I added this column:

    <dx:GridViewCommandColumn ShowSelectCheckbox="True" VisibleIndex="0" Width="40">
                    <HeaderTemplate>
                        <dx:ASPxCheckBox ID="SelectAllCheckBox" runat="server" ToolTip="Select/Unselect all rows on the page"
                            ClientSideEvents-CheckedChanged="function(s, e) { gridView.SelectAllRowsOnPage(s.GetChecked()); }" />
                    </HeaderTemplate>
                </dx:GridViewCommandColumn>
    

    then I also added this (to the same grid):

    <ClientSideEvents SelectionChanged="grid_SelectionChanged" />
    

    Lastly, the javascript:

    var selected = [];
    
            function grid_SelectionChanged(s) {
                s.GetSelectedFieldValues("ID", GetSelectedFieldValuesCallback);
            }
    
            function GetSelectedFieldValuesCallback(values) {
                selected = [];
                for (var i = 0; i < values.length; i++) {
                    selected.push(values[i]);
                }
            }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a ASPxGridView with a popup edit form which contains another ASPxGridView. When
I have a aspxgridview that shows a number of buttons for each row. What
I have hopefully a simple question. I have a ASPxGridView that I need to
I've got an ASPxGridView that I would like to allow some users to have
I have a custom edit form made for ASPxGridView but have a big problem
Have a network location that shows paths in the 8.3 short format. I need
I have an AspxGridView and it has a Button inside of a column's DataItemTemplate.
I have an AspxGridView and a button inside of a DataItem Template of one
I have an ASPxGridView, currently 11.1.7.0, which I populate with an ObjectDatasource. Everything works
I have an ASPxGridView shown to the user with an edit command button. When

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.