E
ehdoty
I'm using a DataGrid control in a mobile application to display data
and would like to disable the automatically added "new row" at the
bottom of the grid.
I've done this with no problem on desktop applications by setting the
DataView's AllowNew property to false, but this doesn't seem to do
anything in cf applications. I have tried it on a few different
devices with different framework versions, but it doesn't seem to work
with any of them. I have tried setting AllowEdit and AllowDelete to
false, but that didn't do anything either.
Is this a bug? Or does anyone have a workaround?
Thanks,
Eric
and would like to disable the automatically added "new row" at the
bottom of the grid.
I've done this with no problem on desktop applications by setting the
DataView's AllowNew property to false, but this doesn't seem to do
anything in cf applications. I have tried it on a few different
devices with different framework versions, but it doesn't seem to work
with any of them. I have tried setting AllowEdit and AllowDelete to
false, but that didn't do anything either.
Is this a bug? Or does anyone have a workaround?
Thanks,
Eric