Hi,
I already posted this question for NetAdvantage 2006 CLR2.0 Vol 3.0. When I am using NetAdvantage 2006, I faced so much of issues because of flickering effect. But your NetAdvantage 2009 solved my most of flicker issues, thanks for that.
Still I am facing some more flicker issues, like multirow selection and shift + key issue etc...
MultiRowSelection:
For this issue just verify my sample program. After form loading, if you click row header, it will selects that particular row. But click that textbox which is presents above the grid and now click row header, it will select multiple rows. That means when focus move to some other controls and back to grid, it will make some jerking effect, that’s why multiple rows getting selected.
Shift + down/up arrow issue:
For multi row selection when I press shift + arrow key the rows are getting selected but the scroll position is not changing. Please go through my sample program.
My client is very conscious about these kind of issues... can we have any hotfix for that issues
Steps to Reproduce:
Use my sample application to reproduce this behaviour
1. Run sample application
2. Click textbox / type something on that
3. Click grid rowheader
Multiple rows will be selected
Again click textbox and row header the issue will be continue...
Shift + Down/Up arrow issue:
2. Use shift + down arrow key to select rows
3. Press down arrow to select rows (or all rows)
The rows are getting selected. But based on the selection, the grid has to be move up.
MickyBarbie said: MultiRowSelection: For this issue just verify my sample program. After form loading, if you click row header, it will selects that particular row. But click that textbox which is presents above the grid and now click row header, it will select multiple rows. That means when focus move to some other controls and back to grid, it will make some jerking effect, that’s why multiple rows getting selected.
This has nothing to do with the grid, really. When you click on the grid and it takes focus, it is automatically scrolling into view by the panel. This is the way the panel's automatic scrolling works and the grid has no control over this.
MickyBarbie said: Shift + down/up arrow issue: For multi row selection when I press shift + arrow key the rows are getting selected but the scroll position is not changing. Please go through my sample program.
Once again, this is not an issue with the grid. The grid is not scrolling, because the grid is large enough that the rows you are arrowing to are visible. The only reason they are not visible, is because the grid itself is scrolled out of view by the panel in which it is contained.
The next two issues you list here are just duplicates of the first two.