Questions tagged as 'dinamico'

0
answers

How do I dynamically load Calendar generated by DataAnnotation in Edit with existing data?

My class with the declaration of the "DateNascimento" field, which when filled should load the datepicker generated by DataAnnotation when called in view edit. public class Cliente { [Key] public int ClienteId { ge...
asked by 27.01.2018 / 21:10
1
answer

WPF C # datagrid create header multiple columns

I am creating dynamically columns for a datagrid, however I need to create headers like below, any tips on how to do using C #? --------------------------------------------- | Person 1 | Person 2 | | Column 1 | Column 2 |...
asked by 10.08.2017 / 20:26