Hello,
someone knows how i can get the Location - X Coordinate of a Column or Cell Control / Element?
I could not manage it to get the position / location of the Column.
I only found the Location Property of the Cell Element.
But the Value is always 0.
Why I need this - I have a GridView and above the Grid I want to place a TextBox with the same Width and Location of the current Cell / Column. When I press a special key - the TextBox will stuck at the current Location - with that i want to highlight that this Column is Fixed ( I dont want to pin it ).
Best Regards,
Raimund
someone knows how i can get the Location - X Coordinate of a Column or Cell Control / Element?
I could not manage it to get the position / location of the Column.
I only found the Location Property of the Cell Element.
radGV.CurrentCell.Location.X
But the Value is always 0.
Why I need this - I have a GridView and above the Grid I want to place a TextBox with the same Width and Location of the current Cell / Column. When I press a special key - the TextBox will stuck at the current Location - with that i want to highlight that this Column is Fixed ( I dont want to pin it ).
Best Regards,
Raimund