This question is locked. New answers and comments are not allowed.
Hi,
I have strange behaviour in telerik gridview
it was working great in the 2010 Q3 version but when i upgraded the project to 2011 Q1 i faced the problem
the issue is:
I have a gridview with two columns one contains a checkbox and the other contains a label and in the OnRowLoaded event i wrote a code to disable the checkbox in some cases of the current row, and it was working correctly in the previous version and when i upgraded to the current version i noticed that the grid is first loading as expected but when i scroll the grid another checkbox is disabled (it seems that the event is fired again) and again in each scroll (up or down) another checkbox is disabled.
after a lot of trying i set the property EnableRowVirtualization=False then the grid is worked correctly but i became very slow.
I have strange behaviour in telerik gridview
it was working great in the 2010 Q3 version but when i upgraded the project to 2011 Q1 i faced the problem
the issue is:
I have a gridview with two columns one contains a checkbox and the other contains a label and in the OnRowLoaded event i wrote a code to disable the checkbox in some cases of the current row, and it was working correctly in the previous version and when i upgraded to the current version i noticed that the grid is first loading as expected but when i scroll the grid another checkbox is disabled (it seems that the event is fired again) and again in each scroll (up or down) another checkbox is disabled.
after a lot of trying i set the property EnableRowVirtualization=False then the grid is worked correctly but i became very slow.