Hi,
I have RadDatagrid filled from MsAccess, I want when i click on a row once, my textboxes got filled with data from this row.

I figured it out.
Textbox.Text = this.Datagridview.Rows[e.RowIndex].Cells[0].Value.ToString();

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.