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

[Solved] How to get postion of Grid View Cell.

0 Answers 60 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
viral
Top achievements
Rank 1
viral asked on 27 Dec 2010, 12:31 PM

Hi guys,

No one is aware of it.

Kindly help me out or tell me if needed more clarification on problem.

Thanks,

VIRAL SHAH




Hi All,

<grid:RadGridView.Columns>

1. First Column :
<grid:GridViewDataColumn Header="Solicit Number"

DataMemberBinding="{Binding Path=SolicitNumber, Mode=TwoWay}" />

<!--Width="125" />-->

2.2nd Column
<grid:GridViewColumn Header="Products">

------------

</grid:GridViewColumn>

3.3rd Column
<grid:GridViewDataColumn Header="Expiration Date"

DataFormatString="{}{0:d}"

DataMemberBinding="{Binding Path=SolicitExpirationDate, Mode=TwoWay}" />

 

Now i want to get position of Third Column to display pop up besides it.

I have written code which gives me current row details.
var parentRow = GetParentRow((DependencyObject)sender);

Kindly help me out as i am stuck to it for many days.

Thanks in Advance,
Viral Shah

Tags
GridView
Asked by
viral
Top achievements
Rank 1
Share this question
or