Hi,
when click on any of my xamdatagrid cell,the cell and entire row getting a blue shade,
how can i remove this styel???
Regards,
Jafar VM.
hi stefan,
thanks for ur post ,my requirement is ,i want to prevent cell selection and row selection on mouse click ,
no need of any selection
Jafar VM
Hello Jafar,
You can set XamDataGrid's FieldLayoutSettings' SelectionTypeCell and SelectionTypeRecord Properties to None. This way there won't be any selected Records or Cells.
Hope this helps you.
hi stefan ,
thanks for ur post.
still iam getting a blue shade selection while clicking on any cell...is there any other option??
You ca ncombine the Style for the DataRecordCellArea and the Properties I suggest you. You can remove the animations that are aplied on selction and activation of a Record.