I have set up a radGrid for editing in PopUp mode. In the main grid I have customized both the header text and the DisplayFormatString of several columns. Everything looks good there. What I am noticing is that when the edit form shows up, the labels for the field controls are showing correctly BUT the DataFormatString is no longer being applied (date should be showing the short date format, and they incorrectly show the time as well).
So, I am wondering two things:
1.) Can you customize the DisplayFormatString of the dynamically created EditForm control content?
2.) Is it possible to substitute more "intelligent" controls for the textboxes that the EditForm uses? For example, I would like to use radDatePicker controls for date input.
I already know about creating completely custom templates - but am trying to find ways to accomplish the items above without essentially having to code the Edit form from scratch.
Ideas?
So, I am wondering two things:
1.) Can you customize the DisplayFormatString of the dynamically created EditForm control content?
2.) Is it possible to substitute more "intelligent" controls for the textboxes that the EditForm uses? For example, I would like to use radDatePicker controls for date input.
I already know about creating completely custom templates - but am trying to find ways to accomplish the items above without essentially having to code the Edit form from scratch.
Ideas?