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

[Solved] radGrid

1 Answer 57 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rhys
Top achievements
Rank 1
Rhys asked on 01 Jul 2008, 12:20 PM
On the RadGrid, two things, how do I set the dataKey to be passed when a row is selected and secondly, is there away to cause a postback for update panels.

Thanx

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 01 Jul 2008, 12:33 PM
Hi,

Try setting the DataKeyNames in the aspx as shown below.

ASPX:
  <MasterTableView  DataKeyNames= "CustomerID" > 

You can also go through the following help article which explains how to access primary key values for selected items.
Retrieving primary key field values for selected items

Shinu.
Tags
Grid
Asked by
Rhys
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or