Browse by Tags
All Tags » Xceed grid » refresh row (RSS)
-
I am displaying my search result in a Xceed grid. The grid is editable. In the grid, one can update Country, State and City from the combobox in the grid.
* The 3 fields are related ie On change of country, the related state list should be updated in the combobox.
Now I tried using
Xceed.Wpf.DataGrid.DataRow dr = ...
|
|
|
|