Browse by Tags
All Tags » Column » column/row format (RSS)
-
Hello,
I want to display the date in dd/MM/yyyy format. Now when i am getting that field displayed in Xceed Grid. It is showing in dd/MM/yyyy format but suppose the date is 07/08/2009 then in the Xceed grid it is showing as 7/8/2009. But i want to show it without removing the zeroes that is 07/08/2009.
So i dont have any ...
-
Hello,
I am using Model View ViewModel pattern. I have a button inside a DataCell of Xceed DataGrid. I want to use DelegateCommand to handle the click event of the button.
Also, I dont want to write anything for the same in my Code Behind. I want everything to reside in my ViewModel.
How can this be achieved. I thought of RoutedEvents / ...
|
|
|
|