Hi,
in the latest version you removed the ShowInsertRow
>>Removed obsoleted property ShowInsertRow of RadGridView. Property NewRowPosition should be used instead.
So we should use NewRowPosition instead.
ATM we have ShowInsertRow="{Binding UserMayInsertRows}" which works fine.
And yes I could write a converter True==Insertrowpositon.Top -- False==I...None to help me out of it.
But - how (without a lot of effort) to position the InsertRow as I need it?
A multivalue Converter or...?
So what I search for is an easy way to have Grids - some with the InsertRow on Top - some with it at the bottom...
...and bind the visibility of the InsertRow to a boolean.
Manfred
in the latest version you removed the ShowInsertRow
>>Removed obsoleted property ShowInsertRow of RadGridView. Property NewRowPosition should be used instead.
So we should use NewRowPosition instead.
ATM we have ShowInsertRow="{Binding UserMayInsertRows}" which works fine.
And yes I could write a converter True==Insertrowpositon.Top -- False==I...None to help me out of it.
But - how (without a lot of effort) to position the InsertRow as I need it?
A multivalue Converter or...?
So what I search for is an easy way to have Grids - some with the InsertRow on Top - some with it at the bottom...
...and bind the visibility of the InsertRow to a boolean.
Manfred