hi,
i have made search text in grid but uptill my grid was only containing datatable.DefaultView
now i have given Object Collection as Source of Grid.
so in First Case I was casting Item into DataRowView now it gives the obect of the item can i access the item same way without casting.
one way i found is Cell.Content but can i have some other way as this way makes the assumption that cell is not having the costom template.
some thing like Indexer in Row or something else
thanx in advance
Regards,
Pratik
Pratik Gohil