Dear Support ,
Just returning from extensive use of Telerik ASP.Net Grid :) I am unable to find DataKeyNames property in WinForms GridView . Kindly do let me know how I can find and use this in WinForms GridView.I am using Telerik controls version Q3 2010
Regards
3 Answers, 1 is accepted
0
Svett
Telerik team
answered on 13 Oct 2011, 09:01 AM
Hello Kashif,
There is no such property in the WinForms. Could you share with us more information regarding your scenario? What are you trying to achieve with RadGridView for Winforms? This information will allow me to assist you further.
Regards,
Svett
the Telerik team
Q2’11 SP1 of RadControls for WinForms is available for download (see what's new); also available is the Q3'11 Roadmap for Telerik Windows Forms controls.
Dear Team,
I was trying to achieve same work which I did in Telerik ASP.net Grid.i.e. Retrieve bounded record primary key throught DataKeyName property and perfrom delete , update and view record information .
0
Jack
Telerik team
answered on 13 Jan 2012, 05:58 PM
Hi Kashif,
Please accept our apologies for the delayed reply. We had an issue which prevented us from seeing your post in our system. Here is the answer to your question:
When using RadGridView, you can access cell values by using the Cells collection of GridViewRowInfo. Consider the code snippet below: