hi,
i am using 2 datagrids tied together with datarelations. That part works
great.
i need to suppress the new row on the datagrid but cannot use the readonly
properties on the datagrid so i can allow the user to check off on bool
columns.
I know dataviews can prevent it with allowNew set to false but i can't
seem to use dataviews with the relationships

thanks al