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

get id value of a radgrid item

1 Answer 174 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Arthur
Top achievements
Rank 1
Arthur asked on 23 Apr 2018, 06:42 PM

Hi,Anybody know how i do to catch a id value of the clicked line on the RadGrid component? 

I have a event

        protected void RadGrid_NeedDataSource(object source, GridNeedDataSourceEventArgs e)
        {
            popularGridViewFuncionario();
        }

 

Where popularGridViewFuncionario(); fill the datsource of radGrid. I want get the id value inside this event.

1 Answer, 1 is accepted

Sort by
0
Vladimir Stoyanov
Telerik team
answered on 26 Apr 2018, 12:06 PM
Hello Arthur,

I believe that you are referring to the UI for Asp.Net RadGrid which is different from the UI for WPF RadGridView. If that is indeed the case may I ask you to check out the Grid section of the UI for Asp.Net forum for an answer to your query. If there aren't any similar threads, you can also open a new thread. 

Regards,
Vladimir Stoyanov
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Tags
General Discussions
Asked by
Arthur
Top achievements
Rank 1
Answers by
Vladimir Stoyanov
Telerik team
Share this question
or