Hello,
I am
working on a custom datagrid for my application and I want to have a custom
column where the cell has a Textbox and a small button. When the user clicks the
button a small screen must be shown where the user can enter some values. The
total of the inputting values need to be displayed back in the gridview.
I am
looking at implementing this, but have a hard time doing. I like to have the
same style for the button and the subscreen as the datepicker/Calculatorpicker.
The content
of the dropdown screen need to be replacable by other content using a usercontrol.
Whats the
best way to implement this, should I create a custom control for this? And then
create a custom column according to the approach below?
Or is there a better way to implement this?
http://docs.telerik.com/devtools/wpf/controls/radgridview/columns/how-to/create-date-time-picker-column.html
Thank in
advance.
Marcel