CreateNewBindRow

We have a Grid which uses paging and is bound to a datasource.

Is there a way to insert a row at a particualar point. CreateNewBindRow creates a new datasource item at then end and therefore the new row is added to the bottom of the grid. We want to be able to insert at a particular row.

We can add an item to our datasource at a particular point and rebind by clearing grid and then BindEnities. This actually works fine. But there is a slight performance hit by doing this when there are lots of rows in the datasource (even though we use paging).

Any other way of just rebinding the 1 new row?

I should have stated the above is using the latest version of the Cells.GridWeb.

Thanks

Kris Robbins

Hi Kris,

Please share your code or sample project with us. This will help us to determin situation.

Thanks,