Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のステートメントに相当するTelerik/radgridを知っている人はいますか?
e.InputParameters["id"] = Convert.ToString(myRadgrid.DataKeys[myradgrid.SelectedIndex].Value);
行の項目/値を見つけようとしていますが、理解できませんでした。どんな助けでもありがたいです。
試す
myRadgrid.MasterTableView.DataKeyValues[myradgrid.SelectedIndex]["YourDataKeyName"]