Hi,
I am new in using the DataGrid that windows has provided. I have a
question that
when I have set Property of AllowNew for the DataGrid as
((DataView)this.ListManager.List).AllowNew = true
it will automatically creates a DataRowView whenever i changed the
row. But the problem i am getting is that when i have created my own
ColumnStyle for the grid with some UserControl...when the focus is on
that control it is not creating any new row...
can anyone help me regd. this issue.
Thanx