Hello!
I was using a very old telerik library from 2009. Now I have upgraded (or I am trying) to use the newest telerik library.
Since I have upgraded to the latest internal build, I am having issues with the insert key on an empty GridView.
Everything works fine, but if I remove all items from the grid, I can not create a new one with the insert key.
It seems that its not a general GridView issue, because I have created a test application, where it works without any problems.
Probably its a combination with some containers which causes this odd behavior. I have tried to rebuild my container structure in my test application, but could not reproduce the problem.
I have tried to catch the insert key in the keydown event, but the key down event is not fired when the grid is empty.
Now comes the real odd behavior:
If there is a scrollbar in the GridView and I click an arrow in the scrollbar or click in the scrollbar (so that the bar jumps to that position), the insert key works! However, it does not work if I sort columns, move columns, click anywhere in or on the GirdView or even just drag the scrollbar.
Any ideas?
Many thanks,
Franziska
I was using a very old telerik library from 2009. Now I have upgraded (or I am trying) to use the newest telerik library.
Since I have upgraded to the latest internal build, I am having issues with the insert key on an empty GridView.
Everything works fine, but if I remove all items from the grid, I can not create a new one with the insert key.
It seems that its not a general GridView issue, because I have created a test application, where it works without any problems.
Probably its a combination with some containers which causes this odd behavior. I have tried to rebuild my container structure in my test application, but could not reproduce the problem.
I have tried to catch the insert key in the keydown event, but the key down event is not fired when the grid is empty.
Now comes the real odd behavior:
If there is a scrollbar in the GridView and I click an arrow in the scrollbar or click in the scrollbar (so that the bar jumps to that position), the insert key works! However, it does not work if I sort columns, move columns, click anywhere in or on the GirdView or even just drag the scrollbar.
Any ideas?
Many thanks,
Franziska