I am looking for some tips on using the Inline edit feature of the Radgrid.
In normal mode, my grid row will have this look:
Header >: Name Date Of Hire
ROW >: steve 01/01/2001 <edit link>
When I click on the <edit link>, I will enter the inline mode. I want the value in the Name column to remain a Literal and I want the Date Of Hire column to turn into a RadDatePicker control.
How would I define the controls within the <Columns></Columns> elements of the RadGrid.
Thanks.
Steve
In normal mode, my grid row will have this look:
Header >: Name Date Of Hire
ROW >: steve 01/01/2001 <edit link>
When I click on the <edit link>, I will enter the inline mode. I want the value in the Name column to remain a Literal and I want the Date Of Hire column to turn into a RadDatePicker control.
How would I define the controls within the <Columns></Columns> elements of the RadGrid.
Thanks.
Steve