Hi,
I am using webgrid in my asp.net 2.0 application. In web grid, i have one date coulmn which i want to edit, at the time of editing i want to see datetime picker control to select the code.
Can i get sample code for this..
Thanks...
I do this, I put one webdatechooser on a hidden div and on the column I put the code below:
<igtbl:UltraGridColumn DataType="System.DateTime" IsBound="True" EditorControlID="NameOfWebDateChooser" Type="Custom"></igtbl:UltraGridColumn>
I hope this helpful.