Hello,
I have used radgrid on my page.
I have four GridBoundColumn which are bound with database column field.
e.g>.
<telerik:GridBoundColumn DataField="Col1" HeaderText="Col1" ReadOnly="True" SortExpression="Col1"
UniqueName="Col1">
</telerik:GridBoundColumn>
Now, i want to retrive this GridBoundColumn values i.e Col1 Value in Grid's ItemCommand Event
i.e.,
protected void RadGrid1_ItemCommand(object source, GridCommandEventArgs e)
{
// Col1 Value
}
Please reply me as soon as possible
Thanks & Regards,
Kunal Patel
I have used radgrid on my page.
I have four GridBoundColumn which are bound with database column field.
e.g>.
<telerik:GridBoundColumn DataField="Col1" HeaderText="Col1" ReadOnly="True" SortExpression="Col1"
UniqueName="Col1">
</telerik:GridBoundColumn>
Now, i want to retrive this GridBoundColumn values i.e Col1 Value in Grid's ItemCommand Event
i.e.,
protected void RadGrid1_ItemCommand(object source, GridCommandEventArgs e)
{
// Col1 Value
}
Please reply me as soon as possible
Thanks & Regards,
Kunal Patel