This question is locked. New answers and comments are not allowed.
Hi Telerik-team,
I just want to now, whether a data virtualizing done/completed event exists.
Let me explain the situation.
I've got a GridView, which itemsource is binded to an observableCollection.
The GridView has four columns (with Auto, *, Auto, Auto) to fill the GridViews total space. This works fine so far, but if I manually resize the width of one column, I receive a side effect, that all columnwidth are affected.
As a workaround I had the idea, to set the *-column to a fix pixel value (the current actualwidth). But this will only work, when all virtualization is done.
Can you help me with this?
Best regards
Tobias
I just want to now, whether a data virtualizing done/completed event exists.
Let me explain the situation.
I've got a GridView, which itemsource is binded to an observableCollection.
The GridView has four columns (with Auto, *, Auto, Auto) to fill the GridViews total space. This works fine so far, but if I manually resize the width of one column, I receive a side effect, that all columnwidth are affected.
As a workaround I had the idea, to set the *-column to a fix pixel value (the current actualwidth). But this will only work, when all virtualization is done.
Can you help me with this?
Best regards
Tobias