This question is locked. New answers and comments are not allowed.
Hi Telerik Team,
I am working on Rad Rich Text box and trying to insert new table after a table which has been stretch to next page. Which works fine till inserting. But if you try to hover over the new table it throws an exception as follows:
'Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index'
After investigation I have found from the source code in class 'TableMovementUILayer' that on new page it is adding new rectangle with x and y values =0 and the new rectangle for new table as well, On mouse over event when its trying to access the index of active table its throwing the above exception. Now I need some assistance in this regard. Can you please provide me some work around or a quick fix for the issue please thanks.
Regards.
I am working on Rad Rich Text box and trying to insert new table after a table which has been stretch to next page. Which works fine till inserting. But if you try to hover over the new table it throws an exception as follows:
'Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index'
After investigation I have found from the source code in class 'TableMovementUILayer' that on new page it is adding new rectangle with x and y values =0 and the new rectangle for new table as well, On mouse over event when its trying to access the index of active table its throwing the above exception. Now I need some assistance in this regard. Can you please provide me some work around or a quick fix for the issue please thanks.
Regards.