I
Inaki
I´ve found a weird behaviour in the DataGrid:
Scenario:
----------
I use a TableStyle with several standard TextBoxColumns within. One of
that columns have the ReadOnly property set to true.
In execution, select the text or a part of it in a cell inside the
ReadOnly column. Then, do something that force the DataGrid to loose
the focus and afterwards something else that changes its contents
(DataSource changed, parent datagrid´s selected row changed,
whatever...)
After that, the text of the cell you selected is not refreshed, so it
still appears in the DataGrid, even if all the rows of the DataGrid
disappeared, the text is still there, by itself, looking at me and
laughing.
The text is refreshed if you give focus to the DataGrid again (by
clicking on it or by manually calling .Focus() ).
Im afraid I´m not using the correct terms to to search in the groups
couse I couldn´t find much about the issue. I think it´s important
enough to fix this, you guys out there
Thanks in advance.
Regards,
Iñaki.
Scenario:
----------
I use a TableStyle with several standard TextBoxColumns within. One of
that columns have the ReadOnly property set to true.
In execution, select the text or a part of it in a cell inside the
ReadOnly column. Then, do something that force the DataGrid to loose
the focus and afterwards something else that changes its contents
(DataSource changed, parent datagrid´s selected row changed,
whatever...)
After that, the text of the cell you selected is not refreshed, so it
still appears in the DataGrid, even if all the rows of the DataGrid
disappeared, the text is still there, by itself, looking at me and
laughing.
The text is refreshed if you give focus to the DataGrid again (by
clicking on it or by manually calling .Focus() ).
Im afraid I´m not using the correct terms to to search in the groups
couse I couldn´t find much about the issue. I think it´s important
enough to fix this, you guys out there
Thanks in advance.
Regards,
Iñaki.