Hi
My RadGridView has a one "GridViewDataColumn" which may contains a dynamic controls based on the data from the DataBase (CheckBox, TextBox, DateTime Picker and RadDropDownButton). (Dynamic controls are created by using CellElement)
RadComboBoxElement elem = new RadComboBoxElement();
RadGridView1.CurrentRow.Cells[0].CellElement.Children.Add(elem);
When my grid reached a vertical scrollbar area, when i do a vertical scrolling, the controls which is dynamically created getting re-painted in the different row index which is not the same as before vertical scrolling.
See the diiference in the attachment before vertical scroll and after
How to solve this issue.
Thanks
Arul
My RadGridView has a one "GridViewDataColumn" which may contains a dynamic controls based on the data from the DataBase (CheckBox, TextBox, DateTime Picker and RadDropDownButton). (Dynamic controls are created by using CellElement)
RadComboBoxElement elem = new RadComboBoxElement();
RadGridView1.CurrentRow.Cells[0].CellElement.Children.Add(elem);
When my grid reached a vertical scrollbar area, when i do a vertical scrolling, the controls which is dynamically created getting re-painted in the different row index which is not the same as before vertical scrolling.
See the diiference in the attachment before vertical scroll and after
How to solve this issue.
Kindly reply ASP.
Thanks
Arul