Hello,
I have an add row configured for my grid, with the AlowAddNew property set to FixedAddRowOnTop. The problem is that when I add new rows to the grid they are becoming above the addrow, and not bellow. I think this property should make new rows to be added below the add row, not above.
Anyone knows why this happens or can provide me a sample that works?
[]'s
Hi,
I can't see how binding the grid to a DataSet at run-time or design-time could possibly make any difference here.
Can you duplicate this in a small sample project? If so, post it here or Submit an incident to Infragistics Developer Support and we will be happy to take a look.
I took a look at the code and nothing is moving the rows. And found other screens that it is working correctly.
What I realized is that when I have a grid bound to a dataset it works correctly. But in my case I don't have a grid bound to a dataset, as I am creating a dataset at runtime (we have dinamic columns) and binding it to the grid.
So I think the problem is when I have a grid that is not bound to a dataset and is receiving a dataset at runtime.
Well this is really serious because we need this bug fixed as soon as possible. Can someone post an example or tell me where find a sample application that this works?
I'm afraid I do not understand what you are describing. I do not see any way to get the grid to add rows above the Fixed AddRow. That is certainly not the default behavior. It sounds to me like something in your code is moving the rows somehow.