NR
Nirmal Raja
Syncfusion Team
May 23, 2010 02:10 PM UTC
Hi,
Sorry for the delay.
The cells of the grid are as type that has text box as base, so all the control within the cell renders a text box. Please
let me know how you positioned an individual GridTextBoxControl as the control will not be defined apart from the
grid. If you want to scroll the grid to view a single cell then try to use the ScrollCellInView.
Please refer the code below:
int rowindex = 10;
int colindex = 5;
gdbg.ScrollCellInView(rowindex, colindex);
Let me know if you hav any queries.
Regards,
Nirmal