I have a very odd problem with one of my RadGrids...
I initially had a problem where I couldn't type double quotes (") into the filter boxes in my RadGrid.. I could type any other character including single quotes (') in, but not doubles.
I eventually tracked it down to this line inside the ClientSettings tag for the grid :
If AllowSubmitOnEnter is false or removed from the code, I could enter double quotes.
Then I noticed that when I press the enter key inside one of my textboxes up in the filter row of the grid, the filter dropdown list for the column to the right was shown. It has the same effect as if I'd clicked on the "Filter" icon next to the filter box in the adjacent column. The list shows in the top left corner of the screen.
My custom code to show a new RadWindow still fires, correctly, but my client won't accept this as it stands..
I have attached a screenshot of what happens..
- Capture1.png shows whats on screen
- Capture2.png shows what happens when I hit Enter in the first textbox.
I will post a stripped down version of my page with as much removed as possible while still showing the problem.
If AllowSubmitOnEnter is false or removed from the code, I could enter double quotes, but this problem shows. If I set AllowSubmitOnEnter back to "true", the problem disappears, but I can't enter double quotes into any of my filter textboxes.
Does anyone have any idea what or why this is happening..???
Thanks
I initially had a problem where I couldn't type double quotes (") into the filter boxes in my RadGrid.. I could type any other character including single quotes (') in, but not doubles.
I eventually tracked it down to this line inside the ClientSettings tag for the grid :
<
KeyboardNavigationSettings
AllowSubmitOnEnter
=
"true"
EnableKeyboardShortcuts
=
"true"
/>
If AllowSubmitOnEnter is false or removed from the code, I could enter double quotes.
Then I noticed that when I press the enter key inside one of my textboxes up in the filter row of the grid, the filter dropdown list for the column to the right was shown. It has the same effect as if I'd clicked on the "Filter" icon next to the filter box in the adjacent column. The list shows in the top left corner of the screen.
My custom code to show a new RadWindow still fires, correctly, but my client won't accept this as it stands..
I have attached a screenshot of what happens..
- Capture1.png shows whats on screen
- Capture2.png shows what happens when I hit Enter in the first textbox.
I will post a stripped down version of my page with as much removed as possible while still showing the problem.
If AllowSubmitOnEnter is false or removed from the code, I could enter double quotes, but this problem shows. If I set AllowSubmitOnEnter back to "true", the problem disappears, but I can't enter double quotes into any of my filter textboxes.
Does anyone have any idea what or why this is happening..???
Thanks